com.esri.arcgis.cartoUI
Interface INewGeoTransformationDialog2

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

public interface INewGeoTransformationDialog2
extends java.io.Serializable

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

Description: 'Provides access to instantiate the default transformation in New GeoTransformation dialog.' 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 IIDb0bd3480_60a4_425a_a264_557bad0ccd34
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setDefault(IGeoTransformation pGT)
          Sets a transformation in the New GeoTransformation dialog to work with.
 

Field Detail

IIDb0bd3480_60a4_425a_a264_557bad0ccd34

static final int IIDb0bd3480_60a4_425a_a264_557bad0ccd34
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

setDefault

void setDefault(IGeoTransformation pGT)
                throws java.io.IOException,
                       AutomationException
Sets a transformation in the New GeoTransformation dialog to work with.

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