com.esri.arcgis.carto
Interface ILayerDescription3
- All Superinterfaces:
- ILayerDescription, ILayerDescription2, java.io.Serializable
- All Known Implementing Classes:
- ILayerDescription3Proxy, LayerDescription
public interface ILayerDescription3
- extends ILayerDescription2, java.io.Serializable
COM Interface 'ILayerDescription3'. 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 =
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 |
IID4124d038_1e88_4743_b402_a1b2534ddaae
static final int IID4124d038_1e88_4743_b402_a1b2534ddaae
- 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
setLayerResultOptionsByRef
void setLayerResultOptionsByRef(ILayerResultOptions layerResultOptions)
throws java.io.IOException,
AutomationException
- Indicate whether to include and/or modify Geometry.
- Parameters:
layerResultOptions
- A reference to a com.esri.arcgis.carto.ILayerResultOptions (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getLayerResultOptions
ILayerResultOptions getLayerResultOptions()
throws java.io.IOException,
AutomationException
- Indicate whether to include and/or modify Geometry.
- Returns:
- A reference to a com.esri.arcgis.carto.ILayerResultOptions
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.