The StringPointTranslator class represents a method of transforming a String representation of a location to a standard GeodeticPoint. The various types of translators supported in GeoCalc are outlined in the ClassType enumeration. The StringPointTranslator is associated with a StringCoordSys, in order to manipulate data that may be in one of these standard string formats.
The BlueMarble geodata.xml DataSource includes StringCoordSys objects that may be used to perform the standard conversions (MGRS, etc), and thus users are not expected to need to create custom StringCoordSys or StringPointTranslator objects for this purpose.
Enum |
Description |
Contains elements that correspond to the various types of projections |
Constructor |
Description |
Creates a new instance of a StringPointTranslator |
Method |
Description |
Indicates the type of this StringPointTranslator, according to the ClassType enumeration |
|
Gets the Parameters of this StringPointTranslator |
|
Gets the Datum of this StringPointTranslator |
|
Sets the Datum of this StringPointTranslator |
|
A method to convert a StringPoint to a GeodeticPoint |
|
A method to convert a GeodeticPoint to a StringPoint |
|
Returns the specified Class String of this StringPointTranslator |
|
Gets the Class String of this StringPointTranslator from the String |
Operator |
Description |
Assigns a new value to this StringPointTranslator |
|
Compares the value of two StringPointTranslator |
|
Compares the value of two StringPointTranslator |