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.
Members
Name | Description | |
---|---|---|
GeometryStorage | Retrieves the geometry field storage. |
IFeatureClassStorage.GeometryStorage Property
Retrieves the geometry field storage.
Public ReadOnly Property GeometryStorage As esriGeometryStorage
public esriGeometryStorage GeometryStorage {get;}
Classes that implement IFeatureClassStorage
Classes | Description |
---|