22 #include <geos/geom/Coordinate.h>
23 #include <geos/geom/Geometry.h>
24 #include <geos/linearref/LinearLocation.h>
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
Determines the location of a subline along a linear Geometry.
Definition: LocationIndexOfLine.h:39
static LinearLocation * indicesOf(const geom::Geometry *linearGeom, const geom::Geometry *subLine)
Determines the location of a subline along a linear Geometry.
LinearLocation * indicesOf(const geom::Geometry *subLine) const
Caller must take of releasing with delete[].
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25