xml-multi-point

The xml-multi-point geometry builder constructs an aggregate geometry made up solely of points.

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

builder type: composite - accept point geometries

geometry constructed: multi-point geometry

data parameters:

Data Name

Value Required/Optional

keep-as-multi

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

Range: false | true

Default: true

Optional

allow-empty-multi

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