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), Web Coverage Service Layer (WCS)

Properties

PropertyDetails
dimensionNameType of dimension being used (ex. StdTime).
isSliceIs slice?
values[]Numerical array of associated values.
variableNameName of the variable.

Additional information

Multidimensional Definition in ArcGIS REST API).

Example

{
"variableName": "",
"dimensionName": "StdTime",
"values": [
1414303200000
],
"isSlice": true
}