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

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close