![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformationOperationSet Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control a set of geographic transformation operators (GT + direction).
Use the GeotransformationOperationSet to project geometries having different geographic coordinate systems using the IGeometry::Project method. Use the IGeotransformationOperationSet methods to cache a set of Geotransformations in memory. This set is used by the software when projecting a geometry using the IGeometry::Project . If the geographic coordinate systems of the from/to spatial reference are different then the system looks in the GeoTranformationOperationSet to find a matching geotransformation. If no appropriate geotransformation is found, no geotransformation is applied.
Useful when working with datasets that have multiple spatial references. Used in ArcCatalog to store any necessary transformations.
| Description | ||
|---|---|---|
![]() |
Count | The number of geographic transformations in the set. |
![]() |
Find | Check a geographic transformation and a direction to see if it exists in the set. |
![]() |
Get | Returns a default geographic transformation. |
![]() |
Next | Retrieves the next geographic transformation in the set. |
![]() |
Remove | Deletes a particular geographic transformation. |
![]() |
RemoveAll | Deletes all transformations in the set. |
![]() |
RemoveByKey | Deletes a particular geographic transformation by its from and to GCS. |
![]() |
Reset | Reinitializes the transformation set iterator. |
![]() |
Set | Sets a default geographic transformation. |
| CoClasses and Classes | Description |
|---|---|
| GeoTransformationOperationSet | Stores a set of geographic transformation operators (GT + direction). |
IMapGeographicTransformations Interface