com.esri.arcgis.carto
Interface IGeoRefSaveAsDlg

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGeoRefSaveAsDlgProxy

public interface IGeoRefSaveAsDlg
extends Serializable

Provides access to members that control a dialog for saving the results of a georeferencing opertion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean canSaveAs(ILayer pLayer)
          Indicates if the object can rectify the given layer.
 void doSaveAs(ILayer pLayer)
          Displays the rectify dialog.
 

Method Detail

canSaveAs

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

doSaveAs

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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