com.esri.arcgis.geodatabase
Class IDEFeatureClassProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDEFeatureClassProxy
All Implemented Interfaces:
IDEFeatureClass, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDEGdbFeatureClassProxy

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

Description: 'Provides access to members that return information about feature class data elements.' 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 IDEFeatureClassProxy
extends com.esri.arcgis.interop.Dispatch
implements IDEFeatureClass, 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.geodatabase.IDEFeatureClass
IID, IID2c944211_d17c_45f4_89da_ab37e95e6411
 
Constructor Summary
  IDEFeatureClassProxy()
          Deprecated. For internal use only
  IDEFeatureClassProxy(java.lang.Object obj)
          Deprecated.  
protected IDEFeatureClassProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDEFeatureClassProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDEFeatureClassProxy(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.  
 int getFeatureType()
          Deprecated. The feature type of the feature class.
 java.lang.String getShapeFieldName()
          Deprecated. The shape field name of the feature class.
 int getShapeType()
          Deprecated. The geometry type of the feature class.
 boolean isHasM()
          Deprecated. Indicates if the feature class supports Ms.
 boolean isHasSpatialIndex()
          Deprecated. Indicates if the feature class has a spatial index.
 boolean isHasZ()
          Deprecated. Indicates if the feature class supports Zs.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureType(int featureType)
          Deprecated. The feature type of the feature class.
 void setHasM(boolean hasM)
          Deprecated. Indicates if the feature class supports Ms.
 void setHasSpatialIndex(boolean hasSpatialIndex)
          Deprecated. Indicates if the feature class has a spatial index.
 void setHasZ(boolean hasZ)
          Deprecated. Indicates if the feature class supports Zs.
 void setShapeFieldName(java.lang.String shapeFieldName)
          Deprecated. The shape field name of the feature class.
 void setShapeType(int geometryType)
          Deprecated. The geometry type of the feature class.
 
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

IDEFeatureClassProxy

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

IDEFeatureClassProxy

public IDEFeatureClassProxy()
Deprecated. 
For internal use only


IDEFeatureClassProxy

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

IDEFeatureClassProxy

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

IDEFeatureClassProxy

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

getShapeType

public int getShapeType()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The geometry type of the feature class.

Specified by:
getShapeType in interface IDEFeatureClass
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.

setShapeType

public void setShapeType(int geometryType)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The geometry type of the feature class.

Specified by:
setShapeType in interface IDEFeatureClass
Parameters:
geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureType

public int getFeatureType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The feature type of the feature class.

Specified by:
getFeatureType in interface IDEFeatureClass
Returns:
A com.esri.arcgis.geodatabase.esriFeatureType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureType

public void setFeatureType(int featureType)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The feature type of the feature class.

Specified by:
setFeatureType in interface IDEFeatureClass
Parameters:
featureType - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShapeFieldName

public java.lang.String getShapeFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The shape field name of the feature class.

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

setShapeFieldName

public void setShapeFieldName(java.lang.String shapeFieldName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The shape field name of the feature class.

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

isHasSpatialIndex

public boolean isHasSpatialIndex()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the feature class has a spatial index.

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

setHasSpatialIndex

public void setHasSpatialIndex(boolean hasSpatialIndex)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the feature class has a spatial index.

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

isHasZ

public boolean isHasZ()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the feature class supports Zs.

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

setHasZ

public void setHasZ(boolean hasZ)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Indicates if the feature class supports Zs.

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

isHasM

public boolean isHasM()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the feature class supports Ms.

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

setHasM

public void setHasM(boolean hasM)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Indicates if the feature class supports Ms.

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