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.
|
Enum |
Description |
|
Contains values that give the various formats for use with the LocationString |
|
Constructor |
Description |
|
Creates a new instance of the GeodeticPoint class |
|
Property |
Description |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Gives the height of this point | |
|
Inherited from GeoCalcNET.Serializable | |
|
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 | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
The format used with the LocationString, according to the FormatOption 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 | |
|
Releases the resources used by the current instance | |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Compares the value of two GeodeticPoint instances |