Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RasterInfo

Hierarchy

Index

Properties

attributeTable

attributeTable: supportFeatureSet

The raster attribute table associated with an imagery layer.

Read more...

bandCount

bandCount: number

Raster band count.

Read more...

colormap

colormap: number[][]

Raster colormap that can be used to display the imagery layer.

Read more...

dataType

dataType: "elevation" | "generic" | "thematic" | "processed" | "scientific" | "vector-uv" | "vector-u" | "vector-v" | "vector-magdir" | "vector-magnitude" | "vector-direction" | "standard-time"

Raster data type controls how the data is rendered by default.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

extent

extent: Extent

The minimum and maximum X and Y coordinates of a bounding box containing all the raster data.

Read more...

height

height: number

Raster height (row count) in pixels.

Read more...

histograms

histograms: any[]

Raster histograms return basic name-value pairs for number of bins, min and max bounding values, counts of pixels in each bin.

Read more...

initialized

initialized: boolean

keyProperties

keyProperties: any

Raster key properties.

Read more...

multidimensionalInfo

multidimensionalInfo: RasterMultidimensionalInfo

Returns the multidimensional information associated with the raster service.

Read more...

noDataValue

noDataValue: number | number[]

The pixel value representing no available information.

Read more...

pixelSize

Raster pixel size.

Read more...

pixelType

pixelType: "unknown" | "s8" | "s16" | "s32" | "u8" | "u16" | "u32" | "f32" | "f64"

Pixel type for the raster data source.

Read more...

spatialReference

spatialReference: SpatialReference

The spatial reference of the raster.

Read more...

statistics

statistics: RasterInfoStatistics[]

Raster band statistics.

Read more...

width

width: number

Raster width (column count) in pixels.

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): RasterInfo
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns RasterInfo

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 RasterInfo

  • Parameters

    Returns RasterInfo

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