This document is archived and information here might be outdated.  Recommended version.


IGeoTransformationHelper Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeoTransformationHelper Interface
ArcGIS Developer Help

IGeoTransformationHelper Interface

Provides access to member that control a geographic transformation helper.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property DefaultTargetCoordinateSystems The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.
Method Init Initializes the object given a primary set of geographic transformation operators (GT + direction). Previously installed geotransformation methods are removed from the system.
Method Install Sets the system default geographic transformation on the primary operation set if missing.
Method RemoveAll All previously installed geotransformation methods are removed from the system.
Method Set Sets the system default geographic transformation on the primary operation set if missing.

Classes that implement IGeoTransformationHelper

Classes Description
GeoTransformationHelper The geograpgic transformation (datum conversion) helper class.

.NET Samples

Create a custom raster type from the ground up for DMCII data