Create a new coordinate.
the EPSG CRS code, like "4326" for example.
the X value.
the Y value.
the Z value.
does the coordinate have a valid Z value?
The EPSG CRS code, like "4326" for example
Does the coordinate have a valid Z value?
The X value
The Y value
The Z value
The type of objects in this class
Convert to a WKT string.
a WKT string.
Convert the object to a string.
the string form of the object.
Create a new 2D coordinate.
the EPSG CRS code, like "4326" for example.
the X value.
the Y value.
the coordinate.
Create a new 3D coordinate.
the EPSG CRS code, like "4326" for example.
the X value.
the Y value.
the Z value.
the coordinate.
Join a list of coordinates into a string.
the list of coordinates.
the string.
Class Coordinate defines a spatial coordinate. It has a coordinate reference system (CRS) and can be 2D or 3D.