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 point with the values of the point parameter. It is assumed the point is in the same spatial reference as the Multipoint

    Parameters

    • point: object | number[] | Point
    • n: number

    Returns void