com.esri.arcgis.cartoUI
Interface INewGeoTransformationDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INewGeoTransformationDialogProxy, NewGeoTransformationDialog

public interface INewGeoTransformationDialog
extends java.io.Serializable

COM Interface 'INewGeoTransformationDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to the members that create a new geographic transformation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3a964d76_2ab1_11d4_a632_0008c711c8c1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoTransformation doModal(IGeographicCoordinateSystem pSourceGCS, IGeographicCoordinateSystem pTargetGCS)
          Shows the New GeoTransformation dialog.
 

Field Detail

IID3a964d76_2ab1_11d4_a632_0008c711c8c1

static final int IID3a964d76_2ab1_11d4_a632_0008c711c8c1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModal

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.