Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MosaicRule

Hierarchy

Index

Properties

ascending

ascending: boolean

Indicates whether the sort should be ascending.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

itemRenderingRule

itemRenderingRule: RasterFunction

The rendering rule applied on items before mosaicking.

Read more...

lockRasterIds

lockRasterIds: number[]

An array of raster Ids.

Read more...

method

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

The mosaic method determines how the selected rasters are ordered.

Read more...

multidimensionalDefinition

multidimensionalDefinition: DimensionalDefinition[]

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

Read more...

objectIds

objectIds: number[]

Defines a selection using a set of ObjectIDs.

Read more...

operation

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

Defines the mosaic operation used to resolve overlapping pixels.

Read more...

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...

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...

viewpoint

viewpoint: Point

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

Read more...

where

where: string

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

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • _set<T>(propertyName: string, value: T): MosaicRule
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns MosaicRule

clone

  • Creates a clone of the MosaicRule object.

    Read more...

    Returns MosaicRule

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns MosaicRule

  • Parameters

    Returns MosaicRule

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc