The dimensional definition defines a display filter based on one variable and one dimension. It is typically used when filtering data based on slices or ranges in one or more dimensions with mosaicRule.description. If the multidimensionalSubset is defined on the TiledImageServiceLayer or the mosaicRule then the multidimensionalDefinition must be within the defined multidimensionalSubset, otherwise nothing will be displayed.
Referenced by: mosaicRule, Multidimensional Subset, Tiled Image Service Layer (ArcGISTiledImageServiceLayer)
Properties
Property | Details |
---|---|
dimensionName | Type of dimension being used (ex. StdTime). |
isSlice | Is slice? |
values[] | Array where every element is either a single value, or an array of two values (lower and upper bound). Array of items of the following types:
|
variableName | Name of the variable. |
Additional information
Multidimensional Definition in ArcGIS REST API.
Example
{
"variableName": "AvgSalinity",
"dimensionName": "StdZ",
"values": [
[
1406181600000,
1406182200000
],
[
1406224800000,
1406225400000
]
],
"isSlice": false
}