| Package | Description | 
|---|---|
| org.opentripplanner.api.resource | 
 This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
 API, i.e. 
 | 
| org.opentripplanner.geocoder | |
| org.opentripplanner.geocoder.bano | |
| org.opentripplanner.geocoder.google | |
| org.opentripplanner.geocoder.nominatim | |
| org.opentripplanner.geocoder.yahoo | 
| Modifier and Type | Field and Description | 
|---|---|
Geocoder | 
ExternalGeocoderResource.geocoder  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AlternatingGeocoder  | 
class  | 
BackupGeocoder
Multiplexe two geocoders: a master and a backup. 
 | 
class  | 
GeocoderGeoZoneCropper
Filter results of a geocoding request by removing elements outside of the covered geographical
 zone. 
 | 
class  | 
GeocoderMultipleResultsStubImpl  | 
class  | 
GeocoderNullImpl  | 
class  | 
GeocoderStubImpl  | 
class  | 
GeocoderUSCSV  | 
| Constructor and Description | 
|---|
AlternatingGeocoder(Geocoder geocoder1,
                   Geocoder geocoder2)  | 
BackupGeocoder(Geocoder masterGeocoder,
              Geocoder backupGeocoder)  | 
GeocoderGeoZoneCropper(Geocoder decorated,
                      double minLat,
                      double minLon,
                      double maxLat,
                      double maxLon)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BanoGeocoder
A geocoder using the data.gouv.fr API of BANO (Base Nationale d'Adresse Ouverte), the official
 open-data address source covering the whole of France. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GoogleGeocoder  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NominatimGeocoder  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
YahooGeocoder  | 
Copyright © 2019. All rights reserved.