com.esri.arcgis.datasourcesfile
Interface esriCoverageType

All Superinterfaces:
Serializable

public interface esriCoverageType
extends Serializable

ArcInfo Coverage Types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAnnotationCoverage
          Annotation Coverage - only annotation features are present.
static int esriEmptyCoverage
          Empty Coverage - no feature classes are present.
static int esriLineCoverage
          Lines are the highest dimension feature class.
static int esriPointCoverage
          Points are the highest dimension feature class.
static int esriPolygonCoverage
          Polygons are the highest dimension feature class.
static int esriPreliminaryPolygonCoverage
          Polygon topology is incomplete.
 

Field Detail

esriEmptyCoverage

static final int esriEmptyCoverage
Empty Coverage - no feature classes are present.

See Also:
Constant Field Values

esriAnnotationCoverage

static final int esriAnnotationCoverage
Annotation Coverage - only annotation features are present.

See Also:
Constant Field Values

esriPointCoverage

static final int esriPointCoverage
Points are the highest dimension feature class.

See Also:
Constant Field Values

esriLineCoverage

static final int esriLineCoverage
Lines are the highest dimension feature class.

See Also:
Constant Field Values

esriPolygonCoverage

static final int esriPolygonCoverage
Polygons are the highest dimension feature class.

See Also:
Constant Field Values

esriPreliminaryPolygonCoverage

static final int esriPreliminaryPolygonCoverage
Polygon topology is incomplete.

See Also:
Constant Field Values