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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4124d038_1e88_4743_b402_a1b2534ddaae
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ILayerDescription2
IIDa8f3db59_54b9_4bd0_83b9_a7e60c721f3a
 
Fields inherited from interface com.esri.arcgis.carto.ILayerDescription
IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de
 
Method Summary
 ILayerResultOptions getLayerResultOptions()
          Indicate whether to include and/or modify Geometry.
 void setLayerResultOptionsByRef(ILayerResultOptions layerResultOptions)
          Indicate whether to include and/or modify Geometry.
 
Methods inherited from interface com.esri.arcgis.carto.ILayerDescription2
getSelectionBufferSymbol, getSourceID, setSelectionBufferSymbolByRef, setSourceID
 
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

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
Method Detail

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.