GeoCalcPBW::GeocentricCoordSys
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.
|
Enum |
Description |
|
Contains elements that correspond to classes that use CoordSys |
|
Method |
Description |
|
Inherited from GeoCalcPBW::Serializable | |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of a CoordSys | |
|
Converts a point given in the base GeodeticCoordSys to one in this CoordSys | |
|
Indicates the type of this instance, according to the ClassType enumeration | |
|
Returns the HorizontalDatum used to approximate the size and shape of the Earth | |
|
Returns the Envelope that defines the area in which this CoordSys is intended to be used | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Returns a CoordPoint that gives the format for points in this system | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Sets the HorizontalDatum used to approximate the size and shape of the Earth | |
|
Sets the Envelope that defines the area in which this CoordSys is intended to be used | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Sets the CoordPoint that gives the format for points in this system | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Converts a point given in this CoordSys to one in the base GeodeticCoordSys | |
|
Compares the value of two CoordSys instances |
|
Operator |
Description |
|
Assigns a new value to this CoordSys | |
|
Compares the value of two CoordSys instances | |
|
Compares the value of two CoordSys instances |