Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MosaicRuleProperties

Hierarchy

  • MosaicRuleProperties

Index

Properties

Optional ascending

ascending: boolean

Indicates whether the sort should be ascending.

Read more...

Optional itemRenderingRule

itemRenderingRule: RasterFunctionProperties

The rendering rule applied on items before mosaicking.

Read more...

Optional lockRasterIds

lockRasterIds: number[]

An array of raster Ids.

Read more...

Optional method

method: "none" | "center" | "nadir" | "viewpoint" | "attribute" | "lock-raster" | "northwest" | "seamline"

The mosaic method determines how the selected rasters are ordered.

Read more...

Optional multidimensionalDefinition

multidimensionalDefinition: DimensionalDefinitionProperties[]

A multiple dimensional service can have multiple dimensions for one or more variables.

Read more...

Optional objectIds

objectIds: number[]

Defines a selection using a set of ObjectIDs.

Read more...

Optional operation

operation: "blend" | "last" | "first" | "min" | "max" | "mean" | "sum"

Defines the mosaic operation used to resolve overlapping pixels.

Read more...

Optional sortField

sortField: string

The name of the attribute field that is used with a constant sortValue to define the mosaicking order when the mosaic method is set to attribute.

Read more...

Optional sortValue

sortValue: string

A constant value defining a reference or base value for the sort field when the mosaic method is set to attribute.

Read more...

Optional viewpoint

viewpoint: PointProperties

Defines the viewpoint location on which the ordering is defined based on the distance from the viewpoint and the nadir of rasters.

Read more...

Optional where

where: string

The where clause determines which rasters will participate in the mosaic.

Read more...

Generated using TypeDoc