-
Notifications
You must be signed in to change notification settings - Fork 1
Composition
mtbeek32 edited this page Jan 25, 2023
·
10 revisions
The composition type indicates how a sequence of coordinates need to be interpreted.
The GeoDMS supports two composition types:
- arc: an arc consists of at least a start and end point and 0 or more intermediates per entry.
- poly or polygon: a polygon consist of at least three points per entry, the last and first point need to be the same to create a closed polygon. The composition type poly is also used to indicate multiple elements in sequence functions.
The composition type is configured for feature attributes of arcs and polygons with the keyword arc or polygon in the same brackets as the domain unit. A comma separates domain units and the composition type, the order is irrelevant.
For point feature attributes no composition type has to be configured.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.