com.esri.arcgis.carto
Interface IMapGeographicTransformations

All Superinterfaces:
Serializable
All Known Implementing Classes:
Globe, Map

public interface IMapGeographicTransformations
extends Serializable

Provides access to members that control the map's set of geographic transformations and the directions in which they are applied.

Product Availability

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

See Also:
IGeoTransformationOperationSet

Method Summary
 IGeoTransformationOperationSet getGeographicTransformations()
          On-the-fly geographic transformations.
 

Method Detail

getGeographicTransformations

IGeoTransformationOperationSet getGeographicTransformations()
                                                            throws IOException,
                                                                   AutomationException
On-the-fly geographic transformations.

Description

Each Map has a set of active geographic transformations. The active GeoTransformations are stored in a GeoTransformationOperationSet. If the geographic coordinate systems of a layer and the data frame match a GeoTransformation and its direction in the GeoTransformationOperationSet, the transformation is applied automatically while displaying the layer in the data frame.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.