The GeodeticPoint class represents a point in a GeodeticCoordSys. The position of the point is defined by two AngularValues, Latitude and Longitude, and one LinearValue, Height. The Latitude and Longitude give the position of the point on the HorizontalDatum used by the GeodeticCoordSys, and the Height gives the height of the point above (or below) the HorizontalDatum, according to the VerticalReference used in the GeodeticCoordSys. A GeodeticPoint can have either two or three Dimensions. In a two-dimensional GeodeticPoint, only the Latitude and Longitude properties are used to describe the location, whereas in a three-dimensional GeodeticPoint, the position is given by Latitude, Longitude, and Height.
|
Property |
Description |
|
Indicates the type of this point, according to the CoordPointType enumeration | |
|
Indicates the number of coordinates used to define the position of this point | |
|
Gives the height of this point | |
|
The IdentifierCollection that stores all identifiers for this object | |
|
Gives the latitude of this point | |
|
Gets or sets the location of this point with a string with the specified StringFormat | |
|
Gives the longitude of this point | |
|
The name of this object | |
|
Additional remarks about this object | |
|
The format used with the LocationString, according to the GeodeticPointFormatOption enumeration |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Copies the formatting information from another GeodeticPoint | |
|
Copies the location of another GeodeticPoint | |
|
Produces a deep-copy of a GeodeticPoint instance | |
|
Gets the coordinate values in the units used by this point | |
|
Indicates if this object has an identifier that is also present in the specified object | |
|
Sets the coordinate values in the units used by this point | |
|
Compares the value of two GeodeticPoint instances |