ProjectedCoordSys Class

Uses

GeoCalcCOM.IProjectedCoordSys

GeoCalcCOM.ICloneable

 

Description

The ProjectedCoordSys class represents a projected coordinate system.  

 

Public Properties

Property

Description

ClassType

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 ProjectedCoordSys is intended to be used

Identifiers

The IdentifierCollection that stores all identifiers for this object

InnerGeodetic

The GeodeticCoordSys from which this ProjectedCoordSys was created

Name

The name of this object

PointStyle

An ICoordPoint that provides a template for points in this system

Projection

The Projection used in this ProjectedCoordSys

ProjectionClass

The type of the Projection, according to the ProjectionType enumeration

Remarks

Various remarks about this object

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of a ProjectedCoordSys

FromGeodeticBase

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

HasIdentifiersIn

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

ToGeodeticBase

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

ValueEquals

Compares the value of two ProjectedCoordSys instances