CoordSys Class

Inherits from

GeoCalc.Serializable

 

Classes that Inherit CoordSys

GeoCalc.HorizontalCoordSys

GeoCalc.VerticalCoordSys

 

Description

The CoordSys class is the base class for all coordinate system objects in GeoCalc.  A coordinate system is a system used to specify points in some space.  The CoordSys class cannot be instantiated, as it is an abstract class, but it defines those properties and methods common to all coordinate system objects in GeoCalc.

 

Properties

Property

Description

BaseClass

 

Accuracy

 

Is2D

 

Parameters

 

Reversible

 

TypeName

 

 

Methods

Method

Description

Clone

 

GetOperationCodes

 

GetParameterType

 

ValueChanged

 

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this CoordSys

operator==

Compares the value of two CoordSys instances

operator!=

Compares the value of two CoordSys instances