| Package | com.esri.bacore.thematicmapping.symbolization |
| Class | public class RangeInfo |
| Inheritance | RangeInfo Object |
| Property | Defined By | ||
|---|---|---|---|
| bottomValue : ValueInfo [read-only]
Information on bottom (minimum) value of the range. | RangeInfo | ||
| color : uint [read-only]
Symbolization color. | RangeInfo | ||
| index : int [read-only]
Index of color in the color ramp. | RangeInfo | ||
| topValue : ValueInfo [read-only]
Information on top (maximum) value of the range. | RangeInfo | ||
| type : uint [read-only]
Range type (bitwise collection of flags from the RangeType class). | RangeInfo | ||
| Method | Defined By | ||
|---|---|---|---|
Initializes a new instance of the RangeInfo class. | RangeInfo | ||
| bottomValue | property |
bottomValue:ValueInfo [read-only] Information on bottom (minimum) value of the range.
public function get bottomValue():ValueInfo| color | property |
color:uint [read-only] Symbolization color.
public function get color():uint| index | property |
index:int [read-only] Index of color in the color ramp.
public function get index():int| topValue | property |
topValue:ValueInfo [read-only] Information on top (maximum) value of the range.
public function get topValue():ValueInfo| type | property |
type:uint [read-only] Range type (bitwise collection of flags from the RangeType class).
public function get type():uintSee also
| RangeInfo | () | Constructor |
public function RangeInfo(type:uint, color:uint, index:int, bottomValue:ValueInfo, topValue:ValueInfo)Initializes a new instance of the RangeInfo class.
Parameterstype:uint — Range type (bitwise collection of flags from the RangeType class).
| |
color:uint — Symbolization color.
| |
index:int — Index of color in the color ramp.
| |
bottomValue:ValueInfo — Information on bottom (minimum) value of the range.
| |
topValue:ValueInfo — Information on top (maximum) value of the range.
|
See also