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

Hierarchy

Constructors

Properties

id: string

Id of the geometry

rawMax: number[]
rawMin: number[]

Spatial Reference of the geometry

Accessors

Methods

  • Reports if a point is within the boundary of the extent. For performance reasons, the point must be in the same spatial reference as the extent.

    Parameters

    Returns boolean

    if point was within the extent or not

Generated using TypeDoc