|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerDescription
COM Interface 'ILayerDescription'. 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 |
IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getDefinitionExpression()
The definition expression for the layer. |
int |
getID()
The layer ID. |
double |
getSelectionBufferDistance()
The selection buffer distance. |
IColor |
getSelectionColor()
The selection color (used when SetSelectionSymbol = FALSE). |
IFIDSet |
getSelectionFeatures()
Array of selected features. |
ISymbol |
getSelectionSymbol()
The selection symbol. |
boolean |
isScaleSymbols()
Indicates whether the layer should scale its symbols according to the reference scale. |
boolean |
isSetSelectionSymbol()
Indicates if the selected set of features is drawn using the SelectionSymbol. |
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 |
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 |
setSelectionColorByRef(IColor color)
The selection color (used when SetSelectionSymbol = FALSE). |
void |
setSelectionFeatures(IFIDSet featureIDs)
Array of selected features. |
void |
setSelectionSymbolByRef(ISymbol symbol)
The selection symbol. |
void |
setSetSelectionSymbol(boolean setSymbol)
Indicates if the selected set of features is drawn using the SelectionSymbol. |
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. |
| Field Detail |
|---|
static final int IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
IColor getSelectionColor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectionColorByRef(IColor color)
throws java.io.IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getSelectionSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectionSymbolByRef(ISymbol symbol)
throws java.io.IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSetSelectionSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSetSelectionSymbol(boolean setSymbol)
throws java.io.IOException,
AutomationException
setSymbol - The setSymbol (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||