Types
import type { OrientedImageryType, Accuracy, AffineTransformations, PrincipalOffsetPoint, RadialDistortionCoefficients } from "@arcgis/core/layers/orientedImagery/types.js";

Type definitions

OrientedImageryType

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
Type
"horizontal" | "nadir" | "oblique" | "360" | "inspection" | "terrestrial-frame-video" | "aerial-frame-video" | "terrestrial-360-video" | "aerial-360-video"

Accuracy

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0

AffineTransformations

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0

PrincipalOffsetPoint

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
Type
[ number, number ]

RadialDistortionCoefficients

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
Type
[ number, number, number ]

TangentialDistortionCoefficients

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
Type
[ number, number ]

ElevationSource

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0

The elevation source.

url

Property
Type
string
Since
ArcGIS Maps SDK for JavaScript 5.0

The url of the elevation source.

rasterFunction

Property
Type
string | null | undefined
Since
ArcGIS Maps SDK for JavaScript 5.0

The raster function used in the elevation source.

lod

Property
Type
number | null | undefined
Since
ArcGIS Maps SDK for JavaScript 5.0

The level of details (LODs) of the elevation source.

ConstantElevation

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0

The unit of constant elevation value measured in meters.

constantElevation

Property
Type
number
Since
ArcGIS Maps SDK for JavaScript 5.0

The constant associated with the elevation source.

TimeIntervalUnit

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
Supertypes
Extract<TimeUnit‚ "days" | "hours" | "minutes" | "months" | "weeks" | "years">

SequenceOrderFieldInfoJSON

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.1