StringPointTranslator Class

Inherits from

System.Object

 

Description

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.

 

Constructors

Constructor

Description

StringPointTranslator

Creates a new instance of a StringPointTranslator

 

Properties

Property

Description

BaseClass

Gets the base operation type. (Overrides CoordOperation.BaseClass).

Class

Gets the projection class type.

Datum

Gets or sets the horizontal datum associated with this projection.

TypeName

Gets the string name of this math transform class type. (Overrides CoordOperation.TypeName).

Inherited Property

Description

Accuracy

Inherited from CoordOperation.

Is2D

Inherited from CoordOperation.

Parameters

Inherited from CoordOperation.

Reversible

Inherited from CoordOperation.

 

Methods

Method

Description

Clone

Creates a clone of this object. (Overrides CoordOperation.Clone()).

CreateStringPointTranslator

Helper method to create a new StringPointTranslator object.

Equals

Value equals comparison. (Overrides Object.Equals()).

GetHashCode

Serves as a hash function for a particular type. (Overrides Object.GetHashCode()).

GetStringPointTranslator

Helper method to equate a string to the equivalent translator class type.

GetStringPointTranslatorString

Helper method to equate a string point translator class type to the equivalent string.

GetStringPointTranslatorType

Helper method to equate a string to the equivalent StringPointTranslator class type.

GetTranslatorTypes

Helper method to return a list of string point translator class types.

Inherited Method

Description

GetOperationCodes

Inherited from CoordOperation.

GetType

Gets the Type of the current instance. (Inherited from Object).

IsTimeDependent

Inherited from CoordOperation.

ToString

Returns a string that represents the current object. (Inherited from Object).

ValueChanged

Inherited from CoordOperation.

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this StringPointTranslator

operator==

Compares the value of two StringPointTranslator

operator!=

Compares the value of two StringPointTranslator