23 #include <geos/geom/Coordinate.h>
24 #include <geos/geom/Geometry.h>
25 #include <geos/linearref/LinearLocation.h>
Represents a location along a LineString or MultiLineString.
Definition: LinearLocation.h:43
static double getLength(const geom::Geometry *linearGeom, const LinearLocation &loc)
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
LinearLocation getLocation(double length, bool resolveLower) const
Compute the LinearLocation corresponding to a length.
Computes the LinearLocation for a given length along a linear Geometry.
Definition: LengthLocationMap.h:37
LinearLocation getLocation(double length) const
Compute the LinearLocation corresponding to a length.
static LinearLocation getLocation(const geom::Geometry *linearGeom, double length)
Computes the LinearLocation for a given length along a linear Geometry.
Definition: LengthLocationMap.h:63
static LinearLocation getLocation(const geom::Geometry *linearGeom, double length, bool resolveLower)
Computes the LinearLocation for a given length along a linear [Geometry].
Definition: LengthLocationMap.h:81