Coordinate | Overloaded. Initialize a new instance of the Coordinate class. |
Clone | Creates a copy of this object. |
CompareTo | Compares the current instance with another object of the same type. Since Coordinates are 2.5D, this routine ignores the z value when making the comparison. |
CopyCoordinate | Copies the values of other into this object. |
Distance | Calculates the distance between this point and the supplied otherCoordinate. |
Equals | Compares this object to the parameter object. |
Equals2D | Determines if the planar projections of the two Coordinates are equal. |
Equals3D | Determines if two coordinates have the same values for x, y, and z. |
GetHashCode | Returns a unique integer for this object. |
GetType (inherited from Object) | Gets the Type of the current instance. |
MakePrecise | Changes Coordinate to use Fixed Precision Model. |
ToString | Converts a coordinate to a string. of the form (x,y,z). |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Coordinate Class | Geotools.Geometries Namespace