public interface ILayerDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefinitionExpression()
The definition expression for the layer.
|
int |
getID()
The layer ID.
|
ILayerResultOptions |
getLayerResultOptions()
Indicate whether to include and/or modify Geometry.
|
double |
getSelectionBufferDistance()
The selection buffer distance.
|
IFIDSet |
getSelectionFeatures()
Array of selected features.
|
boolean |
isScaleSymbols()
Indicates whether the layer should scale its symbols according to the reference scale.
|
boolean |
isShowLabels()
Indicates whether the layer should display its dynamic labels.
|
boolean |
isShowSelectionBuffer()
Indicates whether the selection buffer should be displayed.
|
boolean |
isVisible()
Indicates whether the layer is visible as defined in the TOC (i.e.
|
void |
setDefinitionExpression(java.lang.String expression)
The definition expression for the layer.
|
void |
setID(int layerID)
The layer ID.
|
void |
setLayerResultOptionsByRef(ILayerResultOptions layerResultOptions)
Indicate whether to include and/or modify Geometry.
|
void |
setScaleSymbols(boolean scale)
Indicates whether the layer should scale its symbols according to the reference scale.
|
void |
setSelectionBufferDistance(double distance)
The selection buffer distance.
|
void |
setSelectionFeatures(IFIDSet featureIDs)
Array of selected features.
|
void |
setShowLabels(boolean show)
Indicates whether the layer should display its dynamic labels.
|
void |
setShowSelectionBuffer(boolean show)
Indicates whether the selection buffer should be displayed.
|
void |
setVisible(boolean visible)
Indicates whether the layer is visible as defined in the TOC (i.e.
|
static final int IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setID(int layerID) throws java.io.IOException, AutomationException
layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean visible) throws java.io.IOException, AutomationException
visible
- The visible (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isScaleSymbols() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setScaleSymbols(boolean scale) throws java.io.IOException, AutomationException
scale
- The scale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isShowLabels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShowLabels(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet getSelectionFeatures() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSelectionFeatures(IFIDSet featureIDs) throws java.io.IOException, AutomationException
featureIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSelectionBufferDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSelectionBufferDistance(double distance) throws java.io.IOException, AutomationException
distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isShowSelectionBuffer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShowSelectionBuffer(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefinitionExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefinitionExpression(java.lang.String expression) throws java.io.IOException, AutomationException
expression
- The expression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLayerResultOptionsByRef(ILayerResultOptions layerResultOptions) throws java.io.IOException, AutomationException
layerResultOptions
- A reference to a com.esri.arcgis.carto.ILayerResultOptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILayerResultOptions getLayerResultOptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.