Last updated

API / geotoolkit / deviation / PiecewiseTransformer / PiecewiseTransformer

Namespace: PiecewiseTransformer

deviation.PiecewiseTransformer.PiecewiseTransformer

Table of contents

Type Aliases

Contents

Type Aliases

Context

Ƭ Context: Object

transformer context

Type declaration

NameTypeDescription
offset?numberoffset in the same unit as traceWidth to the trajectory segment
trackwidth?numberwidth of the track. if trackWidthStrategy is specified then it calculates width in pixels using provided strategy
trajectoryTrajectory2dtrajectory along the path

Options

Ƭ Options: Object

options

Type declaration

NameTypeDescription
approxthreshold?numberapproximation threshold for trajectory points in pixels. It is the maximum distance of the original stations from the approximated path.
approxthresholdmd?numberapproximation trajectory for measured depths in measured depth units. if it is not specified then equals to options.approxThreshold
depthscalecalculator?IScaleCalculatordepth integral scale calculator
joinsegments?booleanIf this is true then approximation is applied to the segment and a smooth transformation is created between two linear segments.
outlinemodelbboxadjust?booleanif this is true then uniform data distribution is applied along the track, including the intersection and rupture of line stations
outlinesegments?booleanif this is true then outline stations is used
trackwidthstrategy?TrackWidthStrategya strategy to scale track with