|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.LayerDescriptor
public class LayerDescriptor
COM Class 'LayerDescriptor'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'The Layer Descriptor coclass contains a description of a layer in a map.' 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 |
---|
Fields inherited from interface com.esri.arcgis.carto.ILayerDescriptor |
---|
DISPID_0_GET_NAME, DISPID_0_PUT_NAME, DISPID_1_GET_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_4_PUT_NAME, DISPID_5_PUT_NAME, DISPID_6_GET_NAME, DISPID_6_PUT_NAME, DISPID_7_GET_NAME, DISPID_7_PUT_NAME, DISPID_8_GET_NAME, DISPID_8_PUT_NAME, IID, IID3b2dee7b_641e_48ff_a9cd_d2458c0a5861, xxDummy |
Constructor Summary | |
---|---|
LayerDescriptor()
Constructs a LayerDescriptor using ArcGIS Engine. |
|
LayerDescriptor(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LayerDescriptor theLayerDescriptor = (LayerDescriptor) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDefinitionExpression()
The definition expression for the layer. |
int |
getID()
The layer ID. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the layer. |
double |
getSelectionBufferDistance()
The selection buffer distance. |
short |
getTransparency()
The transparency of the layer. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a LayerDescriptor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayerDescriptor() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic LayerDescriptor(java.lang.Object obj) throws java.io.IOException
LayerDescriptor theLayerDescriptor = (LayerDescriptor) obj;
obj
to LayerDescriptor
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getID() throws java.io.IOException, AutomationException
getID
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(int layerID) throws java.io.IOException, AutomationException
setID
in interface ILayerDescriptor
layerID
- The layerID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws java.io.IOException, AutomationException
setVisible
in interface ILayerDescriptor
visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowLabels() throws java.io.IOException, AutomationException
isShowLabels
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowLabels(boolean show) throws java.io.IOException, AutomationException
setShowLabels
in interface ILayerDescriptor
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getTransparency() throws java.io.IOException, AutomationException
getTransparency
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparency(short alphaValue) throws java.io.IOException, AutomationException
setTransparency
in interface ILayerDescriptor
alphaValue
- The alphaValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionFilters(IArray rhs1) throws java.io.IOException, AutomationException
setSelectionFilters
in interface ILayerDescriptor
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.public double getSelectionBufferDistance() throws java.io.IOException, AutomationException
getSelectionBufferDistance
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionBufferDistance(double distance) throws java.io.IOException, AutomationException
setSelectionBufferDistance
in interface ILayerDescriptor
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowSelectionBuffer() throws java.io.IOException, AutomationException
isShowSelectionBuffer
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowSelectionBuffer(boolean show) throws java.io.IOException, AutomationException
setShowSelectionBuffer
in interface ILayerDescriptor
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefinitionExpression() throws java.io.IOException, AutomationException
getDefinitionExpression
in interface ILayerDescriptor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefinitionExpression(java.lang.String expression) throws java.io.IOException, AutomationException
setDefinitionExpression
in interface ILayerDescriptor
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 |