xml-multi-area

The xml-multi-area geometry builder constructs an aggregate area geometry. This builder does not require any data parameters, and so it can only build a multi-area geometry from existing areas.

builder type: composite - accept area geometries

geometry constructed: multi-area geometry

data parameters:

Data Name

Value Required/Optional

keep-as-multi

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

Range: false | true

Default: true

Optional

allow-empty-multi

This data parameter determines if an empty multi-area 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