Package-level declarations
Types
Properties
distance
on Feature.properties
calculated with nearestPointOnLine. Will throw a NoSuchElementException
when property is not available. For a safe cal access properties
with key NearestPointOnLine.DISTANCE_TO_POINT
index
on Feature.properties
calculated with nearestPointOnLine. Will throw a NoSuchElementException
when property is not available. For a safe cal access properties
with key NearestPointOnLine.INDEX
location
on Feature.properties
calculated with nearestPointOnLine. Will throw a NoSuchElementException
when property is not available. For a safe cal access properties
with key NearestPointOnLine.LOCATION
Functions
Returns intersecting points between two LineStrings.
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.
Finds the closest Position
along a LineString
to a given position
Finds the closest Position
along a MultiLineString
to a given position