com.esri.arcgis.geodatabase
Interface esriFeatureType

All Superinterfaces:
java.io.Serializable

public interface esriFeatureType
extends java.io.Serializable

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

Description: 'Feature Types.' 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 esriFTAnnotation
          Annotation Feature.
static int esriFTComplexEdge
          Complex Edge Feature.
static int esriFTComplexJunction
          Complex Junction Feature.
static int esriFTCoverageAnnotation
          Coverage Annotation Feature.
static int esriFTDimension
          Dimension Feature.
static int esriFTRasterCatalogItem
          Raster Catalog Item.
static int esriFTSimple
          Simple Feature.
static int esriFTSimpleEdge
          Simple Edge Feature.
static int esriFTSimpleJunction
          Simple Junction Feature.
 

Field Detail

esriFTSimple

static final int esriFTSimple
Simple Feature.

See Also:
Constant Field Values

esriFTSimpleJunction

static final int esriFTSimpleJunction
Simple Junction Feature.

See Also:
Constant Field Values

esriFTSimpleEdge

static final int esriFTSimpleEdge
Simple Edge Feature.

See Also:
Constant Field Values

esriFTComplexJunction

static final int esriFTComplexJunction
Complex Junction Feature.

See Also:
Constant Field Values

esriFTComplexEdge

static final int esriFTComplexEdge
Complex Edge Feature.

See Also:
Constant Field Values

esriFTAnnotation

static final int esriFTAnnotation
Annotation Feature.

See Also:
Constant Field Values

esriFTCoverageAnnotation

static final int esriFTCoverageAnnotation
Coverage Annotation Feature.

See Also:
Constant Field Values

esriFTDimension

static final int esriFTDimension
Dimension Feature.

See Also:
Constant Field Values

esriFTRasterCatalogItem

static final int esriFTRasterCatalogItem
Raster Catalog Item.

See Also:
Constant Field Values