com.esri.arcgis.geodatabase
Interface IFeatureClassStorage2

All Superinterfaces:
IFeatureClassStorage, java.io.Serializable
All Known Implementing Classes:
IFeatureClassStorage2Proxy

public interface IFeatureClassStorage2
extends IFeatureClassStorage, java.io.Serializable

COM Interface 'IFeatureClassStorage2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that describe the storage characteristics of a feature class.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8d6276db_496e_46d9_a6e4_65144514c309
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureClassStorage
IID380423df_2032_4fd0_a4ed_05a76a3c17b8
 
Method Summary
 int getRasterStorage()
          Retrieves the raster field storage.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureClassStorage
getGeometryStorage
 

Field Detail

IID8d6276db_496e_46d9_a6e4_65144514c309

static final int IID8d6276db_496e_46d9_a6e4_65144514c309
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRasterStorage

int getRasterStorage()
                     throws java.io.IOException,
                            AutomationException
Retrieves the raster field storage.

Returns:
A com.esri.arcgis.geodatabase.esriRasterStorage constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.