com.esri.arcgis.carto
Interface ILayerDescription2

All Superinterfaces:
ILayerDescription, java.io.Serializable
All Known Subinterfaces:
ILayerDescription3
All Known Implementing Classes:
ILayerDescription2Proxy, ILayerDescription3Proxy, LayerDescription

public interface ILayerDescription2
extends ILayerDescription, java.io.Serializable

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

Description: 'Provides access to the available properties of a layer description object.' 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 IIDa8f3db59_54b9_4bd0_83b9_a7e60c721f3a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ILayerDescription
IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de
 
Method Summary
 IFillSymbol getSelectionBufferSymbol()
          Symbol used for drawing selection buffer.
 java.lang.String getSourceID()
          The id of the source to use when drawing the layer.
 void setSelectionBufferSymbolByRef(IFillSymbol bufferSymbol)
          Symbol used for drawing selection buffer.
 void setSourceID(java.lang.String srcID)
          The id of the source to use when drawing the layer.
 
Methods inherited from interface com.esri.arcgis.carto.ILayerDescription
getDefinitionExpression, getID, getSelectionBufferDistance, getSelectionColor, getSelectionFeatures, getSelectionSymbol, isScaleSymbols, isSetSelectionSymbol, isShowLabels, isShowSelectionBuffer, isVisible, setDefinitionExpression, setID, setScaleSymbols, setSelectionBufferDistance, setSelectionColorByRef, setSelectionFeatures, setSelectionSymbolByRef, setSetSelectionSymbol, setShowLabels, setShowSelectionBuffer, setVisible
 

Field Detail

IIDa8f3db59_54b9_4bd0_83b9_a7e60c721f3a

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

getSourceID

java.lang.String getSourceID()
                             throws java.io.IOException,
                                    AutomationException
The id of the source to use when drawing the layer.

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

setSourceID

void setSourceID(java.lang.String srcID)
                 throws java.io.IOException,
                        AutomationException
The id of the source to use when drawing the layer.

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

getSelectionBufferSymbol

IFillSymbol getSelectionBufferSymbol()
                                     throws java.io.IOException,
                                            AutomationException
Symbol used for drawing selection buffer.

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

setSelectionBufferSymbolByRef

void setSelectionBufferSymbolByRef(IFillSymbol bufferSymbol)
                                   throws java.io.IOException,
                                          AutomationException
Symbol used for drawing selection buffer.

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