Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RasterInfoProperties

Hierarchy

  • RasterInfoProperties

Index

Properties

Optional attributeTable

The raster attribute table associated with an imagery layer.

Read more...

Optional bandCount

bandCount: number

Raster band count.

Read more...

Optional colormap

colormap: number[][]

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

Read more...

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

Optional extent

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

Read more...

Optional height

height: number

Raster height (row count) in pixels.

Read more...

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

Optional keyProperties

keyProperties: any

Raster key properties.

Read more...

Optional multidimensionalInfo

multidimensionalInfo: RasterMultidimensionalInfo

Returns the multidimensional information associated with the raster service.

Read more...

Optional noDataValue

noDataValue: number | number[]

The pixel value representing no available information.

Read more...

Optional pixelSize

Raster pixel size.

Read more...

Optional pixelType

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

Pixel type for the raster data source.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the raster.

Read more...

Optional statistics

statistics: RasterInfoStatistics[]

Raster band statistics.

Read more...

Optional width

width: number

Raster width (column count) in pixels.

Read more...

Generated using TypeDoc