LengthIndexedLine constructor

LengthIndexedLine(
  1. Geometry linearGeom
)

Constructs an object which allows a linear {@link Geometry} to be linearly referenced using length as an index.

@param linearGeom the linear geometry to reference along

Implementation

LengthIndexedLine(this.linearGeom);