com.esri.arcgis.carto
Interface esriMaplexPolygonFeatureType

All Superinterfaces:
Serializable

public interface esriMaplexPolygonFeatureType
extends Serializable

Identifies the Maplex special polygon feature classification.

Product Availability

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


Field Summary
static int esriMaplexLandParcelFeature
          Identifies a polygon feature that represents a land parcel.
static int esriMaplexPolygonBoundaryFeature
          Identifies a polygon feature that represents a boundary.
static int esriMaplexPolygonFeature
          Identifies a standard polygon feature (this is the default).
static int esriMaplexRiverPolygonFeature
          Identifies a polygon feature that represents a river.
 

Field Detail

esriMaplexPolygonFeature

static final int esriMaplexPolygonFeature
Identifies a standard polygon feature (this is the default).

See Also:
Constant Field Values

esriMaplexLandParcelFeature

static final int esriMaplexLandParcelFeature
Identifies a polygon feature that represents a land parcel.

See Also:
Constant Field Values

esriMaplexRiverPolygonFeature

static final int esriMaplexRiverPolygonFeature
Identifies a polygon feature that represents a river.

See Also:
Constant Field Values

esriMaplexPolygonBoundaryFeature

static final int esriMaplexPolygonBoundaryFeature
Identifies a polygon feature that represents a boundary.

See Also:
Constant Field Values