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, objRefIID, 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, writeExternalpublic 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.UnknownHostExceptionjava.io.IOExceptionpublic ILayerDescriptionProxy()
public ILayerDescriptionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILayerDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getID()
throws java.io.IOException,
AutomationException
getID in interface ILayerDescriptionjava.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 ILayerDescriptionlayerID - 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 ILayerDescriptionjava.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 ILayerDescriptionvisible - 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 ILayerDescriptionjava.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 ILayerDescriptionscale - 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 ILayerDescriptionjava.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 ILayerDescriptionshow - 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 ILayerDescriptionjava.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 ILayerDescriptionfeatureIDs - 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 ILayerDescriptionjava.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 ILayerDescriptiondistance - 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 ILayerDescriptionjava.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 ILayerDescriptionshow - 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 ILayerDescriptionjava.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 ILayerDescriptionexpression - 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 ILayerDescriptionlayerResultOptions - 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 ILayerDescriptionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.