|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgencyService
Methods for querying Agency
information.
Method Summary | |
---|---|
Map<String,CoordinatePoint> |
getAgencyIdsAndCenterPoints()
For each agency in a transit bundle, computes the center point of all the stops operated by that agency. |
Map<String,CoordinateBounds> |
getAgencyIdsAndCoverageAreas()
For each agency in a transit bundle, computes the coordinate bounds of all the stops operated by that agency. |
List<String> |
getAllAgencyIds()
|
TimeZone |
getTimeZoneForAgencyId(String agencyId)
See Agency.getTimezone() . |
Method Detail |
---|
List<String> getAllAgencyIds()
TimeZone getTimeZoneForAgencyId(String agencyId)
Agency.getTimezone()
.
agencyId
- the id of the target agency
Map<String,CoordinatePoint> getAgencyIdsAndCenterPoints()
Map<String,CoordinateBounds> getAgencyIdsAndCoverageAreas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |