LocationIndexedLine constructor

LocationIndexedLine(
  1. Geometry linearGeom
)

Constructs an object which allows linear referencing along a given linear {@link Geometry}.

@param linearGeom the linear geometry to reference along

Implementation

LocationIndexedLine(this.linearGeom) {
  checkGeometryType();
}