#include <ExtractLineByLocation.h>
Public Member Functions | |
ExtractLineByLocation (const geom::Geometry *line) | |
geom::Geometry * | extract (const LinearLocation &start, const LinearLocation &end) |
Static Public Member Functions | |
geom::Geometry * | extract (const geom::Geometry *line, const LinearLocation &start, const LinearLocation &end) |
|
Extracts a subline of the input. If
|
|
Computes the subline of a LineString between two LineStringLocations on the line. If the start location is after the end location, the computed geometry is reversed.
|