dojo.require("esri.layers.DimensionalDefinition")
Description
(Added at v3.11)
A dimensional definition defines a filter based on one variable and one dimension. There can be one or multiple dimensional slices filtered.
Samples
Search for
samples that use this class.
Constructors
Properties
Methods
toJson() | Object | Converts object to its ArcGIS Server JSON representation. |
Constructor Details
Create a new dimensional definition object from an existing json object.
Parameters:
<Object > json |
Required |
The REST JSON representation for Dimensional Definition. |
Options:
<String > dimensionName |
Optional |
The dimension associated with the variable. |
<Boolean > isSlice |
Optional |
Needed if using special data. |
<Object[] > values |
Required |
Each element can be a single value, or an array of two values (lower and upper bound). The type of these values are based on dimensionName. |
<String > variableName |
Required |
The name of the variable. |
Property Details
(Optional) The dimension associated with the variable.
Indicates whether the values indicate slices (rather than ranges).
Known values: true | false
Default value: false
An array of tuples (min, max) each defining a range of valid values along the specified dimension.
The variable name by which to filter.
Method Details
Converts object to its ArcGIS Server JSON representation.