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

Packages that use CoordinatePoint
org.onebusaway.api.model.transit   
org.onebusaway.api.model.transit.tripplanning   
org.onebusaway.federations   
org.onebusaway.federations.impl   
org.onebusaway.geospatial.model   
org.onebusaway.geospatial.services   
org.onebusaway.transit_data_federation.bundle.tasks.transit_graph   
org.onebusaway.transit_data_federation.impl   
org.onebusaway.transit_data_federation.impl.beans.itineraries   
org.onebusaway.transit_data_federation.impl.realtime   
org.onebusaway.transit_data_federation.impl.shapes   
org.onebusaway.transit_data_federation.impl.transit_graph   
org.onebusaway.transit_data_federation.model   
org.onebusaway.transit_data_federation.model.tripplanner   
org.onebusaway.transit_data_federation.services   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data_federation.services.blocks   
org.onebusaway.transit_data_federation.services.realtime   
org.onebusaway.transit_data_federation.services.transit_graph   
org.onebusaway.transit_data_federation.services.tripplanner   
org.onebusaway.transit_data.model   
org.onebusaway.transit_data.model.blocks   
org.onebusaway.transit_data.model.realtime   
org.onebusaway.transit_data.model.tripplanning   
org.onebusaway.transit_data.model.trips   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.impl   
org.onebusaway.webapp.impl.oba   
org.onebusaway.webapp.services.oba   
 

Uses of CoordinatePoint in org.onebusaway.api.model.transit
 

Methods in org.onebusaway.api.model.transit that return CoordinatePoint
 CoordinatePoint VehicleLocationRecordV2Bean.getCurrentLocation()
           
 CoordinatePoint TripStatusV2Bean.getLastKnownLocation()
           
 CoordinatePoint VehicleStatusV2Bean.getLocation()
           
 CoordinatePoint TripStatusV2Bean.getPosition()
           
 CoordinatePoint BeanFactoryV2.reversePoint(CoordinatePointV2Bean bean)
           
 

Methods in org.onebusaway.api.model.transit with parameters of type CoordinatePoint
 CoordinatePointV2Bean BeanFactoryV2.getPoint(CoordinatePoint point)
           
 void VehicleLocationRecordV2Bean.setCurrentLocation(CoordinatePoint currentLocation)
           
 void TripStatusV2Bean.setLastKnownLocation(CoordinatePoint lastKnownLocation)
           
 void VehicleStatusV2Bean.setLocation(CoordinatePoint location)
           
 void TripStatusV2Bean.setPosition(CoordinatePoint position)
           
 

Uses of CoordinatePoint in org.onebusaway.api.model.transit.tripplanning
 

Methods in org.onebusaway.api.model.transit.tripplanning that return CoordinatePoint
 CoordinatePoint VertexV2Bean.getLocation()
           
 CoordinatePoint MinTravelTimeToStopV2Bean.getLocation()
           
 CoordinatePoint LocationV2Bean.getLocation()
           
 

Methods in org.onebusaway.api.model.transit.tripplanning with parameters of type CoordinatePoint
 void VertexV2Bean.setLocation(CoordinatePoint location)
           
 void MinTravelTimeToStopV2Bean.setLocation(CoordinatePoint location)
           
 void LocationV2Bean.setLocation(CoordinatePoint location)
           
 

Uses of CoordinatePoint in org.onebusaway.federations
 

Method parameters in org.onebusaway.federations with type arguments of type CoordinatePoint
 FederatedService FederatedServiceCollection.getServiceForLocations(List<CoordinatePoint> points)
           
 

Uses of CoordinatePoint in org.onebusaway.federations.impl
 

Method parameters in org.onebusaway.federations.impl with type arguments of type CoordinatePoint
 FederatedService FederatedServiceCollectionImpl.getServiceForLocations(List<CoordinatePoint> points)
           
 FederatedService AbstractFederatedServiceCollectionWrapperImpl.getServiceForLocations(List<CoordinatePoint> points)
           
 

Uses of CoordinatePoint in org.onebusaway.geospatial.model
 

Methods in org.onebusaway.geospatial.model with parameters of type CoordinatePoint
 boolean CoordinateBounds.contains(CoordinatePoint point)
           
 

