com.esri.arcgis.cartoUI
Interface INewGeoTransformationDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
NewGeoTransformationDialog

public interface INewGeoTransformationDialog
extends Serializable

Provides access to the members that create a new geographic transformation.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGeoTransformation doModal(IGeographicCoordinateSystem pSourceGCS, IGeographicCoordinateSystem pTargetGCS)
          Shows the New GeoTransformation dialog.
 

Method Detail

doModal

IGeoTransformation doModal(IGeographicCoordinateSystem pSourceGCS,
                           IGeographicCoordinateSystem pTargetGCS)
                           throws IOException,
                                  AutomationException
Shows the New GeoTransformation dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pSourceGCS - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)
pTargetGCS - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeoTransformation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.