|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerDescriptor
COM Interface 'ILayerDescriptor'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the available properties of a layer descriptor 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 |
DISPID_0_GET_NAME
|
static java.lang.String |
DISPID_0_PUT_NAME
|
static java.lang.String |
DISPID_1_GET_NAME
|
static java.lang.String |
DISPID_2_GET_NAME
|
static java.lang.String |
DISPID_2_PUT_NAME
|
static java.lang.String |
DISPID_3_GET_NAME
|
static java.lang.String |
DISPID_3_PUT_NAME
|
static java.lang.String |
DISPID_4_GET_NAME
|
static java.lang.String |
DISPID_4_PUT_NAME
|
static java.lang.String |
DISPID_5_PUT_NAME
|
static java.lang.String |
DISPID_6_GET_NAME
|
static java.lang.String |
DISPID_6_PUT_NAME
|
static java.lang.String |
DISPID_7_GET_NAME
|
static java.lang.String |
DISPID_7_PUT_NAME
|
static java.lang.String |
DISPID_8_GET_NAME
|
static java.lang.String |
DISPID_8_PUT_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3b2dee7b_641e_48ff_a9cd_d2458c0a5861
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getDefinitionExpression()
The definition expression for the layer. |
int |
getID()
The layer ID. |
java.lang.String |
getName()
The name of the layer. |
double |
getSelectionBufferDistance()
The selection buffer distance. |
short |
getTransparency()
The transparency of the layer. |
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. |
void |
setDefinitionExpression(java.lang.String expression)
The definition expression for the layer. |
void |
setID(int layerID)
The layer ID. |
void |
setSelectionBufferDistance(double distance)
The selection buffer distance. |
void |
setSelectionFilters(IArray rhs1)
The selection filter for the layer. |
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 |
setTransparency(short alphaValue)
The transparency of the layer. |
void |
setVisible(boolean visible)
Indicates whether the layer is visible. |
Field Detail |
---|
static final int IID3b2dee7b_641e_48ff_a9cd_d2458c0a5861
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_0_GET_NAME
static final java.lang.String DISPID_0_PUT_NAME
static final java.lang.String DISPID_1_GET_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_2_PUT_NAME
static final java.lang.String DISPID_3_GET_NAME
static final java.lang.String DISPID_3_PUT_NAME
static final java.lang.String DISPID_4_GET_NAME
static final java.lang.String DISPID_4_PUT_NAME
static final java.lang.String DISPID_5_PUT_NAME
static final java.lang.String DISPID_6_GET_NAME
static final java.lang.String DISPID_6_PUT_NAME
static final java.lang.String DISPID_7_GET_NAME
static final java.lang.String DISPID_7_PUT_NAME
static final java.lang.String DISPID_8_GET_NAME
static final java.lang.String DISPID_8_PUT_NAME
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.java.lang.String getName() throws java.io.IOException, AutomationException
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 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.short getTransparency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(short alphaValue) throws java.io.IOException, AutomationException
alphaValue
- The alphaValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionFilters(IArray rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.IArray (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 |