com.esri.arcgis.geodatabase
Interface esriGeometryStorage

All Superinterfaces:
Serializable

public interface esriGeometryStorage
extends Serializable

GeometryStorage

Product Availability

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


Field Summary
static int esriGeometryStorageBinary
          ESRI Binary Storage
static int esriGeometryStorageLOB
          ESRI LOB Storage
static int esriGeometryStorageMSSQLGeography
          SQLServer / GEOGRAPHY Storage
static int esriGeometryStorageMSSQLGeometry
          SQLServer / GEOMETRY Storage
static int esriGeometryStoragePostGIS
          PostgreSQL / PostGIS Storage
static int esriGeometryStorageSDO
          Oracle Spatial Type Storage
static int esriGeometryStorageST
          Spatial Type Storage
static int esriGeometryStorageWKB
          OGC Well Known Binary Storage
 

Field Detail

esriGeometryStorageBinary

static final int esriGeometryStorageBinary
ESRI Binary Storage

See Also:
Constant Field Values

esriGeometryStorageLOB

static final int esriGeometryStorageLOB
ESRI LOB Storage

See Also:
Constant Field Values

esriGeometryStorageWKB

static final int esriGeometryStorageWKB
OGC Well Known Binary Storage

See Also:
Constant Field Values

esriGeometryStorageST

static final int esriGeometryStorageST
Spatial Type Storage

See Also:
Constant Field Values

esriGeometryStorageSDO

static final int esriGeometryStorageSDO
Oracle Spatial Type Storage

See Also:
Constant Field Values

esriGeometryStoragePostGIS

static final int esriGeometryStoragePostGIS
PostgreSQL / PostGIS Storage

See Also:
Constant Field Values

esriGeometryStorageMSSQLGeometry

static final int esriGeometryStorageMSSQLGeometry
SQLServer / GEOMETRY Storage

See Also:
Constant Field Values

esriGeometryStorageMSSQLGeography

static final int esriGeometryStorageMSSQLGeography
SQLServer / GEOGRAPHY Storage

See Also:
Constant Field Values