The CoordSys class is the base class for all coordinate system objects in GeoCalcNET. A coordinate system is a system used to specify points in some space. The CoordSys class cannot be instantiated, as it is an abstract class, but it defines those properties and methods common to all coordinate system objects in GeoCalcNET.
|
Enum |
Description |
|
Contains elements that correspond to classes that use CoordSys |
|
Property |
Description |
|
Indicates the type of this instance | |
|
The HorizontalDatum used to approximate the Earth | |
|
The area in which this CoordSys is intended to be used | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
The style of CoordPoint used in this CoordSys | |
|
Inherited from GeoCalcNET.Serializable |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of a CoordSys | |
|
Releases the resources used by the current instance | |
|
Inherited from GeoCalcNET.Serializable | |
|
Compares the value of two CoordSys instances |