Coordinate is the lightweight class used to store coordinates.
For a list of all members of this type, see Coordinate Members.
System.Object
Coordinate
It is distinct from Point, which is a Geometry class. Unlike objects of type Point (which contain additional information such as envelope,a precision model, and spatial reference system information), a Coordinate only contains ordinate values and accessor methods.
Coordinates are two-dimensional points, with an additional z-ordinate. JTS, from which this code has been converted, does not support any operations on the z-ordinate except the basic accessor functions. Constructed coordinates will have a z-ordinate of NaN. The standard comparison functions will ignore the z-ordinate.
Namespace: Geotools.Geometries Namespace
Assembly: Geotools.dll
Coordinate Members | Geotools.Geometries Namespace