GeodeticCoordSys Class

Uses

GeoCalcNET.CoordSys

 

Description

The GeodeticCoordSys class represents a coordinate system that uses angular values to express the positions of points relative to a HorizontalDatum.  Such a coordinate system is commonly referred to as a Lat/Lon system, which indicates that the position of points is given with angular latitude and longitude values.  One can also express the height of a point above (or below) the HorizontalDatum used in this system, if the VerticalReference property has been set.  GeodeticPoints are used to represent points within a GeodeticCoordSys.  

 

Public Constructors

Constructor

Description

GeodeticCoordSys

Creates a new instance of the GeodeticCoordSys class

 

Public Properties

Property

Description

Class

Inherited from GeoCalcNET.CoordSys

Datum

Inherited from GeoCalcNET.CoordSys

Envelope

Inherited from GeoCalcNET.CoordSys

Identifiers

Inherited from GeoCalcNET.Serializable

Name

Inherited from GeoCalcNET.Serializable

PointStyle

Inherited from GeoCalcNET.CoordSys

Remarks

Inherited from GeoCalcNET.Serializable

VerticalReference

Provides a means to express the height of points in this coordinate system

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of a GeodeticCoordSys

Dispose

Releases the resources used by the current instance

FromGeodeticBase

Converts a point given in the base GeodeticCoordSys to one in this GeodeticCoordSys

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

ToGeodeticBase

Converts a point given in this GeodeticCoordSys to one in the base GeodeticCoordSys

ValueEquals

Compares the value of two GeodeticCoordSys instances