GeodeticPoint Class

Uses

GeoCalcNET.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 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.

 

Public Enumerations

Enum

Description

FormatOption

Contains values that give the various formats for use with the LocationString

 

Public Constructors

Constructor

Description

GeodeticPoint

Creates a new instance of the GeodeticPoint class

 

Public Properties

Property

Description

Class

Inherited from GeoCalcNET.CoordPoint

Dimensions

Inherited from GeoCalcNET.CoordPoint

Height

Gives the height of this point

Identifiers

Inherited from GeoCalcNET.Serializable

Latitude

Gives the latitude of this point

LocationString

Gets or sets the location of this point with a string with the specified StringFormat

Longitude

Gives the longitude of this point

Name

Inherited from GeoCalcNET.Serializable

Remarks

Inherited from GeoCalcNET.Serializable

StringFormat

The format used with the LocationString, according to the FormatOption enumeration

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

CopyFormatting

Copies the formatting information from another GeodeticPoint

CopyLocation

Copies the location of another GeodeticPoint

DeepCopy

Produces a deep-copy of a GeodeticPoint instance

Dispose

Releases the resources used by the current instance

GetInUnits

Inherited from GeoCalcNET.CoordPoint

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

SetInUnits

Inherited from GeoCalcNET.CoordPoint

ValueEquals

Compares the value of two GeodeticPoint instances