On-the-fly geographic transformations.
[Visual Basic 6.0] Property GeographicTransformations As IGeoTransformationOperationSet
[Visual Basic .NET] Public ReadOnly Property GeographicTransformations As IGeoTransformationOperationSet
[C#] public IGeoTransformationOperationSet GeographicTransformations {get;}
[Java] public IGeoTransformationOperationSet getGeographicTransformations() throws IOException, AutomationException
[C++] HRESULT get_GeographicTransformations( IGeoTransformationOperationSet** GTs );
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.