The GeographicTransformation type exposes the following members.

Constructors

  NameDescription
GeographicTransformation
Initializes a new instance of the GeographicTransformation class based on the specified unique identifier, sometimes referred to as the factory code or Well Known ID (WKID).

Methods

  NameDescription
Clone
Returns a new GeographicTransformation with properties equal to the current GeographicTransformation.
CreateFromXmlString
Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread.
Equals
Tests whether the specified object and the current object refer to the same underlying object.
(Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
GetTransformations
Returns a list of GeographicTransformation objects appropriate for transforming between two specified CoordinateSystem objects.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetXmlSchema
Creates a schema for this class (required by the serialization implementation for this class).
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a string indicating the name of this GeographicTransformation.
(Overrides Object..::.ToString()()().)
ToXmlString
Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread.

Properties

  NameDescription
CanUseGridTransformations
Gets a boolean indicating if grid-based geographic transformations are available for use in the application. These are installed as part of an ArcGIS Explorer expansion pack.
CoordinateSystem1
Gets the first of a pair of CoordinateSystems to which the transformation applies.
CoordinateSystem2
Gets the second of a pair of CoordinateSystems to which the transformation applies.
Id
Gets the unique internal identifier of this GeographicTransformation, sometimes referred to as the factory code or Well Known ID (WKID).
Name
A string containing the name of the GeographicTransformation.

See Also