com.esri.arcgis.carto
Class ILayerDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ILayerDescriptionProxy
All Implemented Interfaces:
ILayerDescription, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ILayerDescription2Proxy

Deprecated. Internal use only. Proxy for 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 =

public class ILayerDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements ILayerDescription, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.ILayerDescription
IID, IIDf763bdbe_8ef9_4da8_9628_dbe8ee4eb6de
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getDefinitionExpression()
          Deprecated. The definition expression for the layer.
 int getID()
          Deprecated. The layer ID.
 double getSelectionBufferDistance()
          Deprecated. The selection buffer distance.
 IColor getSelectionColor()
          Deprecated. The selection color (used when SetSelectionSymbol = FALSE).
 IFIDSet getSelectionFeatures()
          Deprecated. Array of selected features.
 ISymbol getSelectionSymbol()
          Deprecated. The selection symbol.
 boolean isScaleSymbols()
          Deprecated. Indicates whether the layer should scale its symbols according to the reference scale.
 boolean isSetSelectionSymbol()
          Deprecated. Indicates if the selected set of features is drawn using the SelectionSymbol.
 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.  
 void setDefinitionExpression(java.lang.String expression)
          Deprecated. The definition expression for the layer.
 void setID(int layerID)
          Deprecated. The layer ID.
 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 setSelectionColorByRef(IColor color)
          Deprecated. The selection color (used when SetSelectionSymbol = FALSE).
 void setSelectionFeatures(IFIDSet featureIDs)
          Deprecated. Array of selected features.
 void setSelectionSymbolByRef(ISymbol symbol)
          Deprecated. The selection symbol.
 void setSetSelectionSymbol(boolean setSymbol)
          Deprecated. Indicates if the selected set of features is drawn using the SelectionSymbol.
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILayerDescriptionProxy

public ILayerDescriptionProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ILayerDescriptionProxy

public ILayerDescriptionProxy()
Deprecated. 
For internal use only


ILayerDescriptionProxy

public ILayerDescriptionProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILayerDescriptionProxy

protected ILayerDescriptionProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILayerDescriptionProxy

protected ILayerDescriptionProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The layer ID. This is a unique ID for the layer, and is used to identify the layer in a number of method calls.

Specified by:
getID in interface ILayerDescription
Returns:
The layerID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

public void setID(int layerID)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
The layer ID. This is a unique ID for the layer, and is used to identify the layer in a number of method calls.

Specified by:
setID in interface ILayerDescription
Parameters:
layerID - The layerID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether the layer is visible as defined in the TOC (i.e. marked on).

Specified by:
isVisible in interface ILayerDescription
Returns:
The visible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

public void setVisible(boolean visible)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates whether the layer is visible as defined in the TOC (i.e. marked on).

Specified by:
setVisible in interface ILayerDescription
Parameters:
visible - The visible (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isScaleSymbols

public boolean isScaleSymbols()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether the layer should scale its symbols according to the reference scale.

Specified by:
isScaleSymbols in interface ILayerDescription
Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScaleSymbols

public void setScaleSymbols(boolean scale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether the layer should scale its symbols according to the reference scale.

Specified by:
setScaleSymbols in interface ILayerDescription
Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowLabels

public boolean isShowLabels()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether the layer should display its dynamic labels.

Specified by:
isShowLabels in interface ILayerDescription
Returns:
The show
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowLabels

public void setShowLabels(boolean show)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether the layer should display its dynamic labels.

Specified by:
setShowLabels in interface ILayerDescription
Parameters:
show - The show (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionFeatures

public IFIDSet getSelectionFeatures()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Array of selected features.

Specified by:
getSelectionFeatures in interface ILayerDescription
Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionFeatures

public void setSelectionFeatures(IFIDSet featureIDs)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Array of selected features.

Specified by:
setSelectionFeatures in interface ILayerDescription
Parameters:
featureIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionColor

public IColor getSelectionColor()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The selection color (used when SetSelectionSymbol = FALSE).

Specified by:
getSelectionColor in interface ILayerDescription
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionColorByRef

public void setSelectionColorByRef(IColor color)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The selection color (used when SetSelectionSymbol = FALSE).

Specified by:
setSelectionColorByRef in interface ILayerDescription
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionSymbol

public ISymbol getSelectionSymbol()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The selection symbol.

Specified by:
getSelectionSymbol in interface ILayerDescription
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSymbolByRef

public void setSelectionSymbolByRef(ISymbol symbol)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The selection symbol.

Specified by:
setSelectionSymbolByRef in interface ILayerDescription
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSetSelectionSymbol

public boolean isSetSelectionSymbol()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the selected set of features is drawn using the SelectionSymbol.

Specified by:
isSetSelectionSymbol in interface ILayerDescription
Returns:
The setSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSetSelectionSymbol

public void setSetSelectionSymbol(boolean setSymbol)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the selected set of features is drawn using the SelectionSymbol.

Specified by:
setSetSelectionSymbol in interface ILayerDescription
Parameters:
setSymbol - The setSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionBufferDistance

public double getSelectionBufferDistance()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The selection buffer distance. When drawing, and if a selection filter is specified, a buffer zone of the specified distance will be displayed around the selected features.

Specified by:
getSelectionBufferDistance in interface ILayerDescription
Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionBufferDistance

public void setSelectionBufferDistance(double distance)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The selection buffer distance. When drawing, and if a selection filter is specified, a buffer zone of the specified distance will be displayed around the selected features.

Specified by:
setSelectionBufferDistance in interface ILayerDescription
Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowSelectionBuffer

public boolean isShowSelectionBuffer()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether the selection buffer should be displayed.

Specified by:
isShowSelectionBuffer in interface ILayerDescription
Returns:
The show
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowSelectionBuffer

public void setShowSelectionBuffer(boolean show)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether the selection buffer should be displayed.

Specified by:
setShowSelectionBuffer in interface ILayerDescription
Parameters:
show - The show (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefinitionExpression

public java.lang.String getDefinitionExpression()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The definition expression for the layer.

Specified by:
getDefinitionExpression in interface ILayerDescription
Returns:
The expression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefinitionExpression

public void setDefinitionExpression(java.lang.String expression)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The definition expression for the layer.

Specified by:
setDefinitionExpression in interface ILayerDescription
Parameters:
expression - The expression (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.