Baseclass of all geometries. All geometry types must derive from this class. Not intented to be instantiated on its own.
Constructs a Point from the given XY or XYLiteral.
An identifier for the Point
Id of the geometry
Optional
Spatial Reference of the geometry
Readonly
Protected
Returns the string 'Point'.
Returns a 2-element array with values x and y (i.e. [x, y])
Static
Baseclass of all geometries. All geometry types must derive from this class. Not intented to be instantiated on its own.