com.esri.arcgis.carto
Class IGraphicFeatureLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IDataObjectTableProxy
          extended by com.esri.arcgis.carto.IGraphicFeatureLayerProxy
All Implemented Interfaces:
IDataObjectTable, IGraphicFeatureLayer, java.io.Externalizable, java.io.Serializable

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

Description: 'Graphic Feature Layer' 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 IGraphicFeatureLayerProxy
extends IDataObjectTableProxy
implements IGraphicFeatureLayer, 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.IGraphicFeatureLayer
IID, IIDd932a966_dad8_4d0e_8807_dead0dae0aac
 
Fields inherited from interface com.esri.arcgis.carto.IDataObjectTable
IID72ee5f8a_f039_48da_b057_e61c7b6382da
 
Constructor Summary
  IGraphicFeatureLayerProxy()
          Deprecated. For internal use only
  IGraphicFeatureLayerProxy(java.lang.Object obj)
          Deprecated.  
protected IGraphicFeatureLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGraphicFeatureLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGraphicFeatureLayerProxy(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 getGeometryFieldName()
          Deprecated. getGeometryFieldName
 int getGeometryType()
          Deprecated. The enumerated geometry type.
 IFeatureLayerDrawingDescription getLayerDrawingDescription()
          Deprecated. getLayerDrawingDescription
 double getMaxScale()
          Deprecated. Maximum scale at which the features will be visible.
 double getMinScale()
          Deprecated. Minimum scale at which the features will be visible.
 IEnvelope getSpatialExtent()
          Deprecated. The spatial extent of the layer.
 ISpatialReference getSpatialReference()
          Deprecated. The spatial reference for the geometry in the layer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.carto.IDataObjectTableProxy
getCopyrightText, getDescription, getDisplayPropName, getGlobalIDPropName, getHTMLPopupType, getID, getName, getOIDPropName, getPropertyInfos, getRelations, getTemplates, getTypeIDPropName, getTypes, isHasAttachments
 
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
 
Methods inherited from interface com.esri.arcgis.carto.IDataObjectTable
getCopyrightText, getDescription, getDisplayPropName, getGlobalIDPropName, getHTMLPopupType, getID, getName, getOIDPropName, getPropertyInfos, getRelations, getTemplates, getTypeIDPropName, getTypes, isHasAttachments
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGraphicFeatureLayerProxy

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

IGraphicFeatureLayerProxy

public IGraphicFeatureLayerProxy()
Deprecated. 
For internal use only


IGraphicFeatureLayerProxy

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

IGraphicFeatureLayerProxy

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

IGraphicFeatureLayerProxy

protected IGraphicFeatureLayerProxy(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 IDataObjectTableProxy
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 IDataObjectTableProxy
Throws:
java.io.IOException

getGeometryFieldName

public java.lang.String getGeometryFieldName()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
getGeometryFieldName

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

getGeometryType

public int getGeometryType()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The enumerated geometry type.

Specified by:
getGeometryType in interface IGraphicFeatureLayer
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerDrawingDescription

public IFeatureLayerDrawingDescription getLayerDrawingDescription()
                                                           throws java.io.IOException,
                                                                  AutomationException
Deprecated. 
getLayerDrawingDescription

Specified by:
getLayerDrawingDescription in interface IGraphicFeatureLayer
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayerDrawingDescription
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. 
Maximum scale at which the features will be visible.

Specified by:
getMaxScale in interface IGraphicFeatureLayer
Returns:
The scale
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. 
Minimum scale at which the features will be visible.

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

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The spatial reference for the geometry in the layer.

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

getSpatialExtent

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

Specified by:
getSpatialExtent in interface IGraphicFeatureLayer
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.