Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageServiceIdentifyParametersProperties

Hierarchy

  • ImageServiceIdentifyParametersProperties

Index

Properties

Optional geometry

geometry: (PointProperties & { type: "point" }) | (PolygonProperties & { type: "polygon" })

Input geometry that defines the location to be identified.

Read more...

Optional maxItemCount

maxItemCount: number

Controls the maximum number of returned catalog items, set to 1 to return the top most raster only.

Read more...

Optional mosaicRule

Specifies the mosaic rules defining the image sorting order.

Read more...

Optional pixelSize

pixelSize: PointProperties

Specifies the pixel level being identified on the x and y axis.

Read more...

Optional renderingRule

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

Read more...

Optional renderingRules

renderingRules: RasterFunctionProperties

An array the rendering rules to retrieve multiple processed pixel values.

Read more...

Optional returnCatalogItems

returnCatalogItems: boolean

If true, returns both geometry and attributes of the catalog items.

Read more...

Optional returnGeometry

returnGeometry: boolean

When true, each feature in the catalog items includes the geometry.

Read more...

Optional returnPixelValues

returnPixelValues: boolean

If true, the pixel values of all raster catalog items under the requested geometry.

Read more...

Optional timeExtent

A time extent for a temporal data against time-aware imagery layer.

Read more...

Generated using TypeDoc