GeodeticCoordSys Class

Uses

GeoCalcCOM.IGeodeticCoordSys2

GeoCalcCOM.ICloneable

 

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 Properties

Property

Description

Class

Indicates the type of this ICoordSys, according to the CoordSysType enumeration

Datum

The HorizontalDatum used to approximate the Earth

Envelope

The area in which this GeodeticCoordSys is intended to be used

Identifiers

The IdentifierCollection that stores all identifiers for this object

Name

The name of this object

PointStyle

An ICoordPoint that provides a template for points in this system

Remarks

Various remarks about this object

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

FromGeodeticBase

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

HasIdentifiersIn

Indicates if this object has an identifier that is also present in the specified object

ToGeodeticBase

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

ValueEquals

Compares the value of two GeodeticCoordSys instances