-
Notifications
You must be signed in to change notification settings - Fork 1
Unit functions
mtbeek32 edited this page Nov 27, 2023
·
4 revisions
Unit functions are used to define and get information of units, like range and lowerbound
- BaseUnit - configure values units as base units, e.g. meter or second.
- TiledUnit - configure segmented/tiled domain unit
- NrofRows - set the number of elements of a domain unit
- range - sets the range for a unit
- cat_range - sets the range for a categorical unit
- gridset - configures a grid domain with a projection to a coordinate system
- lowerbound - the minimum allowed value for the unit argument
- upperbound - the maximum allowed value for the unit argument
- boundcenter - the mean value for the unit argument
- boundrange - the size of the range of the unit
- DomainUnit - a reference to the domain unit of attribute a
- ValuesUnit - a reference to the values unit of attribute a
- DefaultUnit - the literal valuetype
- GetProjectionBase - get the unit used for the coordinate system
- GetProjectionOffset - get the coordinate of the top left grid cell in the coordinate system
- GetProjectionFactor - get the gridsize in both X and Y directions.
- GetMetricFactor - get the factor in the metric of the unit used for the coordinate system
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.