com.esri.arcgis.carto
Interface esriMaplexPolygonFeatureType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexPolygonFeatureType
extends java.io.Serializable

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

Description: 'Identifies the Maplex special polygon feature classification.' 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 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