System.Object
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.
Constructor |
Description |
Creates a new instance of a StringPointTranslator |
Property |
Description |
Gets the base operation type. (Overrides CoordOperation.BaseClass). |
|
Gets the projection class type. |
|
Gets or sets the horizontal datum associated with this projection. |
|
Gets the string name of this math transform class type. (Overrides CoordOperation.TypeName). |
|
Inherited Property |
Description |
Inherited from CoordOperation. |
|
Inherited from CoordOperation. |
|
Inherited from CoordOperation. |
|
Inherited from CoordOperation. |
Method |
Description |
Creates a clone of this object. (Overrides CoordOperation.Clone()). |
|
Helper method to create a new StringPointTranslator object. |
|
Value equals comparison. (Overrides Object.Equals()). |
|
Serves as a hash function for a particular type. (Overrides Object.GetHashCode()). |
|
Helper method to equate a string to the equivalent translator class type. |
|
Helper method to equate a string point translator class type to the equivalent string. |
|
Helper method to equate a string to the equivalent StringPointTranslator class type. |
|
Helper method to return a list of string point translator class types. |
|
Inherited Method |
Description |
Inherited from CoordOperation. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
Inherited from CoordOperation. |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Inherited from CoordOperation. |
Operator |
Description |
Assigns a new value to this StringPointTranslator |
|
Compares the value of two StringPointTranslator |
|
Compares the value of two StringPointTranslator |