22#include <geos/geom/Coordinate.h>
23#include <geos/geom/Geometry.h>
24#include <geos/linearref/LinearLocation.h>
39class LocationIndexOfLine {
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Represents a location along a LineString or MultiLineString.
Definition LinearLocation.h:43
LinearLocation * indicesOf(const geom::Geometry *subLine) const
Caller must take of releasing with delete[].
static LinearLocation * indicesOf(const geom::Geometry *linearGeom, const geom::Geometry *subLine)
Determines the location of a subline along a linear Geometry.
Contains classes and interfaces implementing linear referencing on linear geometries.
Definition ExtractLineByLocation.h:27
Basic namespace for all GEOS functionalities.
Definition geos.h:39