xml-triangle-strip

The xml-triangle-strip geometry builder builds triangle strip surface geometry.

The coordinates for the triangle strip can be specified via the data-string parameter, a point geometry, a line geometry, and/or a polygon geometry representing a triangle. All coordinates are assumed to be part of the triangle strip. If the coordinates are in 2D then 0.0 will be assumed for the z-coordinate.

builder type: composite - accepts points, lines and simple triangle polygons geometries

geometry constructed: triangle strip surface

data parameters:

Data Name

Value

Required/Optional

axis-order

Indicates the axis for a coordinate.

Range: A permutation of the numbers 1..N, where N is the number of dimensions.

Each number is separated by a comma “,”.

Default: “1,2,...,N”

Optional

axis-separator

The string separating each axis of a coordinate in the data-string.

Range: String | “whitespace” this includes the tab, newline, and space characters.

Default: “,”

Optional

coord-separator

The string separating each coordinate in the data-string.

Range: String

Default: “whitespace” this includes the tab, newline, and space characters.

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

data-string

The string containing the coordinate data.

Range: String

Required

decimal

The string representing the decimal point for each real number in the data-string.

Range: String

Default: “.”

Optional
dimension

The dimension of the coordinates.

Range: String representing a positive integer, or the “implicit” literal, which forces the dimension to be automaticallly determined even if axis-order is specified.

Default: When not specified the dimension will be automatically determined.

Optional

label

Specifies the geometry’s label.

Range: String

Optional