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 |
Property |
Description |
Gets or sets the formatted value associated with the first ordinate/axis, Longitude (Overrides CoordPoint.Axis1). |
|
Gets or sets the formatted value associated with the second ordinate/axis, Latitude (Overrides CoordPoint.Axis2). |
|
Gets or sets the formatted value associated with the third ordinate/axis, Height (Overrides CoordPoint.Axis3). |
|
Gets the point type. (Overrides CoordPoint.Class). |
|
Gets or sets the height (third ordinal), if there are 3 dimensions, of this point. |
|
Gets or sets the latitude (second ordinal) of this point. |
|
Gets or sets the longitude (first ordinal) of this point. |
|
Inherited Property |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
Method |
Description |
Creates a clone of this object. (Overrides the abstract Serializable.Clone()). |
|
Copies the formatting of the source point. (Overrides CoordPoint.CopyFormatting()). |
|
Copies the location of the source point. (Overrides CoordPoint.CopyLocation()). |
|
Gets the coordinate values in their defined units of measure. (Overrides CoordPoint.GetInUnits()). |
|
Gets the AreaOfUse's 'adjusted' extents. |
|
Gets the center of this area. |
|
Serves as a hash function for a particular type. (Overrides Object.GetHashCode()). |
|
Sets the coordinate values in their defined units of measure. (Inherits from and overrides CoordPoint.SetInUnits). |
|
ToString |
Converts this geodetic point to its string representation. (Overrides CoordPoint.ToString()). |
Inherited Method |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from CoordPoint. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from Serializable. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from CoordPoint. |
|
Inherited from CoordPoint. |
|
Inherited from CoordPoint. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
Operator |
Description |
Assigns a new value to this GeodeticPoint |
|
Compares the value of two GeodeticPoints |
|
Compares the value of two GeodeticPoints |