Types
import type { OrientedImageryViewerViewModelEvents, LocationInImageSpace } from "@arcgis/core/widgets/OrientedImageryViewer/types.js";

Type definitions

OrientedImageryViewerViewModelEvents

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.1

no-image-found

Property
Type
undefined
Since
ArcGIS Maps SDK for JavaScript 5.1

Fires when the widget fails to load an image to display in the viewer. This can occur when there is no image that depicts the selected location on the map.

LocationInImageSpace

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0

Represents the pixel location in image space, where (0, 0) corresponds to the center of the upper left pixel.

x

Property
Type
number
Since
ArcGIS Maps SDK for JavaScript 5.0

The row the pixel location.

y

Property
Type
number
Since
ArcGIS Maps SDK for JavaScript 5.0

The column the pixel location.