The GeodeticCoordSys class represents a coordinate system that uses angular values to express the positions of points relative to a HorizontalDatum. Such a coordinate system is commonly referred to as a Lat/Lon system, which indicates that the position of points is given with angular latitude and longitude values. One can also express the height of a point above (or below) the HorizontalDatum used in this system, if the VerticalReference property has been set. GeodeticPoints are used to represent points within a GeodeticCoordSys.
Constructor |
Description |
Creates a new instance of the GeodeticCoordSys class |
Property |
Description |
Gets or sets the base serializable of this CoordSys. (Overrides CoordSys.BaseObject). |
|
Gets the coordinate reference system type. (Overrides CoordSys.Class). |
|
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. (Overrides CoordSys.IsGeodetic). |
|
Gets or sets the unit on the coordinate reference system. (Overrides CoordSys.Units). |
|
Inherited Property |
Description |
Inherited from Serializable. |
|
Inherited from Enclosure. |
|
Inherited from CoordSys. |
|
Inherited from CoordSys. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from HorizontalCoordSys. |
|
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 CoordSys. |
|
Inherited from CoordSys. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
Method |
Description |
Returns whether or not the coordsys is compatible with a vertical component. (Overrides HorizontalCoordSys.AllowsVertical()). |
|
Creates a clone of this object. (Overrides Serializable.Clone()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides CoordSys.Equivalent()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides CoordSys.EquivalentDiffs()). |
|
Converts from geodetic base to coordinate reference system. (Overrides HorizontalCoordSys.FromGeodeticBase(). |
|
Gets the associated GeodeticCoordSys for this CoordSys. (Overrides HorizontalCoordSys.GetGeodeticBase(). |
|
Gets the "GC" code of the Geodetic coordinate system that this is based on. (Overrides HorizontalCoordSys.GetGeodeticCode(). |
|
Comparison to see if the object obj is nearly equal to this. (Overrides Serializable.IsNearlyEqual()). |
|
Comparison to see if the object obj is exactly equal to this. (Overrides CoordSys.StrictlyEquals()). |
|
Converts from coordinate reference system to geodetic base. (Overrides HorizontalCoordSys.ToGeodeticBase() |
|
Inherited Method |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordSys. |
|
Inherited from CoordSys. |
|
Inherited from CoordSys. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
|
Inherited from Enclosure. |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
Operator |
Description |
Assigns a new value to this GeodeticCoordSys |
|
Compares the value of two GeodeticCoordSys instances |
|
Compares the value of two GeodeticCoordSys instances |