xml-polygon

The xml-polygon geometry builder constructs a polygon from a closed curve geometry.

This is a composite builder. The xml-polygon geometry builder does nothing on its own. When activated, it will wait and accept points and curves. The points and curves are interpreted into a path which becomes the boundary of the polygon. The curve is assumed to be closed; if it is not, then closure will be assumed as a straight line from the start point to the end point.

builder type: composite - accept curve and point geometries

geometry constructed: area geometry

data parameters:

Data Name

Value

Required/Optional

coordinate-system

Specifies the coordinate system name. If the expression sequence for the coordinate-system evaluates to the empty string, then the coordinate system for the feature being built will not be set.

Range: String

Optional

demote-incomplete-geometry

A polygon is incomplete if it doesn’t have at least one curve or point segment. If no segments are given then the polygon geometry builder will halt on error. Setting this optional parameter to true allows a non-geometrical object to be constructed when no segments are given.

Range: false | true

Default: false

Optional

name

Specifies the geometry’s name.

Range: String

Optional