com.esri.arcgis.carto
Interface esriMaplexLineFeatureType

All Superinterfaces:
Serializable

public interface esriMaplexLineFeatureType
extends Serializable

Identifies the Maplex special feature classification.

Product Availability

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


Field Summary
static int esriMaplexContourFeature
          Identifies a line feature that represents a contour.
static int esriMaplexLineFeature
          Identifies a standard line feature (this is the default).
static int esriMaplexRiverFeature
          Identifies a line feature that represents a river.
static int esriMaplexStreetAddressRange
          Identifies a line feature that represents a street address range.
static int esriMaplexStreetFeature
          Identifies a line feature that represents a street.
 

Field Detail

esriMaplexLineFeature

static final int esriMaplexLineFeature
Identifies a standard line feature (this is the default).

See Also:
Constant Field Values

esriMaplexStreetFeature

static final int esriMaplexStreetFeature
Identifies a line feature that represents a street.

See Also:
Constant Field Values

esriMaplexStreetAddressRange

static final int esriMaplexStreetAddressRange
Identifies a line feature that represents a street address range.

See Also:
Constant Field Values

esriMaplexContourFeature

static final int esriMaplexContourFeature
Identifies a line feature that represents a contour.

See Also:
Constant Field Values

esriMaplexRiverFeature

static final int esriMaplexRiverFeature
Identifies a line feature that represents a river.

See Also:
Constant Field Values