Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArcGISImageServiceProperties

Hierarchy

Index

Properties

Optional bandIds

bandIds: number[]

Defines a band combination using 0-based band indexes.

Read more...

Optional capabilities

Describes the layer's supported capabilities.

Read more...

Optional compressionQuality

compressionQuality: number

The compression quality value.

Read more...

Optional compressionTolerance

compressionTolerance: number

Controls the tolerance of the lerc compression algorithm.

Read more...

Optional copyright

copyright: string

The copyright text as defined by the service.

Read more...

Optional definitionExpression

definitionExpression: string

The SQL where clause used to filter rasters.

Read more...

Optional fields

fields: FieldProperties[]

An array of fields in the layer.

Read more...

Optional format

format: "png" | "png8" | "png24" | "png32" | "jpg" | "bmp" | "gif" | "jpgpng" | "lerc" | "tiff"

The format of the exported image.

Read more...

Optional hasMultidimensions

hasMultidimensions: boolean

Indicates if the layer has multidimensionalInfo.

Read more...

Optional imageMaxHeight

imageMaxHeight: number

Indicates the maximum height of the image exported by the service.

Read more...

Optional imageMaxWidth

imageMaxWidth: number

Indicates the maximum width of the image exported by the service.

Read more...

Optional interpolation

interpolation: "nearest" | "bilinear" | "cubic" | "majority"

Defines how to interpolate pixel values.

Read more...

Optional mosaicRule

Defines how overlapping images should be mosaicked.

Read more...

Optional noData

noData: number | number[]

The pixel value representing no available information.

Read more...

Optional noDataInterpretation

noDataInterpretation: "any" | "all"

Interpretation of the noData setting.

Read more...

Optional objectIdField

objectIdField: string

The name of an oid field containing a unique value or identifier for each raster in the layer.

Read more...

Optional pixelFilter

pixelFilter: PixelFilterFunction

A function that processes pixelData.

Read more...

Optional pixelType

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

Raster source pixel type.

Read more...

Optional renderer

renderer: (ClassBreaksRendererProperties & { type: "class-breaks" }) | (UniqueValueRendererProperties & { type: "unique-value" }) | (RasterStretchRendererProperties & { type: "raster-stretch" }) | (RasterShadedReliefRendererProperties & { type: "raster-shaded-relief" }) | (RasterColormapRendererProperties & { type: "raster-colormap" }) | (VectorFieldRendererProperties & { type: "vector-field" })

The renderer assigned to the layer.

Read more...

Optional renderingRule

Specifies the rule for how the requested image should be rendered.

Read more...

Optional sourceJSON

sourceJSON: any

The image service's metadata JSON exposed by the ArcGIS REST API.

Read more...

Optional url

url: string

The URL to the REST endpoint of the layer.

Read more...

Generated using TypeDoc