21 #ifndef GEOS_LINEARREF_LENGTHLOCATIONMAP_H
22 #define GEOS_LINEARREF_LENGTHLOCATIONMAP_H
24 #include <geos/geom/Coordinate.h>
25 #include <geos/geom/Geometry.h>
26 #include <geos/linearref/LinearLocation.h>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Computes the LinearLocation for a given length along a linear Geometry.
Definition: LengthLocationMap.h:38
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:82
static double getLength(const geom::Geometry *linearGeom, const LinearLocation &loc)
static LinearLocation getLocation(const geom::Geometry *linearGeom, double length)
Computes the LinearLocation for a given length along a linear Geometry.
Definition: LengthLocationMap.h:64
LinearLocation getLocation(double length) const
Compute the LinearLocation corresponding to a length.
LinearLocation getLocation(double length, bool resolveLower) const
Compute the LinearLocation corresponding to a length.
Represents a location along a LineString or MultiLineString.
Definition: LinearLocation.h:44
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26