GEOCALCPBW_NAMESPACE::Serializable
GEOCALCPBW_NAMESPACE::HorizontalCoordSys
GEOCALCPBW_NAMESPACE::VerticalCoordSys
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 |
Initializes a CoordSys using a pointer to internal coordinate system data. This may be used for Interoperability between Blue Marble Geograhpics' libraries. |
|
Produces a deep-copy of a CoordSys |
|
Returns the Envelope that defines the area in which this CoordSys is intended to be used |
|
Returns a CoordPoint that gives the format for points in this system |
|
Returns the Usage that defines the area in which this CoordSys is intended to be used |
|
Sets the CoordPoint that gives the format for points in this system |
|
Compares the value of two CoordSys instances |
|
Returns the Vertical or Horizontal datum that is used to approximate the size and shape of the Earth |
|
Returns the Serializable base of the particular CoordSys type |
|
Sets the Serializable base for the particular CoordSys type |
|
Indicates the type of the CoordSys instance, according to the ClassType enumeration |
|
Sets the Vertical or Horizontal datum that is used to approximate the size and shape of the Earth. |
Operator |
Description |
Assigns a new value to this CoordSys |
|
Compares the value of two CoordSys instances |
|
Compares the value of two CoordSys instances |