Types
Image Types
ImageInterpolation
enum ImageInterpolation {
NEAREST = 'NEAREST',
LINEAR = 'LINEAR',
CUBIC = 'CUBIC',
}ImageType
enum ImageType {
SCALAR = 'SCALAR',
VECTOR = 'VECTOR',
}ImageUnscale
ImageProperties
DirectionType
DirectionFormat

Placement
Load Types
TextureData
UnitFormat
RasterPointProperties
Datetime Types
DatetimeISOString
DatetimeISOStringRange
OpenDatetimeISOStringRange
DurationISOString
Last updated