xml-multi-text
The xml-multi-text geometry builder constructs an aggregate text geometry.
This builder does not require any data parameters, it can only build a multi-text geometry from existing text geometries.
builder type: composite - accept text geometries
geometry constructed: multi-text geometry
data parameters:
Data Name |
Value |
Required/Optional |
---|---|---|
keep-as-multi |
Setting this optional parameter to “false” directs the builder to return a single text rather than a multi-text geometry when only one text geometry is received. Range: false | true Default: true |
Optional |
allow-empty-multi |
This data parameter determines if an empty multi-text 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 |