Uses of Interface
org.onebusaway.geospatial.model.Point

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
<T extends Point>
T
PointVector.addToPoint(T origin)
           
static
<T extends Point>
PointVector
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
<P extends Point>
double
GeometryLibrary.distance(P a, P b)
           
static
<P extends Point>
double
GeometryLibrary.getAngle(P origin, P a, P b)
           
static
<P extends Point>
boolean
GeometryLibrary.isBetween(P point, P lineStart, P lineEnd)
          Consider a line segment defined by points 'lineStart' and 'lineEnd'.
static
<P extends Point>
P
GeometryLibrary.projectPointToLine(P point, P lineStart, P lineEnd)
           
static
<P extends Point>
P
GeometryLibrary.projectPointToSegment(P point, P segmentStart, P segmentEnd)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.