com.esri.arcgis.carto
Interface esriMaplexLineFeatureType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexLineFeatureType
extends java.io.Serializable

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

Description: 'Identifies the Maplex special 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 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