The CoordPoint class defines the base class for all point objects in GeoCalcNET. A point represents a single location in a coordinate system. It cannot be instantiated, as it is an abstract class, but it defines those methods and properties common to all points in GeoCalcNET.
|
Enum |
Description |
|
Contains elements that correspond to classes that use CoordPoint |
|
Property |
Description |
|
Indicates the type of this instance | |
|
The number of dimesions used in this CoordPoint | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable |
|
Method |
Description |
|
Produces a deep-copy of this instance | |
|
Produces a deep-copy of a CoordPoint | |
|
Releases the resources used by the current instance | |
|
Gets the values of the coordinates in the units used by the CoordPoint | |
|
Inherited from GeoCalcNET.Serializable | |
|
Sets the values of the coordinates in the units used by the CoordPoint | |
|
Compares the value of two CoordPoint instances |