com.esri.arcgis.carto
Interface esriValueRepresentations

All Superinterfaces:
Serializable

public interface esriValueRepresentations
extends Serializable

List of various representation types for a Value that gets used in a renderer.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriValueRepArea
          Value represents Area.
static int esriValueRepDistance
          Value represents Distance from Center.
static int esriValueRepRadius
          Value represents Radius.
static int esriValueRepUnknown
          Value represents Unknown.
static int esriValueRepWidth
          Value represents Width.
 

Field Detail

esriValueRepUnknown

static final int esriValueRepUnknown
Value represents Unknown.

See Also:
Constant Field Values

esriValueRepRadius

static final int esriValueRepRadius
Value represents Radius.

See Also:
Constant Field Values

esriValueRepArea

static final int esriValueRepArea
Value represents Area.

See Also:
Constant Field Values

esriValueRepDistance

static final int esriValueRepDistance
Value represents Distance from Center.

See Also:
Constant Field Values

esriValueRepWidth

static final int esriValueRepWidth
Value represents Width.

See Also:
Constant Field Values