-
Notifications
You must be signed in to change notification settings - Fork 1
Tiled Domain
mtbeek32 edited this page Feb 10, 2023
·
3 revisions
A tiled domain is a domain unit with an additional tiling.
For one-dimensional domain units the word segmented is the synonym for a tiled domain.
A tiled domain can be configured with the TiledUnit function.
Domain units with value types of more that 2 bytes can be tiled, so:
thus not (u)int16, (u)int8, nor uint4, uint2 or bool can be tiled.
Each domain unit has a range of valid values, determined by the inclusive Lower Bound and exclusive Upper Bound.
For Point value types this result in a rectangular box of valid values.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.