Package-level declarations
Miscellaneous utilities including line slicing, nearest point calculations, filtering, and intersection operations.
Types
Result properties from nearestPointTo from a LineString
.
Result properties from nearestPointTo of a Collection<Point>
.
Functions
Filters a GeometryCollection of point geometries to include only those that are inside any of the given polygons.
Returns intersecting points between two LineStrings.
Finds the nearest point in the collection to the given position.
Finds the closest Position along a LineString to a given position.
Takes a LineString, a start and a stop Point and returns a subsection of the line between those points. The start and stop points do not need to fall exactly on the line.
Takes a LineString, a start and a stop Position and returns a subsection of the line between those points. The start and stop points do not need to fall exactly on the line.
Takes a LineString and a specified distance along the line to a start and stop, and returns a subsection of the line in-between those points.