GEOS 3.14.0dev
|
Determines the location of a subline along a linear Geometry. More...
#include <LocationIndexOfLine.h>
Public Member Functions | |
LocationIndexOfLine (const geom::Geometry *linearGeom) | |
LinearLocation * | indicesOf (const geom::Geometry *subLine) const |
Caller must take of releasing with delete[]. | |
Static Public Member Functions | |
static LinearLocation * | indicesOf (const geom::Geometry *linearGeom, const geom::Geometry *subLine) |
Determines the location of a subline along a linear Geometry. | |
Determines the location of a subline along a linear Geometry.
The location is reported as a pair of LinearLocation
s.
|
static |
Determines the location of a subline along a linear Geometry.
The location is reported as a pair of LinearLocations.