com.esri.arcgis.carto
Interface IISLFootprintDisplayProps

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IISLFootprintDisplayPropsProxy, ImageServerLayer

public interface IISLFootprintDisplayProps
extends java.io.Serializable

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

Description: 'Provides access to additional members that control the display of raster footprints in an image server layer.' 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 IID491d8627_1774_4429_96da_c08aeec42955
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFootprintDisplayOption()
          The footprint display option.
 ISymbol getFootprintDisplaySymbol()
          The footprint display symbol.
 boolean isFootprintDisplayEnabled()
          Indicates if footprint display is enabled.
 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.
 

Field Detail

IID491d8627_1774_4429_96da_c08aeec42955

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

isFootprintDisplayEnabled

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

Returns:
The pEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplayEnabled

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

Parameters:
pEnabled - The pEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplayOption

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

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

getFootprintDisplayOption

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

Returns:
A com.esri.arcgis.carto.esriISLFootprintDisplayOptEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintDisplaySymbolByRef

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

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

getFootprintDisplaySymbol

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

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.