Uses of Class
org.onebusaway.gtfs.model.ShapePoint
-
Packages that use ShapePoint Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.serialization.comparators org.onebusaway.gtfs.services -
-
Uses of ShapePoint in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return ShapePoint Modifier and Type Method Description ShapePointShapePointArray. get(int index)ShapePointGtfsDaoImpl. getShapePointForId(int id)ShapePointGtfsDataServiceImpl. getShapePointForId(int id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type ShapePoint Modifier and Type Method Description Collection<ShapePoint>GtfsDaoImpl. getAllShapePoints()Collection<ShapePoint>GtfsDataServiceImpl. getAllShapePoints()List<ShapePoint>GtfsDataServiceImpl. getShapePointsForShapeId(AgencyAndId shapeId)List<ShapePoint>GtfsRelationalDaoImpl. getShapePointsForShapeId(AgencyAndId shapeId)Iterator<ShapePoint>ShapePointArray. iterator()Methods in org.onebusaway.gtfs.impl with parameters of type ShapePoint Modifier and Type Method Description booleanShapePointArray. add(ShapePoint shapePoint)ListInterface -
Uses of ShapePoint in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model with parameters of type ShapePoint Modifier and Type Method Description intShapePoint. compareTo(ShapePoint o)Constructors in org.onebusaway.gtfs.model with parameters of type ShapePoint Constructor Description ShapePoint(ShapePoint shapePoint) -
Uses of ShapePoint in org.onebusaway.gtfs.serialization.comparators
Methods in org.onebusaway.gtfs.serialization.comparators with parameters of type ShapePoint Modifier and Type Method Description intShapePointComparator. compare(ShapePoint o1, ShapePoint o2) -
Uses of ShapePoint in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return ShapePoint Modifier and Type Method Description ShapePointGtfsDao. getShapePointForId(int id)Methods in org.onebusaway.gtfs.services that return types with arguments of type ShapePoint Modifier and Type Method Description Collection<ShapePoint>GtfsDao. getAllShapePoints()ShapePointMethodsList<ShapePoint>GtfsRelationalDao. getShapePointsForShapeId(AgencyAndId shapeId)
-