xml-geodesic-string
This is a composite builder that constructs a line geometry. The coordinates of the line are interpolated from geodesic control points that are specified via the data-string parameter or via point geometries.
This geometry builder requires the coordinate-system parameter to be set.
builder type: composite: accepts point geometries
geometry constructed: line geometry
data parameters:
Data Name | Value | Required/Optional |
---|---|---|
coordinate-system |
Specifies the coordinate system name. Range: String |
Required |
data-string |
The string containing the coordinate data. Range: String |
Optional |
axis-order |
Indicates the axis order 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 |
dimension |
The dimension of the coordinates. Range: String representing a positive integer, or the “implicit” literal, which forces the Default: When not specified the dimension will be automatically determined. |
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 |
decimal |
The string representing the decimal point for each real number in the data-string. Range: String Default: “.” |
Optional |
name |
Specifies the geometry’s name. Range: String |
Optional |