com.esri.arcgis.geodatabase
Interface IFeatureClassStorage

All Superinterfaces:
Serializable
All Known Subinterfaces:
IFeatureClassStorage2
All Known Implementing Classes:
IFeatureClassStorageProxy

public interface IFeatureClassStorage
extends Serializable

Provides access to members that describe the storage characteristics of a feature class.

Description

This interface can be used to determine the geometry storage type used by a feature class from an SDE data source. This is primarily useful with DBMSs such as Oracle, SQL Server and PostGreSQL which support the use of multiple geometry types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getGeometryStorage()
          Retrieves the geometry field storage.
 

Method Detail

getGeometryStorage

int getGeometryStorage()
                       throws IOException,
                              AutomationException
Retrieves the geometry field storage.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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