Optional
defaultThe default line color, represented as a CSS color string.
Optional
drapeWhether these lines should be draped on top of the terrain or a 3D tiles mesh (or both).
{@link DrapeTarget.NOT_DRAPED}
2022.1
Optional
drapedWhether these lines should be draped on top of the terrain or not.
This property only exists for backwards compatibility. You should use drapeTarget instead.
false
is equivalent to DrapeTarget.NOT_DRAPED and true
is equivalent to
DrapeTarget.TERRAIN.
Optional
lineDetermines how lines between subsequent points will be interpreted.
Optional
lineThe line width, in pixels.
1.
Optional
propertiesThe list of property names that will be used in the ParameterizedLinePainter.propertyColorExpressions. If a property is ever to be used in the ParameterizedLinePainter.propertyColorExpressions, it must be listed in this array.
Optional
propertyAn array of objects describing a mapping of property values to colors. See ParameterizedLinePainter.propertyColorExpressions.
Optional
rangeThe ColorMap that maps a range value to a modulation color.
null
(the default) to disable.
Optional
rangeA function that returns a range value as a number for a given point on a line. The user of this class is free to choose the range of values. If no rangePropertyProvider is passed, range filtering is disabled (rangeWindow will be ignored). You can not modify the rangePropertyProvider after the ParameterizedLinePainter has been constructed.
The feature for which to determine a value.
The shape for which to determine a value.
The index of the point in the shape for which to determine a value.
Optional
rangeThe start / end value for range filtering as an array with two values.
Optional
selectionThe color to paint selected lines with, represented as a CSS color string.
An object literal containing the ParameterizedLinePainter's parameters.