com.esri.arcgis.carto
Class IISLFootprintDisplayPropsProxy

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

public class IISLFootprintDisplayPropsProxy
extends com.esri.arcgis.interop.Dispatch
implements IISLFootprintDisplayProps, Serializable

Provides access to additional members that control the display of raster footprints in an image server layer.

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
  IISLFootprintDisplayPropsProxy()
           
  IISLFootprintDisplayPropsProxy(Object obj)
           
protected IISLFootprintDisplayPropsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getFootprintDisplayOption()
          The footprint display option.
 ISymbol getFootprintDisplaySymbol()
          The footprint display symbol.
 boolean isFootprintDisplayEnabled()
          Indicates if footprint display is enabled.
 void removeListener(String iidStr, Object theListener)
           
 void setFootprintDisplayEnabled(boolean pEnabled)
          Indicates if footprint display is enabled.
 void setFootprintDisplayOption(int pOption)
          The footprint display option.
 void setFootprintDisplaySymbolByRef(ISymbol ppSymbol)
          The footprint display symbol.
 
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

IISLFootprintDisplayPropsProxy

public IISLFootprintDisplayPropsProxy()

IISLFootprintDisplayPropsProxy

public IISLFootprintDisplayPropsProxy(Object obj)
                               throws IOException
Throws:
IOException

IISLFootprintDisplayPropsProxy

protected IISLFootprintDisplayPropsProxy(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

isFootprintDisplayEnabled

public boolean isFootprintDisplayEnabled()
                                  throws IOException,
                                         AutomationException
Indicates if footprint display is enabled.

Product Availability

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

Specified by:
isFootprintDisplayEnabled in interface IISLFootprintDisplayProps
Returns:
The pEnabled
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplayEnabled

public void setFootprintDisplayEnabled(boolean pEnabled)
                                throws IOException,
                                       AutomationException
Indicates if footprint display is enabled.

Product Availability

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

Specified by:
setFootprintDisplayEnabled in interface IISLFootprintDisplayProps
Parameters:
pEnabled - The pEnabled (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplayOption

public void setFootprintDisplayOption(int pOption)
                               throws IOException,
                                      AutomationException
The footprint display option.

Product Availability

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

Specified by:
setFootprintDisplayOption in interface IISLFootprintDisplayProps
Parameters:
pOption - A com.esri.arcgis.carto.esriISLFootprintDisplayOptEnum constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFootprintDisplayOption

public int getFootprintDisplayOption()
                              throws IOException,
                                     AutomationException
The footprint display option.

Product Availability

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

Specified by:
getFootprintDisplayOption in interface IISLFootprintDisplayProps
Returns:
A com.esri.arcgis.carto.esriISLFootprintDisplayOptEnum constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplaySymbolByRef

public void setFootprintDisplaySymbolByRef(ISymbol ppSymbol)
                                    throws IOException,
                                           AutomationException
The footprint display symbol.

Product Availability

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

Specified by:
setFootprintDisplaySymbolByRef in interface IISLFootprintDisplayProps
Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFootprintDisplaySymbol

public ISymbol getFootprintDisplaySymbol()
                                  throws IOException,
                                         AutomationException
The footprint display symbol.

Product Availability

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

Specified by:
getFootprintDisplaySymbol in interface IISLFootprintDisplayProps
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.