Uses of CoordinatePoint in org.onebusaway.geospatial.services
 

Methods in org.onebusaway.geospatial.services with type parameters of type CoordinatePoint
<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)
           
 

Methods in org.onebusaway.geospatial.services that return CoordinatePoint
static CoordinatePoint SphericalGeometryLibrary.getCenterOfBounds(CoordinateBounds b)
           
static CoordinatePoint SphericalGeometryLibrary.projectPointToSegmentAppropximate(CoordinatePoint point, CoordinatePoint segmentStart, CoordinatePoint segmentEnd)
          Note that this is an approximate method at best that will perform increasingly worse as the distance between the points increases.
 CoordinatePoint Proj4Projection.reverse(XYPoint point)
           
 CoordinatePoint ICoordinateProjection.reverse(XYPoint point)
           
 

Methods in org.onebusaway.geospatial.services that return types with arguments of type CoordinatePoint
static List<CoordinatePoint> PolylineEncoder.decode(EncodedPolylineBean polyline)
           
static List<CoordinatePoint> PolylineEncoder.decode(String pointString)
           
 

Methods in org.onebusaway.geospatial.services with parameters of type CoordinatePoint
static CoordinateBounds SphericalGeometryLibrary.bounds(CoordinatePoint point, double distance)
           
static double SphericalGeometryLibrary.distance(CoordinatePoint a, CoordinatePoint b)
           
 XYPoint Proj4Projection.forward(CoordinatePoint point)
           
 XYPoint ICoordinateProjection.forward(CoordinatePoint point)
           
static UTMProjection UTMLibrary.getProjectionForPoint(CoordinatePoint point)
           
static String UTMLibrary.getUTMZone(CoordinatePoint point)
           
static CoordinatePoint SphericalGeometryLibrary.projectPointToSegmentAppropximate(CoordinatePoint point, CoordinatePoint segmentStart, CoordinatePoint segmentEnd)
          Note that this is an approximate method at best that will perform increasingly worse as the distance between the points increases.
 

Method parameters in org.onebusaway.geospatial.services with type arguments of type CoordinatePoint
static EncodedPolylineBean PolylineEncoder.createEncodings(Iterable<CoordinatePoint> points)
           
static EncodedPolylineBean PolylineEncoder.createEncodings(Iterable<CoordinatePoint> points, int level)
          If level < 0, then EncodedPolylineBean.getLevels() will be null.
<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)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph
 

Methods in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph that return CoordinatePoint
 CoordinatePoint DistanceAlongShapeLibrary.StopIsTooFarFromShapeException.getPoint()
           
 

Constructors in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph with parameters of type CoordinatePoint
DistanceAlongShapeLibrary.StopIsTooFarFromShapeException(StopTimeEntry stopTime, PointAndIndex pointAndIndex, CoordinatePoint point)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.impl
 

Methods in org.onebusaway.transit_data_federation.impl that return types with arguments of type CoordinatePoint
 Map<String,CoordinatePoint> AgencyServiceImpl.getAgencyIdsAndCenterPoints()
           
 

Methods in org.onebusaway.transit_data_federation.impl with parameters of type CoordinatePoint
static ProjectedPoint ProjectedPointFactory.forward(CoordinatePoint latlon)
           
static ProjectedPoint ProjectedPointFactory.forward(CoordinatePoint latlon, int zone)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.impl.beans.itineraries
 

Methods in org.onebusaway.transit_data_federation.impl.beans.itineraries with parameters of type CoordinatePoint
static String ShapeSupport.getFullPath(ShapePoints shapePoints, CoordinatePoint nextPoint)
           
 MinTravelTimeToStopsBean ItinerariesBeanServiceImpl.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints)
           
static String ShapeSupport.getPartialPathFromStop(ShapePoints shapePoints, StopTimeEntry fromStop, CoordinatePoint nextPoint)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.impl.realtime
 

Methods in org.onebusaway.transit_data_federation.impl.realtime that return CoordinatePoint
 CoordinatePoint BlockLocationRecordCollection.getLastLocationForTargetTime(long targetTime)
           
 CoordinatePoint BlockLocationRecord.getLocation()
           
 

