com.esri.arcgis.carto
Interface esriBasicOverposterFeatureType

All Superinterfaces:
Serializable

public interface esriBasicOverposterFeatureType
extends Serializable

Type of features to be labeled.

Remarks

Multipoint features are considered points in this case.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriOverposterPoint
          Point features.
static int esriOverposterPolygon
          Polygon features.
static int esriOverposterPolyline
          Polyline features.
 

Field Detail

esriOverposterPoint

static final int esriOverposterPoint
Point features.

See Also:
Constant Field Values

esriOverposterPolyline

static final int esriOverposterPolyline
Polyline features.

See Also:
Constant Field Values

esriOverposterPolygon

static final int esriOverposterPolygon
Polygon features.

See Also:
Constant Field Values