Types
Image Types
ImageInterpolation
ImageInterpolationenum ImageInterpolation {
NEAREST = 'NEAREST',
LINEAR = 'LINEAR',
CUBIC = 'CUBIC',
}Image interpolation method.
NEAREST- no interpolation, fastestLINEAR- medium interpolation qualityCUBIC- best interpolation quality, slowest
ImageType
ImageTypeenum ImageType {
SCALAR = 'SCALAR',
VECTOR = 'VECTOR',
}Image type.
SCALAR- contains a single variableVECTOR- contains two variables,uandvvector components
ImageUnscale
ImageUnscaleValue bounds to unscale image data to original data, or null if image contains original data already and no unscaling is needed.
ImageProperties
ImagePropertiesProperties to render a single image.
DirectionType
DirectionTypeDirection type to be used for formatting.
INWARD- formats direction inwards from outside to the current pointmeteorological - wind, waves
OUTWARD- formats direction outwards from the current point to outsideclimatological data - currents
DirectionFormat
DirectionFormatDirection format to be used for formatting.
VALUE- formats direction as a value in degreesCARDINAL- formats direction as a 1-letter cardinal (4 possible values)N, E, S, W
CARDINAL2- formats direction as a 2-letter cardinal (8 possible values)N, NE, E, SE, S, SW, W, NW
CARDINAL3- formats direction as a 3-letter cardinal (16 possible values)N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW

Placement
PlacementTooltip control placement from the mouse cursor position.
Load Types
TextureData
TextureDataTexture data to be used as input to raster rendering layers.
UnitFormat
UnitFormatFormat definition to be used for formatting raw values with units.
RasterPointProperties
RasterPointPropertiesRaster point properties for a particular position.
Datetime Types
DatetimeISOString
DatetimeISOStringValid ISO 8601 datetime.
DatetimeISOStringRange
DatetimeISOStringRangeValid ISO 8601 datetime range.
OpenDatetimeISOStringRange
OpenDatetimeISOStringRangeValid ISO 8601 datetime range. Null start/end represent an open end.
DurationISOString
DurationISOStringValid ISO 8601 duration.
Last updated