A C D E G H K M N O P Q R T W 
All Classes All Packages

A

availableSlots - Variable in class de.westnordost.osmapi.overpass.OverpassStatus
How many more queries the user may trigger until reaching his quota

C

CsvParser - Class in de.westnordost.osmapi.overpass
Parses a response in the form of a CSV, so with the output mode set to CSV.
CsvParser(Handler<String[]>) - Constructor for class de.westnordost.osmapi.overpass.CsvParser
 
CsvParser(Handler<String[]>, String) - Constructor for class de.westnordost.osmapi.overpass.CsvParser
 

D

de.westnordost.osmapi.overpass - package de.westnordost.osmapi.overpass
 

E

ElementCount - Class in de.westnordost.osmapi.overpass
 
ElementCount() - Constructor for class de.westnordost.osmapi.overpass.ElementCount
 
ElementCountParser - Class in de.westnordost.osmapi.overpass
Parses a out count; response.
ElementCountParser() - Constructor for class de.westnordost.osmapi.overpass.ElementCountParser
 

G

getStatus() - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
Get info about how many queries the user may make until reaching his quota

H

handle(BoundingBox) - Method in interface de.westnordost.osmapi.overpass.MapDataWithGeometryHandler
The global bounding box has been parsed.
handle(Node) - Method in interface de.westnordost.osmapi.overpass.MapDataWithGeometryHandler
A node has been parsed.
handle(Relation, BoundingBox, Map<Long, LatLon>, Map<Long, List<LatLon>>) - Method in interface de.westnordost.osmapi.overpass.MapDataWithGeometryHandler
A relation and its geometry has been parsed.
handle(Way, BoundingBox, List<LatLon>) - Method in interface de.westnordost.osmapi.overpass.MapDataWithGeometryHandler
A way and its geometry has been parsed.

K

killMyQueries() - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
Kills all the queries sent from this IP.

M

MapDataWithGeometryHandler - Interface in de.westnordost.osmapi.overpass
This class is fed the map data and geometry.
MapDataWithGeometryParser - Class in de.westnordost.osmapi.overpass
A map data parser that also parses the geometry of elements as outputted by queries with the geom modificator (for example out body geom;).
MapDataWithGeometryParser(MapDataWithGeometryHandler, MapDataFactory) - Constructor for class de.westnordost.osmapi.overpass.MapDataWithGeometryParser
 
maxAvailableSlots - Variable in class de.westnordost.osmapi.overpass.OverpassStatus
Max number of concurrent queries the user may trigger

N

nextAvailableSlotIn - Variable in class de.westnordost.osmapi.overpass.OverpassStatus
Time until the next slot becomes available again in seconds.
nodes - Variable in class de.westnordost.osmapi.overpass.ElementCount
Number of nodes

O

onEndElement() - Method in class de.westnordost.osmapi.overpass.ElementCountParser
 
onEndElement() - Method in class de.westnordost.osmapi.overpass.MapDataWithGeometryParser
 
onStartElement() - Method in class de.westnordost.osmapi.overpass.ElementCountParser
 
onStartElement() - Method in class de.westnordost.osmapi.overpass.MapDataWithGeometryParser
 
OsmTooManyRequestsException - Exception in de.westnordost.osmapi.overpass
Thrown when the Overpass quota has been exceeded
OsmTooManyRequestsException(int, String, String) - Constructor for exception de.westnordost.osmapi.overpass.OsmTooManyRequestsException
 
OsmTooManyRequestsException(Throwable) - Constructor for exception de.westnordost.osmapi.overpass.OsmTooManyRequestsException
 
OverpassMapDataApi - Class in de.westnordost.osmapi.overpass
Get map data from the overpass api.
OverpassMapDataApi(OsmConnection) - Constructor for class de.westnordost.osmapi.overpass.OverpassMapDataApi
 
OverpassMapDataApi(OsmConnection, MapDataFactory) - Constructor for class de.westnordost.osmapi.overpass.OverpassMapDataApi
 
OverpassStatus - Class in de.westnordost.osmapi.overpass
 
OverpassStatus() - Constructor for class de.westnordost.osmapi.overpass.OverpassStatus
 
OverpassStatusParser - Class in de.westnordost.osmapi.overpass
Parses the (quota) status message of the overpass server
OverpassStatusParser() - Constructor for class de.westnordost.osmapi.overpass.OverpassStatusParser
 

P

parse(InputStream) - Method in class de.westnordost.osmapi.overpass.CsvParser
 
parse(InputStream) - Method in class de.westnordost.osmapi.overpass.ElementCountParser
 
parse(InputStream) - Method in class de.westnordost.osmapi.overpass.MapDataWithGeometryParser
 
parse(InputStream) - Method in class de.westnordost.osmapi.overpass.OverpassStatusParser
 

Q

query(String, ApiResponseReader<T>) - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
Executes the given query.
queryCount(String) - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
Executes the given query to count the elements.
queryElements(String, MapDataHandler) - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
Executes the given query and expects a response that is alike a map data query on the OSM API, just returning the map data.
queryElementsWithGeometry(String, MapDataWithGeometryHandler) - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
Executes the given query that has the geom modificator.
queryTable(String, Handler<String[]>) - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
 
queryTable(String, Handler<String[]>, String) - Method in class de.westnordost.osmapi.overpass.OverpassMapDataApi
Executes the given query that has the output mode set to CSV.

R

relations - Variable in class de.westnordost.osmapi.overpass.ElementCount
Number of relations

T

total - Variable in class de.westnordost.osmapi.overpass.ElementCount
Total number

W

ways - Variable in class de.westnordost.osmapi.overpass.ElementCount
Number of ways
A C D E G H K M N O P Q R T W 
All Classes All Packages