|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EncodedPolylineBean in org.onebusaway.api.model.transit |
---|
Methods in org.onebusaway.api.model.transit that return types with arguments of type EncodedPolylineBean | |
---|---|
List<EncodedPolylineBean> |
StopsForRouteV2Bean.getPolylines()
|
EntryWithReferencesBean<EncodedPolylineBean> |
BeanFactoryV2.getResponse(EncodedPolylineBean bean)
|
Methods in org.onebusaway.api.model.transit with parameters of type EncodedPolylineBean | |
---|---|
EntryWithReferencesBean<EncodedPolylineBean> |
BeanFactoryV2.getResponse(EncodedPolylineBean bean)
|
Method parameters in org.onebusaway.api.model.transit with type arguments of type EncodedPolylineBean | |
---|---|
void |
StopsForRouteV2Bean.setPolylines(List<EncodedPolylineBean> polylines)
|
Uses of EncodedPolylineBean in org.onebusaway.api.model.transit.service_alerts |
---|
Methods in org.onebusaway.api.model.transit.service_alerts that return EncodedPolylineBean | |
---|---|
EncodedPolylineBean |
SituationConditionDetailsV2Bean.getDiversionPath()
|
Methods in org.onebusaway.api.model.transit.service_alerts with parameters of type EncodedPolylineBean | |
---|---|
void |
SituationConditionDetailsV2Bean.setDiversionPath(EncodedPolylineBean diversionPath)
|
Uses of EncodedPolylineBean in org.onebusaway.geospatial.grid |
---|
Methods in org.onebusaway.geospatial.grid that return EncodedPolylineBean | |
---|---|
protected EncodedPolylineBean |
GridFactory.getPathAsEncodedPath(BoundaryPath path)
|
Uses of EncodedPolylineBean in org.onebusaway.geospatial.model |
---|
Methods in org.onebusaway.geospatial.model that return EncodedPolylineBean | |
---|---|
EncodedPolylineBean |
EncodedPolygonBean.getOuterRing()
|
Methods in org.onebusaway.geospatial.model that return types with arguments of type EncodedPolylineBean | |
---|---|
List<EncodedPolylineBean> |
EncodedPolygonBean.getInnerRings()
|
Methods in org.onebusaway.geospatial.model with parameters of type EncodedPolylineBean | |
---|---|
void |
EncodedPolygonBean.addInnerRing(EncodedPolylineBean encodedPath)
|
void |
EncodedPolygonBean.setOuterRing(EncodedPolylineBean outerRing)
|
Uses of EncodedPolylineBean in org.onebusaway.geospatial.services |
---|
Methods in org.onebusaway.geospatial.services that return EncodedPolylineBean | |
---|---|
static EncodedPolylineBean |
PolylineEncoder.createEncodings(double[] lat,
double[] lon)
|
static EncodedPolylineBean |
PolylineEncoder.createEncodings(double[] lat,
double[] lon,
int level)
|
static EncodedPolylineBean |
PolylineEncoder.createEncodings(double[] lat,
double[] lon,
int offset,
int length,
int level)
|
static EncodedPolylineBean |
PolylineEncoder.createEncodings(Iterable<CoordinatePoint> points)
|
static EncodedPolylineBean |
PolylineEncoder.createEncodings(Iterable<CoordinatePoint> points,
int level)
If level < 0, then getLevels() will be null. |
Methods in org.onebusaway.geospatial.services with parameters of type EncodedPolylineBean | |
---|---|
static List<CoordinatePoint> |
PolylineEncoder.decode(EncodedPolylineBean polyline)
|
Uses of EncodedPolylineBean in org.onebusaway.transit_data_federation.services.beans |
---|
Methods in org.onebusaway.transit_data_federation.services.beans that return EncodedPolylineBean | |
---|---|
EncodedPolylineBean |
ShapeBeanService.getPolylineForShapeId(org.onebusaway.gtfs.model.AgencyAndId shapeId)
|
Methods in org.onebusaway.transit_data_federation.services.beans that return types with arguments of type EncodedPolylineBean | |
---|---|
List<EncodedPolylineBean> |
ShapeBeanService.getMergedPolylinesForShapeIds(Collection<org.onebusaway.gtfs.model.AgencyAndId> shapeIds)
While a particular route or set of trips may have a number of distinct shape ids, there is often overlap among the shapes. |
Uses of EncodedPolylineBean in org.onebusaway.transit_data.model |
---|
Methods in org.onebusaway.transit_data.model that return types with arguments of type EncodedPolylineBean | |
---|---|
List<EncodedPolylineBean> |
StopsForRouteBean.getPolylines()
|
List<EncodedPolylineBean> |
StopGroupBean.getPolylines()
|
Method parameters in org.onebusaway.transit_data.model with type arguments of type EncodedPolylineBean | |
---|---|
void |
StopsForRouteBean.setPolylines(List<EncodedPolylineBean> polylines)
|
void |
StopGroupBean.setPolylines(List<EncodedPolylineBean> polylines)
|
Uses of EncodedPolylineBean in org.onebusaway.transit_data.services |
---|
Methods in org.onebusaway.transit_data.services that return EncodedPolylineBean | |
---|---|
EncodedPolylineBean |
TransitDataService.getShapeForId(String shapeId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |