The CoordSys class is the base class for all coordinate system objects in GeoCalc. 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 GeoCalc.
Property |
Description |
Gets or sets the base CoordSys associated with this coordinate reference system (per EPSG). |
|
Gets or sets the base serializable of this CoordSys. |
|
Gets the coordinate reference system type. |
|
Gets or sets the datum associated with this coordinate reference system. |
|
Returns whether or not this coord system is a geodetic one. Either actually, Geodetic, or if a Geodetic CoordSys is the direct base of a fitted or early bound. |
|
Gets or sets the parent CoordSys associated with this coordinate reference system (per EPSG). |
|
Gets or sets the point style associated with this coordinate reference system. |
|
Gets or sets the unit on the coordinate reference system. |
|
Inherited Property |
Description |
Inherited from Serializable. |
|
Inherited from Enclosure. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
Method |
Description |
Value equals comparison. (Overrides Enclosure.Equals()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides Enclosure.Equivalent()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides Serializable.EquivalentDiffs() |
|
Serves as a hash function for a particular type. (Overrides Enclosure.GetHashCode()). |
|
Gets this object description. (Overrides Serializable.GetObjectDescription()). |
|
Comparison to see if the object obj is exactly equal to this. (Overrides Enclosure.StrictlyEquals()). |
|
Inherited Method |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
GetType |
Inherited from Object. |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
|
Inherited from Enclosure. |
|
ToString |
Inherited from Object. |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
Operator |
Description |
Assigns a new value to this CoordSys |
|
Compares the value of two CoordSys instances |
|
Compares the value of two CoordSys instances |