Uses of Class
org.onebusaway.geospatial.model.XYPoint

Packages that use XYPoint
org.onebusaway.geospatial.model   
org.onebusaway.geospatial.services   
org.onebusaway.transit_data_federation.impl.shapes   
org.onebusaway.transit_data_federation.services.shapes   
 

Uses of XYPoint in org.onebusaway.geospatial.model
 

Methods in org.onebusaway.geospatial.model that return XYPoint
 XYPoint XYPoint.translate(double[] distances)
           
 

Uses of XYPoint in org.onebusaway.geospatial.services
 

Methods in org.onebusaway.geospatial.services with type parameters of type XYPoint
<T extends Collection<XYPoint>>
T
Proj4Projection.forward(Iterable<CoordinatePoint> source, T dest, int size)
           
<T extends Collection<XYPoint>>
T
ICoordinateProjection.forward(Iterable<CoordinatePoint> source, T dest, int size)
           
 

Methods in org.onebusaway.geospatial.services that return XYPoint
 XYPoint Proj4Projection.forward(CoordinatePoint point)
           
 XYPoint ICoordinateProjection.forward(CoordinatePoint point)
           
 

Methods in org.onebusaway.geospatial.services with parameters of type XYPoint
 CoordinatePoint Proj4Projection.reverse(XYPoint point)
           
 CoordinatePoint ICoordinateProjection.reverse(XYPoint point)
           
 

Method parameters in org.onebusaway.geospatial.services with type arguments of type XYPoint
<T extends Collection<CoordinatePoint>>
T
Proj4Projection.reverse(Iterable<XYPoint> source, T dest, int size)
           
<T extends Collection<CoordinatePoint>>
T
ICoordinateProjection.reverse(Iterable<XYPoint> source, T dest, int size)
           
 

Uses of XYPoint in org.onebusaway.transit_data_federation.impl.shapes
 

Fields in org.onebusaway.transit_data_federation.impl.shapes declared as XYPoint
 XYPoint PointAndIndex.point
           
 

Methods in org.onebusaway.transit_data_federation.impl.shapes that return types with arguments of type XYPoint
 List<XYPoint> ShapePointsLibrary.getProjectedShapePoints(ShapePoints shapePoints, UTMProjection projection)
           
 

Methods in org.onebusaway.transit_data_federation.impl.shapes with parameters of type XYPoint
 List<PointAndIndex> ShapePointsLibrary.computePotentialAssignments(List<XYPoint> projectedShapePoints, double[] shapePointDistance, XYPoint targetPoint, int fromIndex, int toIndex)
          Here is the idea: Given a shape as an array of XY Points, a range over those points, and a target point, find the closest location(s) along the shape for the target point.
 

Method parameters in org.onebusaway.transit_data_federation.impl.shapes with type arguments of type XYPoint
 List<PointAndIndex> ShapePointsLibrary.computePotentialAssignments(List<XYPoint> projectedShapePoints, double[] shapePointDistance, XYPoint targetPoint, int fromIndex, int toIndex)
          Here is the idea: Given a shape as an array of XY Points, a range over those points, and a target point, find the closest location(s) along the shape for the target point.
 

Constructors in org.onebusaway.transit_data_federation.impl.shapes with parameters of type XYPoint
PointAndIndex(XYPoint point, int index, double distanceFromTarget, double distanceAlongShape)
           
 

Uses of XYPoint in org.onebusaway.transit_data_federation.services.shapes
 

Methods in org.onebusaway.transit_data_federation.services.shapes that return types with arguments of type XYPoint
 org.onebusaway.collections.tuple.T2<List<XYPoint>,double[]> ProjectedShapePointService.getProjectedShapePoints(List<org.onebusaway.gtfs.model.AgencyAndId> shapeIds, int utmZoneId)
           
 



Copyright © 2011 OneBusAway. All Rights Reserved.