com.esri.arcgis.geodatabase
Interface IFeatureClassStorage2
- All Superinterfaces:
- IFeatureClassStorage, Serializable
public interface IFeatureClassStorage2
- extends IFeatureClassStorage, Serializable
Provides access to members that describe the storage characteristics of a feature class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getRasterStorage
int getRasterStorage()
throws IOException,
AutomationException
- Retrieves the raster field storage.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A com.esri.arcgis.geodatabase.esriRasterStorage constant
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.