21 #ifndef GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
22 #define GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
24 #include <geos/geom/Coordinate.h>
25 #include <geos/geom/Geometry.h>
26 #include <geos/linearref/LinearLocation.h>
static LinearLocation * indicesOf(const geom::Geometry *linearGeom, const geom::Geometry *subLine)
Determines the location of a subline along a linear Geometry.
Definition: LocationIndexOfLine.h:42
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Represents a location along a LineString or MultiLineString.
Definition: LinearLocation.h:43