Methods in org.onebusaway.transit_data_federation.impl.realtime with parameters of type CoordinatePoint
 void BlockLocationRecord.Builder.setLocation(CoordinatePoint location)
           
 

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

Methods in org.onebusaway.transit_data_federation.impl.shapes that return CoordinatePoint
 CoordinatePoint PointAndOrientation.getPoint()
           
 CoordinatePoint ShapePointIndex.getPoint(ShapePoints points)
           
 CoordinatePoint LocationShapePointIndex.getPoint(ShapePoints points)
           
 CoordinatePoint DistanceTraveledShapePointIndex.getPoint(ShapePoints points)
           
 CoordinatePoint AbstractShapePointIndex.getPoint(ShapePoints points)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.impl.transit_graph
 

Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return CoordinatePoint
 CoordinatePoint StopEntryImpl.getStopLocation()
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.model
 

Methods in org.onebusaway.transit_data_federation.model that return CoordinatePoint
 CoordinatePoint ShapePoints.getPointForIndex(int index)
           
 CoordinatePoint ProjectedPoint.toCoordinatePoint()
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.model.tripplanner
 

Methods in org.onebusaway.transit_data_federation.model.tripplanner that return CoordinatePoint
 CoordinatePoint AtLocationState.getLocation()
           
 

Constructors in org.onebusaway.transit_data_federation.model.tripplanner with parameters of type CoordinatePoint
AtLocationState(long currentTime, CoordinatePoint location)
           
EndState(long currentTime, CoordinatePoint location)
           
StartState(long currentTime, CoordinatePoint location)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.services
 

Methods in org.onebusaway.transit_data_federation.services that return types with arguments of type CoordinatePoint
 Map<String,CoordinatePoint> AgencyService.getAgencyIdsAndCenterPoints()
          For each agency in a transit bundle, computes the center point of all the stops operated by that agency.
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.services.beans
 

Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type CoordinatePoint
 MinTravelTimeToStopsBean ItinerariesBeanService.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.services.blocks
 

Methods in org.onebusaway.transit_data_federation.services.blocks that return CoordinatePoint
 CoordinatePoint ScheduledBlockLocation.getLocation()
           
 

Methods in org.onebusaway.transit_data_federation.services.blocks with parameters of type CoordinatePoint
 ScheduledBlockLocation BlockGeospatialService.getBestScheduledBlockLocationForLocation(BlockInstance blockInstance, CoordinatePoint location, long timestamp, double blockDistanceFrom, double blockDistanceTo)
           
 void ScheduledBlockLocation.setLocation(CoordinatePoint location)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.services.realtime
 

Methods in org.onebusaway.transit_data_federation.services.realtime that return CoordinatePoint
 CoordinatePoint TripLocation.getLastKnownLocation()
           
 CoordinatePoint BlockLocation.getLastKnownLocation()
           
 CoordinatePoint TripLocation.getLocation()
           
 CoordinatePoint BlockLocation.getLocation()
           
 

Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type CoordinatePoint
 void TripLocation.setLastKnownLocation(CoordinatePoint lastKnownLocation)
           
 void BlockLocation.setLastKnownLocation(CoordinatePoint lastKnownLocation)
           
 void TripLocation.setLocation(CoordinatePoint location)
           
 void BlockLocation.setLocation(CoordinatePoint location)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.services.transit_graph
 

Methods in org.onebusaway.transit_data_federation.services.transit_graph that return CoordinatePoint
 CoordinatePoint StopEntry.getStopLocation()
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data_federation.services.tripplanner
 

Methods in org.onebusaway.transit_data_federation.services.tripplanner with parameters of type CoordinatePoint
 org.opentripplanner.routing.spt.GraphPath ItinerariesService.getWalkingItineraryBetweenPoints(CoordinatePoint from, CoordinatePoint to, Date time, org.opentripplanner.routing.core.TraverseOptions options)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return CoordinatePoint
 CoordinatePoint VehicleStatusBean.getLocation()
           
 

Methods in org.onebusaway.transit_data.model with parameters of type CoordinatePoint
 void VehicleStatusBean.setLocation(CoordinatePoint location)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data.model.blocks
 

