Baseclass of all geometries. All geometry types must derive from this class. Not intented to be instantiated on its own.

Hierarchy (view full)

Constructors

Properties

id: string

Id of the geometry

rawArray: number[][][]

Spatial Reference of the geometry

Accessors

Methods

  • Will update the n-th contained line with the values of the line parameter. It is assumed the line is in the same spatial reference as the Multipoint

    Parameters

    • line:
          | number[][]
          | PointSet
          | Point[][]
          | object[][]
    • n: number

    Returns void