ProjectedCoordSys Class

Uses

GEOCALCPBW_NAMESPACE::HorizontalCoordSys

 

Description

The ProjectedCoordSys class represents a projected coordinate system.  

 

Public Constructors

Constructor

Description

CreateProjectedCoordSys

Creates a new instance of the ProjectedCoordSys class

ProjectedCoordSys

Creates a new instance of the ProjectedCoordSys class

 

Public Methods

Method

Description

DeepCopy

Produces a deep-copy of this ProjectedCoordSys

get_InnerGeodetic

Returns the GeodeticCoordSys from which this ProjectedCoordSys is constructed

get_Projection

Returns the Projection used to project the InnerGeodetic system

set_InnerGeodetic

Sets the GeodeticCoordSys from which this ProjectedCoordSys is constructed

set_Projection

Sets the Projection used to project the InnerGeodetic system

ValueEquals

Compares the value of two ProjectedCoordSys instances

CloneCoordSys

Produces a clone of this ProjectedCoordSys

get_Class

Derived from GEOCALCPBW_NAMESPACE::CoordSys

get_BaseObject

Derived from GEOCALCPBW_NAMESPACE::CoordSys

set_BaseObject

Derived from GEOCALCPBW_NAMESPACE::CoordSys

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this ProjectedCoordSys

operator==

Compares the value of two ProjectedCoordSys instances

operator!=

Compares the value of two ProjectedCoordSys instances