-
Notifications
You must be signed in to change notification settings - Fork 1
Fpolygon
mtbeek32 edited this page Jan 31, 2024
·
7 revisions
Conversion functions fpolygon
- fpolygon(a)
fpolygon(a) converts the coordinates of a point item a with a sequence of points (arc or polygon) to the fpoint (float32 coordinates) value type.
- data item with Point value type and composition type arc or polygon
attribute<fpoint> fpolygonA (SDomain, polygon) := fpolygon(A);
A(fpolygon) | fpolygonA |
---|---|
{2:{0,0},{1,1}} | {2:{0,0},{1,1}} |
{3: {1E+007,1E+007},{-2.5,-2.5},{99.9,99.9}} | {3: {1E+007,1E+007},{-2.5,-2.5},{99.9,99.9}} |
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.