ProjectedCoordSys Class

Uses

GeoCalcPBW::CoordSys

 

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

Clone

Inherited from GeoCalcPBW::Serializable

CloneCoordSys

Inherited from GeoCalcPBW::CoordSys

DeepCopy

Produces a deep-copy of a ProjectedCoordSys

FromGeodeticBase

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

get_Class

Inherited from GeoCalcPBW::CoordSys

get_Datum

Inherited from GeoCalcPBW::CoordSys

get_Envelope

Inherited from GeoCalcPBW::CoordSys

get_Identifiers

Inherited from GeoCalcPBW::Serializable

get_InnerGeodetic

Returns the GeodeticCoordSys from which this ProjectedCoordSys is constructed

get_Name

Inherited from GeoCalcPBW::Serializable

get_ObjectType

Inherited from GeoCalcPBW::Serializable

get_PointStyle

Inherited from GeoCalcPBW::CoordSys

get_Projection

Returns the Projection used to project the InnerGeodetic system

get_Remarks

Inherited from GeoCalcPBW::Serializable

HasIdentifierIn

Inherited from GeoCalcPBW::Serializable

set_Datum

Inherited from GeoCalcPBW::CoordSys

set_Envelope

Inherited from GeoCalcPBW::CoordSys

set_Identifiers

Inherited from GeoCalcPBW::Serializable

set_InnerGeodetic

Sets the GeodeticCoordSys from which this ProjectedCoordSys is constructed

set_Name

Inherited from GeoCalcPBW::Serializable

set_PointStyle

Inherited from GeoCalcPBW::CoordSys

set_Projection

Sets the Projection used to project the InnerGeodetic system

set_Remarks

Inherited from GeoCalcPBW::Serializable

ToGeodeticBase

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

ValueEquals

Compares the value of two ProjectedCoordSys instances

 

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