com.esri.arcgis.carto
Class IGeoRefSaveAsDlgProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGeoRefSaveAsDlgProxy
All Implemented Interfaces:
IGeoRefSaveAsDlg, Externalizable, Serializable

public class IGeoRefSaveAsDlgProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeoRefSaveAsDlg, 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.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IGeoRefSaveAsDlgProxy()
           
  IGeoRefSaveAsDlgProxy(Object obj)
           
protected IGeoRefSaveAsDlgProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean canSaveAs(ILayer pLayer)
          Indicates if the object can rectify the given layer.
 void doSaveAs(ILayer pLayer)
          Displays the rectify dialog.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IGeoRefSaveAsDlgProxy

public IGeoRefSaveAsDlgProxy()

IGeoRefSaveAsDlgProxy

public IGeoRefSaveAsDlgProxy(Object obj)
                      throws IOException
Throws:
IOException

IGeoRefSaveAsDlgProxy

protected IGeoRefSaveAsDlgProxy(Object obj,
                                String iid)
                         throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

canSaveAs

public 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

Specified by:
canSaveAs in interface IGeoRefSaveAsDlg
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

public 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

Specified by:
doSaveAs in interface IGeoRefSaveAsDlg
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.