Packagecom.esri.bacore.thematicmapping.symbolization
Classpublic class RangeType
InheritanceRangeType Inheritance Object

Enumeration of range types - bitwise flags.



Public Constants
 ConstantDefined By
  BOUNDED : uint = 0
[static] The range is bounded.
RangeType
  UNBOUNDED : uint = 3
[static] The range is unbounded from top and bottom.
RangeType
  UNBOUNDED_BOTTOM : uint = 1
[static] The range is unbounded from bottom.
RangeType
  UNBOUNDED_TOP : uint = 2
[static] The range is unbounded from top.
RangeType
Constant Detail
BOUNDEDConstant
public static const BOUNDED:uint = 0

The range is bounded.

UNBOUNDEDConstant 
public static const UNBOUNDED:uint = 3

The range is unbounded from top and bottom.

UNBOUNDED_BOTTOMConstant 
public static const UNBOUNDED_BOTTOM:uint = 1

The range is unbounded from bottom.

UNBOUNDED_TOPConstant 
public static const UNBOUNDED_TOP:uint = 2

The range is unbounded from top.