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.
|
Property |
Description |
|
Indicates the type of this ICoordSys, according to the CoordSysType enumeration | |
|
The HorizontalDatum used to approximate the Earth | |
|
The area in which this GeodeticCoordSys is intended to be used | |
|
The IdentifierCollection that stores all identifiers for this object | |
|
The name of this object | |
|
An ICoordPoint that provides a template for points in this system | |
|
Various remarks about this object | |
|
Provides a means to express the height of points in this coordinate system |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of a GeodeticCoordSys | |
|
Converts a point given in the base GeodeticCoordSys to one in this GeodeticCoordSys | |
|
Indicates if this object has an identifier that is also present in the specified object | |
|
Converts a point given in this GeodeticCoordSys to one in the base GeodeticCoordSys | |
|
Compares the value of two GeodeticCoordSys instances |