com.esri.arcgis.carto
Interface IGeoRefSaveAsDlg

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGeoRefSaveAsDlgProxy

public interface IGeoRefSaveAsDlg
extends java.io.Serializable

COM Interface 'IGeoRefSaveAsDlg'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a dialog for saving the results of a georeferencing opertion.' 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 IID6c0b842c_feb1_4380_9211_caf87e732030
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canSaveAs(ILayer pLayer)
          Indicates if the object can rectify the given layer.
 void doSaveAs(ILayer pLayer)
          Displays the rectify dialog.
 

Field Detail

IID6c0b842c_feb1_4380_9211_caf87e732030

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

canSaveAs

boolean canSaveAs(ILayer pLayer)
                  throws java.io.IOException,
                         AutomationException
Indicates if the object can rectify the given layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doSaveAs

void doSaveAs(ILayer pLayer)
              throws java.io.IOException,
                     AutomationException
Displays the rectify dialog.

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