The GeographicTransformationCollection type exposes the following members.

Methods

  NameDescription
Add
Adds the specified GeographicTransformation to the collection.
AddReplacing
Adds the specified GeographicTransformation to the collection, replacing a GeographicTransformation existing in the collection with the same pair of CoordinateSystems.
Clear
Removes all existing geographic transformations in the collection.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from 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.)
FindCurrentTransform
Returns a GeographicTransformation with the specified pair of CoordinateSystems, if such a match can be found among the transformations in the collection.
GetEnumerator
Supports a simple iteration over a generic collection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Removes the specified GeographicTransformation from the collection.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also