GEOCALCPBW_NAMESPACE::CoordPoint
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 whatever VerticalCoordSys is associated with 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.
Constructor |
Description |
Creates a new instance of the GeodeticPoint class |
|
Creates a new instance of the GeodeticPoint class |
Method |
Description |
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 |
|
Returns the height coordinate |
|
Returns the latitude coordinate |
|
Returns the longitude coordinate |
|
Sets the height coordinate |
|
Sets the latitude coordinate |
|
Sets the longitude coordinate |
|
Compares the value of two GeodeticPoints |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
Operator |
Description |
Assigns a new value to this GeodeticPoint |
|
Compares the value of two GeodeticPoints |
|
Compares the value of two GeodeticPoints |