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 =
public class ILayerDescriptionProxy extends com.esri.arcgis.interop.Dispatch implements ILayerDescription, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de
Modifier | Constructor and Description |
---|---|
|
ILayerDescriptionProxy()
Deprecated.
For internal use only
|
|
ILayerDescriptionProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILayerDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILayerDescriptionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILayerDescriptionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getDefinitionExpression()
Deprecated.
The definition expression for the layer.
|
int |
getID()
Deprecated.
The layer ID.
|
ILayerResultOptions |
getLayerResultOptions()
Deprecated.
Indicate whether to include and/or modify Geometry.
|
double |
getSelectionBufferDistance()
Deprecated.
The selection buffer distance.
|
IFIDSet |
getSelectionFeatures()
Deprecated.
Array of selected features.
|
boolean |
isScaleSymbols()
Deprecated.
Indicates whether the layer should scale its symbols according to the reference scale.
|
boolean |
isShowLabels()
Deprecated.
Indicates whether the layer should display its dynamic labels.
|
boolean |
isShowSelectionBuffer()
Deprecated.
Indicates whether the selection buffer should be displayed.
|
boolean |
isVisible()
Deprecated.
Indicates whether the layer is visible as defined in the TOC (i.e.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDefinitionExpression(java.lang.String expression)
Deprecated.
The definition expression for the layer.
|
void |
setID(int layerID)
Deprecated.
The layer ID.
|
void |
setLayerResultOptionsByRef(ILayerResultOptions layerResultOptions)
Deprecated.
Indicate whether to include and/or modify Geometry.
|
void |
setScaleSymbols(boolean scale)
Deprecated.
Indicates whether the layer should scale its symbols according to the reference scale.
|
void |
setSelectionBufferDistance(double distance)
Deprecated.
The selection buffer distance.
|
void |
setSelectionFeatures(IFIDSet featureIDs)
Deprecated.
Array of selected features.
|
void |
setShowLabels(boolean show)
Deprecated.
Indicates whether the layer should display its dynamic labels.
|
void |
setShowSelectionBuffer(boolean show)
Deprecated.
Indicates whether the selection buffer should be displayed.
|
void |
setVisible(boolean visible)
Deprecated.
Indicates whether the layer is visible as defined in the TOC (i.e.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public ILayerDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ILayerDescriptionProxy()
public ILayerDescriptionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILayerDescriptionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILayerDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getID() throws java.io.IOException, AutomationException
getID
in interface ILayerDescription
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 ILayerDescription
layerID
- The layerID (in)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 ILayerDescription
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 ILayerDescription
visible
- The visible (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isScaleSymbols() throws java.io.IOException, AutomationException
isScaleSymbols
in interface ILayerDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setScaleSymbols(boolean scale) throws java.io.IOException, AutomationException
setScaleSymbols
in interface ILayerDescription
scale
- The scale (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 ILayerDescription
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 ILayerDescription
show
- The show (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFIDSet getSelectionFeatures() throws java.io.IOException, AutomationException
getSelectionFeatures
in interface ILayerDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSelectionFeatures(IFIDSet featureIDs) throws java.io.IOException, AutomationException
setSelectionFeatures
in interface ILayerDescription
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.public double getSelectionBufferDistance() throws java.io.IOException, AutomationException
getSelectionBufferDistance
in interface ILayerDescription
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 ILayerDescription
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 ILayerDescription
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 ILayerDescription
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 ILayerDescription
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 ILayerDescription
expression
- The expression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLayerResultOptionsByRef(ILayerResultOptions layerResultOptions) throws java.io.IOException, AutomationException
setLayerResultOptionsByRef
in interface ILayerDescription
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.public ILayerResultOptions getLayerResultOptions() throws java.io.IOException, AutomationException
getLayerResultOptions
in interface ILayerDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.