|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
org.onebusaway.geospatial.model | |
org.onebusaway.geospatial.services |
Uses of Point in org.onebusaway.geospatial.model |
---|
Classes in org.onebusaway.geospatial.model that implement Point | |
---|---|
class |
XYPoint
|
Methods in org.onebusaway.geospatial.model with type parameters of type Point | ||
---|---|---|
|
PointVector.addToPoint(T origin)
|
|
static
|
PointVector.create(T origin,
T direction)
|
Methods in org.onebusaway.geospatial.model that return Point | |
---|---|
Point |
Point.translate(double[] distances)
|
Methods in org.onebusaway.geospatial.model with parameters of type Point | |
---|---|
double |
XYPoint.getDistance(Point point)
|
double |
Point.getDistance(Point position)
|
Uses of Point in org.onebusaway.geospatial.services |
---|
Methods in org.onebusaway.geospatial.services with type parameters of type Point | ||
---|---|---|
static
|
GeometryLibrary.distance(P a,
P b)
|
|
static
|
GeometryLibrary.getAngle(P origin,
P a,
P b)
|
|
static
|
GeometryLibrary.isBetween(P point,
P lineStart,
P lineEnd)
Consider a line segment defined by points 'lineStart' and 'lineEnd'. |
|
static
|
GeometryLibrary.projectPointToLine(P point,
P lineStart,
P lineEnd)
|
|
static
|
GeometryLibrary.projectPointToSegment(P point,
P segmentStart,
P segmentEnd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |