com.esri.arcgis.carto
Interface esriValueRepresentations

All Superinterfaces:
java.io.Serializable

public interface esriValueRepresentations
extends java.io.Serializable

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

Description: 'List of various representation types for a Value that gets used in a renderer.' 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 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