com.esri.arcgis.geodatabase
Interface esriGeometryStorage

All Superinterfaces:
java.io.Serializable

public interface esriGeometryStorage
extends java.io.Serializable

Constants from esriGeometryStorage' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'GeometryStorage' 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 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