xml-multi-curve

The xml-multi-curve geometry builder constructs a curve aggregate geometry.

This builder does not require any data parameters, it can only build a multi-curve geometry from existing curves.

builder type: composite - accept curve, e.g., lines and arcs, geometries

geometry constructed: multi-curve geometry

data parameters:

Data Name

Value

Required/Optional

keep-as-multi

Setting this optional parameter to “false” directs the builder to return a single curve rather than a multi-curve geometry when only one curve geometry is received.

Range: false | true

Default: true

Optional

allow-empty-multi

This data parameter determines if an empty multi-curve should be returned.

Range: false | true

Default: false

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

name

Specifies the geometry’s name.

Range: String

Optional