API / geotoolkit / deviation / PiecewiseTransformer / PiecewiseTransformer
deviation.PiecewiseTransformer.PiecewiseTransformer
Type Aliases
Ƭ Context: Object
transformer context
| Name | Type | Description |
|---|---|---|
offset? | number | offset in the same unit as traceWidth to the trajectory segment |
trackwidth? | number | width of the track. if trackWidthStrategy is specified then it calculates width in pixels using provided strategy |
trajectory | Trajectory2d | trajectory along the path |
Ƭ Options: Object
options
| Name | Type | Description |
|---|---|---|
approxthreshold? | number | approximation threshold for trajectory points in pixels. It is the maximum distance of the original stations from the approximated path. |
approxthresholdmd? | number | approximation trajectory for measured depths in measured depth units. if it is not specified then equals to options.approxThreshold |
depthscalecalculator? | IScaleCalculator | depth integral scale calculator |
joinsegments? | boolean | If this is true then approximation is applied to the segment and a smooth transformation is created between two linear segments. |
outlinemodelbboxadjust? | boolean | if this is true then uniform data distribution is applied along the track, including the intersection and rupture of line stations |
outlinesegments? | boolean | if this is true then outline stations is used |
trackwidthstrategy? | TrackWidthStrategy | a strategy to scale track with |