Dimensional Definition

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[] Numerical array of associated values.
variableName Name of the variable.

Additional information

Multidimensional Definition in ArcGIS REST API).

Example

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.