Types
Image Types
ImageInterpolation
ImageInterpolation
Image interpolation method.
NEAREST
- no interpolation, fastestLINEAR
- medium interpolation qualityCUBIC
- best interpolation quality, slowest
ImageType
ImageType
Image type.
SCALAR
- contains a single variableVECTOR
- contains two variables,u
andv
vector components
ImageUnscale
ImageUnscale
Value bounds to unscale image data to original data, or null if image contains original data already and no unscaling is needed.
ImageProperties
ImageProperties
Properties to render a single image.
DirectionType
DirectionType
Direction 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
DirectionFormat
Direction 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
Placement
Tooltip control placement from the mouse cursor position.
Load Types
TextureData
TextureData
Texture data to be used as input to raster rendering layers.
UnitFormat
UnitFormat
Format definition to be used for formatting raw values with units.
RasterPointProperties
RasterPointProperties
Raster point properties for a particular position.
Datetime Types
DatetimeISOString
DatetimeISOString
Valid ISO 8601 datetime.
DatetimeISOStringRange
DatetimeISOStringRange
Valid ISO 8601 datetime range.
OpenDatetimeISOStringRange
OpenDatetimeISOStringRange
Valid ISO 8601 datetime range. Null start/end represent an open end.
DurationISOString
DurationISOString
Valid ISO 8601 duration.
Last updated