| Package | Description |
|---|---|
| com.revolsys.gis.algorithm |
| Modifier and Type | Method and Description |
|---|---|
LineStringLocation[] |
MaximalNearestSubline.getInterval()
Computes the interval (range) containing the Maximal Nearest Subline.
|
static LineStringLocation |
LocationOfPoint.locate(LineString line,
Point inputPt) |
LineStringLocation |
LocationOfPoint.locate(Point inputPt)
Find the nearest location along a
LineString to a given point. |
LineStringLocation |
LocationOfPoint.locateAfter(Point inputPt,
LineStringLocation minLocation)
Find the nearest location along a
LineString to a given point after
the specified minimum LineStringLocation. |
| Modifier and Type | Method and Description |
|---|---|
int |
LineStringLocation.compareTo(LineStringLocation other)
Compares this object with the specified object for order.
|
static LineString |
MaximalNearestSubline.getSubline(LineString line,
LineStringLocation start,
LineStringLocation end) |
LineStringLocation |
LocationOfPoint.locateAfter(Point inputPt,
LineStringLocation minLocation)
Find the nearest location along a
LineString to a given point after
the specified minimum LineStringLocation. |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.