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 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 |
|
Indicates the types of formatting for use with the LocationString |
|
Constructor |
Description |
|
Creates a new instance of the GeodeticPoint class | |
|
Creates a new instance of the GeodeticPoint class |
|
Method |
Description |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::CoordPoint | |
|
Copies the formatting information from the specified GeodeticPoint into this point | |
|
Copies the location of the specified GeodeticPoint into this point | |
|
Produces a deep-copy of a GeodeticPoint | |
|
Inherited from GeoCalcPBW::CoordPoint | |
|
Inherited from GeoCalcPBW::CoordPoint | |
|
Returns the height coordinate | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::CoordPoint | |
|
Returns the latitude coordinate | |
|
Returns the location of this point as a string in the format indicated by StringFormat | |
|
Returns the longitude coordinate | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Gets the format used with the LocationString, according to the FormatOption enumeration | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Sets the height coordinate | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::CoordPoint | |
|
Sets the latitude coordinate | |
|
Sets the location of this point with a string in the format indicated by StringFormat | |
|
Sets the longitude coordinate | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Sets the format used with the LocationString, according to the FormatOption enumeration | |
|
Compares the value of two GeodeticPoints |
|
Operator |
Description |
|
Assigns a new value to this GeodeticPoint | |
|
Compares the value of two GeodeticPoints | |
|
Compares the value of two GeodeticPoints |