com.esri.arcgis.carto
Class IMapLayerInfo3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapLayerInfo3Proxy
All Implemented Interfaces:
IMapLayerInfo3, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMapLayerInfo3'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available properties of a map layer info 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 IMapLayerInfo3Proxy
extends com.esri.arcgis.interop.Dispatch
implements IMapLayerInfo3, 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.IMapLayerInfo3
IID, IID2072143f_8b50_49a6_957c_9fc55138459d
 
Constructor Summary
  IMapLayerInfo3Proxy()
          Deprecated. For internal use only
  IMapLayerInfo3Proxy(java.lang.Object obj)
          Deprecated.  
protected IMapLayerInfo3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMapLayerInfo3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMapLayerInfo3Proxy(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 getCopyrightText()
          Deprecated. Copyright information associated with the layer.
 java.lang.String getDescription()
          Deprecated. The description of the layer.
 java.lang.String getDisplayField()
          Deprecated. Primary display field.
 IEnvelope getExtent()
          Deprecated. The geographic extent of the layer.
 IStringArray getFieldAliases()
          Deprecated. Array of strings that contains field alias for each field in Fields property.
 IFields getFields()
          Deprecated. Array of attribute fields contained in the layer.
 int getID()
          Deprecated. The layer identifier.
 double getMaxScale()
          Deprecated. The maximum visible scale for the layer.
 double getMinScale()
          Deprecated. The minimum visible scale for the layer.
 java.lang.String getName()
          Deprecated. The name of the layer.
 int getParentLayerID()
          Deprecated. If the layer is a member of a composite layer, this property identifies the parent layer.
 java.lang.String getSourceDescription()
          Deprecated. The description of the source information for the layer.
 ILongArray getSubLayers()
          Deprecated. The list identifying the sublayers if the layer is a composite layer.
 java.lang.String getType()
          Deprecated. The layer type.
 boolean isCanFind()
          Deprecated. Indicates if the layer supports the Find operation.
 boolean isCanIdentify()
          Deprecated. Indicates if the layer supports the Identify operation.
 boolean isCanScaleSymbols()
          Deprecated. Indicates if the layer supports symbol scaling.
 boolean isCanSelect()
          Deprecated. Indicates if the layer supports feature selection.
 boolean isComposite()
          Deprecated. Indicates if the layer is a composite layer.
 boolean isFeatureLayer()
          Deprecated. Indicates if the layer is a feature layer.
 boolean isHasAttributes()
          Deprecated. Indicates if the layer has attributes.
 boolean isHasHyperlinks()
          Deprecated. Indicates if the layer has hyperlinks.
 boolean isHasLabels()
          Deprecated. Indicates if the layer has labels to turn on and off.
 boolean isHasLayerDrawingDescription()
          Deprecated. Indicates if the layter has LayerDrawingDescription or not.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IMapLayerInfo3Proxy

public IMapLayerInfo3Proxy(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

IMapLayerInfo3Proxy

public IMapLayerInfo3Proxy()
Deprecated. 
For internal use only


IMapLayerInfo3Proxy

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

IMapLayerInfo3Proxy

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

IMapLayerInfo3Proxy

protected IMapLayerInfo3Proxy(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

isHasLayerDrawingDescription

public boolean isHasLayerDrawingDescription()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Indicates if the layter has LayerDrawingDescription or not.

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

getFieldAliases

public IStringArray getFieldAliases()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Array of strings that contains field alias for each field in Fields property.

Specified by:
getFieldAliases in interface IMapLayerInfo3
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCopyrightText

public java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Copyright information associated with the layer.

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

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The layer identifier. This ID is used throughout to uniquely identify the layer for all requests.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the layer.

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

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description of the layer. This property is set in the General tab of the Layer Properties dialog.

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

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The layer type.

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

getSourceDescription

public java.lang.String getSourceDescription()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The description of the source information for the layer.

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

isHasLabels

public boolean isHasLabels()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the layer has labels to turn on and off.

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

isCanSelect

public boolean isCanSelect()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the layer supports feature selection.

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

isCanScaleSymbols

public boolean isCanScaleSymbols()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the layer supports symbol scaling.

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

isCanIdentify

public boolean isCanIdentify()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the layer supports the Identify operation.

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

isCanFind

public boolean isCanFind()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the layer supports the Find operation.

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

isFeatureLayer

public boolean isFeatureLayer()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the layer is a feature layer.

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

getMinScale

public double getMinScale()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The minimum visible scale for the layer.

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

getMaxScale

public double getMaxScale()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The maximum visible scale for the layer.

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

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The geographic extent of the layer.

Specified by:
getExtent in interface IMapLayerInfo3
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasHyperlinks

public boolean isHasHyperlinks()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the layer has hyperlinks.

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

isHasAttributes

public boolean isHasAttributes()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the layer has attributes.

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

getFields

public IFields getFields()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Array of attribute fields contained in the layer.

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

getDisplayField

public java.lang.String getDisplayField()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Primary display field.

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

isComposite

public boolean isComposite()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the layer is a composite layer.

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

getSubLayers

public ILongArray getSubLayers()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The list identifying the sublayers if the layer is a composite layer.

Specified by:
getSubLayers in interface IMapLayerInfo3
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentLayerID

public int getParentLayerID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
If the layer is a member of a composite layer, this property identifies the parent layer.

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