GeodeticPoint Class

Inherits from

GeoCalc.CoordPoint

 

Description

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.

 

Constructors

Constructor

Description

GeodeticPoint

Creates a new instance of the GeodeticPoint class

 

Properties

Property

Description

Axis1

Gets or sets the formatted value associated with the first ordinate/axis, Longitude (Overrides CoordPoint.Axis1).

Axis2

Gets or sets the formatted value associated with the second ordinate/axis, Latitude (Overrides CoordPoint.Axis2).

Axis3

Gets or sets the formatted value associated with the third ordinate/axis, Height (Overrides CoordPoint.Axis3).

Class

Gets the point type. (Overrides CoordPoint.Class).

Height

Gets or sets the height (third ordinal), if there are 3 dimensions, of this point.

Latitude

Gets or sets the latitude (second ordinal) of this point.

Longitude

Gets or sets the longitude (first ordinal) of this point.

Inherited Property

Description

AlwaysSaveToCustom

Inherited from Serializable.

DeprecatedTimestamp

Inherited from Serializable.

Dimensions

Inherited from CoordPoint.

HistoryList

Inherited from Serializable.

Identifiers

Inherited from Serializable.

IsBase

Inherited from Serializable.

IsDeprecated

Inherited from Serializable.

IsFileBased

Inherited from Serializable.

IsReadOnly

Inherited from Serializable.

IsUsable

Inherited from Serializable.

Name

Inherited from Serializable.

ObjectType

Inherited from Serializable.

ObjectTypeName

Inherited from Serializable.

Remarks

Inherited from Serializable.

RevisionTimestamp

Inherited from Serializable.

Unit

Inherited from CoordPoint.

 

Methods

Method

Description

Clone

Creates a clone of this object. (Overrides the abstract Serializable.Clone()).

CopyFormatting

Copies the formatting of the source point. (Overrides CoordPoint.CopyFormatting()).

CopyLocation

Copies the location of the source point. (Overrides CoordPoint.CopyLocation()).

GetInUnits

Gets the coordinate values in their defined units of measure. (Overrides CoordPoint.GetInUnits()).

GetAdjustedExtents

Gets the AreaOfUse's 'adjusted' extents.

GetCenter

Gets the center of this area.

GetHashCode

Serves as a hash function for a particular type. (Overrides Object.GetHashCode()).

SetInUnits

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

ClearSaveInfo

Inherited from Serializable.

ClearUsabilityFlags

Inherited from Serializable.

Equals

Inherited from CoordPoint.

Equivalent

Inherited from CoordPoint.

EquivalentDiffs

Inherited from Serializable.

GetHashCode

Inherited from CoordPoint.

GetObjectDescription

Inherited from Serializable.

GetType

Gets the Type of the current instance. (Inherited from Object).

IsBaseNearlyEqual

Inherited from Serializable.

IsNearlyEqual

Inherited from Serializable.

IsUsabilityFlagSet

Inherited from Serializable.

SetAllEmpty

Inherited from CoordPoint.

SetAxis1Empty

Inherited from CoordPoint.

SetAxis2Empty

Inherited from CoordPoint.

SetAxis3Empty

Inherited from CoordPoint.

SetUsabilityFlag

Inherited from Serializable.

StrictlyEquals

Inherited from CoordPoint.

TryToFixUsability

Inherited from Serializable.

UnsetUsabilityFlag

Inherited from Serializable.

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this GeodeticPoint

operator==

Compares the value of two GeodeticPoints

operator!=

Compares the value of two GeodeticPoints