Methods in org.onebusaway.transit_data.model.blocks that return CoordinatePoint
 CoordinatePoint ScheduledBlockLocationBean.getLocation()
           
 CoordinatePoint BlockStatusBean.getLocation()
           
 

Methods in org.onebusaway.transit_data.model.blocks with parameters of type CoordinatePoint
 void ScheduledBlockLocationBean.setLocation(CoordinatePoint location)
           
 void BlockStatusBean.setLocation(CoordinatePoint location)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data.model.realtime
 

Methods in org.onebusaway.transit_data.model.realtime that return CoordinatePoint
 CoordinatePoint VehicleLocationRecordBean.getCurrentLocation()
           
 CoordinatePoint CurrentVehicleEstimateQueryBean.Record.getLocation()
           
 CoordinatePoint CurrentVehicleEstimateQueryBean.getMostRecentLocation()
           
 

Methods in org.onebusaway.transit_data.model.realtime with parameters of type CoordinatePoint
 void VehicleLocationRecordBean.setCurrentLocation(CoordinatePoint currentLocation)
           
 void CurrentVehicleEstimateQueryBean.Record.setLocation(CoordinatePoint location)
           
 void CurrentVehicleEstimateQueryBean.setMostRecentLocation(CoordinatePoint mostRecentLocation)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data.model.tripplanning
 

Methods in org.onebusaway.transit_data.model.tripplanning that return CoordinatePoint
 CoordinatePoint LegBean.getFrom()
           
 CoordinatePoint VertexBean.getLocation()
           
 CoordinatePoint TransitLocationBean.getLocation()
           
 CoordinatePoint LocationBean.getLocation()
           
 CoordinatePoint LegBean.getTo()
           
 

Methods in org.onebusaway.transit_data.model.tripplanning with parameters of type CoordinatePoint
 void LegBean.setFrom(CoordinatePoint from)
           
 void VertexBean.setLocation(CoordinatePoint location)
           
 void LocationBean.setLocation(CoordinatePoint location)
           
 void LegBean.setTo(CoordinatePoint to)
           
 

Constructors in org.onebusaway.transit_data.model.tripplanning with parameters of type CoordinatePoint
TransitLocationBean(CoordinatePoint point)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data.model.trips
 

Methods in org.onebusaway.transit_data.model.trips that return CoordinatePoint
 CoordinatePoint TripStatusBean.getLastKnownLocation()
           
 CoordinatePoint TripStatusBean.getLocation()
           
 

Methods in org.onebusaway.transit_data.model.trips with parameters of type CoordinatePoint
 void TripStatusBean.setLastKnownLocation(CoordinatePoint lastKnownLocation)
           
 void TripStatusBean.setLocation(CoordinatePoint location)
           
 

Uses of CoordinatePoint in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services with parameters of type CoordinatePoint
 MinTravelTimeToStopsBean TransitDataService.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints)
           
 

Uses of CoordinatePoint in org.onebusaway.webapp.gwt.where_library.rpc
 

Methods in org.onebusaway.webapp.gwt.where_library.rpc with parameters of type CoordinatePoint
 MinTransitTimeResult WebappService.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 void WebappServiceAsync.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize, com.google.gwt.user.client.rpc.AsyncCallback<MinTransitTimeResult> callback)
           
 ItinerariesBean WebappService.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints)
           
 void WebappServiceAsync.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints, com.google.gwt.user.client.rpc.AsyncCallback<ItinerariesBean> callback)
           
 

Uses of CoordinatePoint in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl with parameters of type CoordinatePoint
 MinTransitTimeResult WebappServiceServletImpl.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 ItinerariesBean WebappServiceServletImpl.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints)
           
 

Uses of CoordinatePoint in org.onebusaway.webapp.impl.oba
 

Methods in org.onebusaway.webapp.impl.oba with parameters of type CoordinatePoint
 MinTransitTimeResult OneBusAwayServiceImpl.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 

Uses of CoordinatePoint in org.onebusaway.webapp.services.oba
 

Methods in org.onebusaway.webapp.services.oba with parameters of type CoordinatePoint
 MinTransitTimeResult OneBusAwayService.getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.