com.esri.arcgis.geodatabase
Interface esriFeatureType

All Superinterfaces:
Serializable

public interface esriFeatureType
extends Serializable

Feature Types.

Remarks

Feature type
Real-world object or concept
esriFTSimple Polygons, polylines, and points representing objects or places that have area, such as water bodies; linear objects, such as rivers; and localized positions, such as houses or sample sites.
esriFTSimpleJunction Simple junction feature in a geometric network representing point objects, such as a fuse, service point, or telephone pole.
esriFTSimpleEdge Simple edge feature in a geometric network representing polyline objects, such as primary or secondary overheads.
esriFTComplexJunction Complex junction feature in a geometric network, not in general use.
esriFTComplexEdge Complex edge feature in a geometric network representing polyline objects such as primary overheads, which have midspan connectivity. Network resources flow through complex edge without interruption by midspan connectivity.
esriFTAnnotation Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation.
esriFTCoverageAnnotation Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation. Not supported in geodatabases, only supported in coverage datasets.
esriFTDimension Measurements, such as distances, lengths, widths, and depths.
esriFTRasterCatalogItem
A raster dataset in a raster catalog that has information, such as footprints, names, metadata, and any other user-defined attributes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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