- Capabilities - Class in de.westnordost.osmapi.capabilities
-
(Current) capabilities of the osm server.
- Capabilities() - Constructor for class de.westnordost.osmapi.capabilities.Capabilities
-
- Capabilities.ApiStatus - Enum in de.westnordost.osmapi.capabilities
-
- CapabilitiesDao - Class in de.westnordost.osmapi.capabilities
-
Get server capabilities
- CapabilitiesDao(OsmConnection) - Constructor for class de.westnordost.osmapi.capabilities.CapabilitiesDao
-
- CapabilitiesParser - Class in de.westnordost.osmapi.capabilities
-
Parses the osm server capabilites and limits (API 0.6).
- CapabilitiesParser() - Constructor for class de.westnordost.osmapi.capabilities.CapabilitiesParser
-
- CHANGE_PREFERENCES - Static variable in class de.westnordost.osmapi.user.Permission
-
- Changeset - Class in de.westnordost.osmapi.changesets
-
Short info for a changeset.
- Changeset() - Constructor for class de.westnordost.osmapi.changesets.Changeset
-
- ChangesetInfo - Class in de.westnordost.osmapi.changesets
-
Includes information for a changeset inclusive the changeset discussion but exclusive the
elements that were changed in the changeset.
- ChangesetInfo() - Constructor for class de.westnordost.osmapi.changesets.ChangesetInfo
-
- ChangesetNote - Class in de.westnordost.osmapi.changesets
-
A post in the changeset discussion.
- ChangesetNote() - Constructor for class de.westnordost.osmapi.changesets.ChangesetNote
-
- ChangesetParser - Class in de.westnordost.osmapi.changesets
-
Parses changeset infos.
- ChangesetParser(Handler<ChangesetInfo>) - Constructor for class de.westnordost.osmapi.changesets.ChangesetParser
-
- changesetsCount - Variable in class de.westnordost.osmapi.user.UserInfo
-
aka the number of edits
- ChangesetsDao - Class in de.westnordost.osmapi.changesets
-
Gets information for, searches for and shows changeset discussions.
- ChangesetsDao(OsmConnection) - Constructor for class de.westnordost.osmapi.changesets.ChangesetsDao
-
- CHARSET - Static variable in class de.westnordost.osmapi.OsmConnection
-
charset we use for everything (UTF-8)
- checkValidity(double, double) - Static method in class de.westnordost.osmapi.map.data.LatLons
-
- checkValidity(LatLon) - Static method in class de.westnordost.osmapi.map.data.LatLons
-
- clear() - Method in class de.westnordost.osmapi.map.data.ModificationAwareList
-
- clear() - Method in class de.westnordost.osmapi.map.data.ModificationAwareMap
-
- clientId - Variable in class de.westnordost.osmapi.map.changes.DiffElement
-
aka old_id: the (placeholder) id the element had when the client sent it.
- close(long, String) - Method in class de.westnordost.osmapi.notes.NotesDao
-
Close aka resolve the note with the given id and reason.
- close(long) - Method in class de.westnordost.osmapi.notes.NotesDao
-
Close aka resolve the note with the given id without providing a reason.
- closeChangeset(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
Closes the given changeset.
- comment(long, String) - Method in class de.westnordost.osmapi.changesets.ChangesetsDao
-
Add a comment to the given changeset.
- comment(long, String) - Method in class de.westnordost.osmapi.notes.NotesDao
-
Comment the note with the given id as the current user or anonymous if not logged in.
- comment(long, String, boolean) - Method in class de.westnordost.osmapi.notes.NotesDao
-
- comments - Variable in class de.westnordost.osmapi.notes.Note
-
- considersHisContributionsAsPublicDomain - Variable in class de.westnordost.osmapi.user.UserDetails
-
- contains(Object) - Method in class de.westnordost.osmapi.map.data.ModificationAwareList
-
- containsAll(Collection<?>) - Method in class de.westnordost.osmapi.map.data.ModificationAwareList
-
- containsKey(Object) - Method in class de.westnordost.osmapi.map.data.ModificationAwareMap
-
- containsValue(Object) - Method in class de.westnordost.osmapi.map.data.ModificationAwareMap
-
- convertToSimpleDateFormatCompatible(String) - Static method in class de.westnordost.osmapi.common.Iso8601CompatibleDateFormat
-
- create(LatLon, String) - Method in class de.westnordost.osmapi.notes.NotesDao
-
Create a new note at the given location as the current user or anonymous if not logged in.
- create(LatLon, String, boolean) - Method in class de.westnordost.osmapi.notes.NotesDao
-
Create a new note at the given location
- create(String, GpsTraceDetails.Visibility, String, List<String>, Iterable<GpsTrackpoint>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Upload a new trace of trackpoints.
- create(String, GpsTraceDetails.Visibility, String, Iterable<GpsTrackpoint>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Upload a new trace with no tags
- createdDate - Variable in class de.westnordost.osmapi.user.UserInfo
-
- createError(int, String, String) - Static method in class de.westnordost.osmapi.OsmApiErrorFactory
-
- createNode(long, int, Double, Double, Map<String, String>, Changeset, Date) - Method in interface de.westnordost.osmapi.map.MapDataFactory
-
Create a node from the given data
- createNode(long, int, Double, Double, Map<String, String>, Changeset, Date) - Method in class de.westnordost.osmapi.map.OsmMapDataFactory
-
- createRelation(long, int, List<RelationMember>, Map<String, String>, Changeset, Date) - Method in interface de.westnordost.osmapi.map.MapDataFactory
-
Create a relation from the given data
- createRelation(long, int, List<RelationMember>, Map<String, String>, Changeset, Date) - Method in class de.westnordost.osmapi.map.OsmMapDataFactory
-
- createRelationMember(long, String, Element.Type) - Method in interface de.westnordost.osmapi.map.MapDataFactory
-
Create a relation member from the given data
- createRelationMember(long, String, Element.Type) - Method in class de.westnordost.osmapi.map.OsmMapDataFactory
-
- createUser(long, String) - Method in class de.westnordost.osmapi.user.UserDetailsParser
-
- createUser(long, String) - Method in class de.westnordost.osmapi.user.UserInfoParser
-
- createWay(long, int, List<Long>, Map<String, String>, Changeset, Date) - Method in interface de.westnordost.osmapi.map.MapDataFactory
-
Create a way from the given data
- createWay(long, int, List<Long>, Map<String, String>, Changeset, Date) - Method in class de.westnordost.osmapi.map.OsmMapDataFactory
-
- crosses180thMeridian() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- get() - Method in class de.westnordost.osmapi.capabilities.CapabilitiesDao
-
- get(long) - Method in class de.westnordost.osmapi.changesets.ChangesetsDao
-
Get the changeset information with the given id.
- get() - Method in class de.westnordost.osmapi.common.ListHandler
-
- get() - Method in class de.westnordost.osmapi.common.SingleElementHandler
-
- get(int) - Method in class de.westnordost.osmapi.map.data.ModificationAwareList
-
- get(Object) - Method in class de.westnordost.osmapi.map.data.ModificationAwareMap
-
- get() - Method in class de.westnordost.osmapi.map.handler.ListOsmElementHandler
-
- get() - Method in class de.westnordost.osmapi.map.handler.SingleOsmElementHandler
-
- get(long) - Method in class de.westnordost.osmapi.notes.NotesDao
-
- get(long) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Get information about a given GPS trace or null if it does not exist.
- get() - Method in class de.westnordost.osmapi.user.PermissionsDao
-
- get(long) - Method in class de.westnordost.osmapi.user.UserDao
-
- get(String) - Method in class de.westnordost.osmapi.user.UserPreferencesDao
-
- getAll() - Method in interface de.westnordost.osmapi.map.changes.MapDataChanges
-
- getAll() - Method in class de.westnordost.osmapi.map.changes.SimpleMapDataChangesHandler
-
- getAll(BoundingBox, Handler<Note>, int, int) - Method in class de.westnordost.osmapi.notes.NotesDao
-
Retrieve all notes in the given area and feed them to the given handler.
- getAll(BoundingBox, String, Handler<Note>, int, int) - Method in class de.westnordost.osmapi.notes.NotesDao
-
Retrieve those notes in the given area that match the given search string
- getAll(BoundingBox, Handler<GpsTrackpoint>, int) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Get all the trackpoints in the given bounding box.
- getAll() - Method in class de.westnordost.osmapi.user.UserPreferencesDao
-
- getApiUrl() - Method in class de.westnordost.osmapi.OsmConnection
-
- getAsLeftBottomRightTopString() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- getAttribute(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- getBooleanAttribute(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- getByteAttribute(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- getChangeset() - Method in interface de.westnordost.osmapi.map.data.Element
-
- getChangeset() - Method in class de.westnordost.osmapi.map.data.OsmElement
-
- getChangesetComment() - Method in class de.westnordost.osmapi.changesets.ChangesetInfo
-
A shortcut to getTags().get("comment")
- getContentType() - Method in interface de.westnordost.osmapi.ApiRequestWriter
-
- getContentType() - Method in class de.westnordost.osmapi.common.FormDataWriter
-
- getContentType() - Method in class de.westnordost.osmapi.common.PlainTextWriter
-
- getContentType() - Method in class de.westnordost.osmapi.common.XmlWriter
-
- getCreations() - Method in interface de.westnordost.osmapi.map.changes.MapDataChanges
-
- getCreations() - Method in class de.westnordost.osmapi.map.changes.SimpleMapDataChangesHandler
-
- getData(long, MapDataChangesHandler) - Method in class de.westnordost.osmapi.changesets.ChangesetsDao
-
Get map data changes associated with the given changeset, using the default OsmMapDataFactory
- getData(long, MapDataChangesHandler, MapDataFactory) - Method in class de.westnordost.osmapi.changesets.ChangesetsDao
-
Get map data changes associated with the given changeset.
- getData(long, Handler<GpsTrackpoint>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Get all trackpoints contained in the given trace id.
- getDateEdited() - Method in interface de.westnordost.osmapi.map.data.Element
-
- getDateEdited() - Method in class de.westnordost.osmapi.map.data.OsmElement
-
- getDeletions() - Method in interface de.westnordost.osmapi.map.changes.MapDataChanges
-
- getDeletions() - Method in class de.westnordost.osmapi.map.changes.SimpleMapDataChangesHandler
-
- getDescription() - Method in exception de.westnordost.osmapi.common.errors.OsmApiException
-
- getDescription() - Method in exception de.westnordost.osmapi.common.errors.OsmConnectionException
-
- getDoubleAttribute(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- getErrorCode() - Method in exception de.westnordost.osmapi.common.errors.OsmApiException
-
- getErrorCode() - Method in exception de.westnordost.osmapi.common.errors.OsmConnectionException
-
- getErrorTitle() - Method in exception de.westnordost.osmapi.common.errors.OsmApiException
-
- getErrorTitle() - Method in exception de.westnordost.osmapi.common.errors.OsmConnectionException
-
- getFloatAttribute(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- getGenerator() - Method in class de.westnordost.osmapi.changesets.ChangesetInfo
-
A shortcut to getTags().get("created_by")
- getId() - Method in interface de.westnordost.osmapi.map.data.Element
-
- getId() - Method in class de.westnordost.osmapi.map.data.OsmElement
-
- getIntAttribute(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- getLatitude() - Method in interface de.westnordost.osmapi.map.data.LatLon
-
- getLatitude() - Method in class de.westnordost.osmapi.map.data.OsmLatLon
-
- getLongAttribute(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- getLongitude() - Method in interface de.westnordost.osmapi.map.data.LatLon
-
- getLongitude() - Method in class de.westnordost.osmapi.map.data.OsmLatLon
-
- getMap(BoundingBox, MapDataHandler) - Method in class de.westnordost.osmapi.map.MapDataDao
-
Feeds map data to the given MapDataHandler.
- getMax() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- getMaxLatitude() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- getMaxLongitude() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- getMembers() - Method in class de.westnordost.osmapi.map.data.OsmRelation
-
- getMembers() - Method in interface de.westnordost.osmapi.map.data.Relation
-
- getMin() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- getMine(Handler<GpsTraceDetails>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Pass all gps traces the current user uploaded to the given handler
- getMine() - Method in class de.westnordost.osmapi.user.UserDao
-
- getMinLatitude() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- getMinLongitude() - Method in class de.westnordost.osmapi.map.data.BoundingBox
-
- getModifications() - Method in interface de.westnordost.osmapi.map.changes.MapDataChanges
-
- getModifications() - Method in class de.westnordost.osmapi.map.changes.SimpleMapDataChangesHandler
-
- getName() - Method in class de.westnordost.osmapi.common.XmlParser
-
- getNode(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getNodeHistory(long, Handler<Node>) - Method in class de.westnordost.osmapi.map.MapDataHistoryDao
-
Feeds all versions of the given node to the handler.
- getNodeIds() - Method in class de.westnordost.osmapi.map.data.OsmWay
-
- getNodeIds() - Method in interface de.westnordost.osmapi.map.data.Way
-
- getNodes(Collection<Long>) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getNodeVersion(long, int) - Method in class de.westnordost.osmapi.map.MapDataHistoryDao
-
- getOAuth() - Method in class de.westnordost.osmapi.OsmConnection
-
- getParentName() - Method in class de.westnordost.osmapi.common.XmlParser
-
- getPosition() - Method in interface de.westnordost.osmapi.map.data.Node
-
- getPosition() - Method in class de.westnordost.osmapi.map.data.OsmNode
-
- getRef() - Method in class de.westnordost.osmapi.map.data.OsmRelationMember
-
- getRef() - Method in interface de.westnordost.osmapi.map.data.RelationMember
-
- getRelation(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getRelationComplete(long, MapDataHandler) - Method in class de.westnordost.osmapi.map.MapDataDao
-
Queries the relation with the given id plus all it's members and all nodes of ways that are
members of the relation.
- getRelationHistory(long, Handler<Relation>) - Method in class de.westnordost.osmapi.map.MapDataHistoryDao
-
Feeds all versions of the given relation to the handler.
- getRelations(Collection<Long>) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getRelationsForNode(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getRelationsForRelation(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getRelationsForWay(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getRelationVersion(long, int) - Method in class de.westnordost.osmapi.map.MapDataHistoryDao
-
- getRole() - Method in class de.westnordost.osmapi.map.data.OsmRelationMember
-
- getRole() - Method in interface de.westnordost.osmapi.map.data.RelationMember
-
- getSources() - Method in class de.westnordost.osmapi.changesets.ChangesetInfo
-
A shortcut to getTags().get("source").split(";")
- getTags() - Method in interface de.westnordost.osmapi.map.data.Element
-
- getTags() - Method in class de.westnordost.osmapi.map.data.OsmElement
-
- getText() - Method in class de.westnordost.osmapi.common.XmlParser
-
- getTimeout() - Method in class de.westnordost.osmapi.OsmConnection
-
- getType() - Method in interface de.westnordost.osmapi.map.data.Element
-
- getType() - Method in class de.westnordost.osmapi.map.data.OsmElement
-
- getType() - Method in class de.westnordost.osmapi.map.data.OsmNode
-
- getType() - Method in class de.westnordost.osmapi.map.data.OsmRelation
-
- getType() - Method in class de.westnordost.osmapi.map.data.OsmRelationMember
-
- getType() - Method in class de.westnordost.osmapi.map.data.OsmWay
-
- getType() - Method in interface de.westnordost.osmapi.map.data.RelationMember
-
- getUserAgent() - Method in class de.westnordost.osmapi.OsmConnection
-
- getVersion() - Method in interface de.westnordost.osmapi.map.data.Element
-
- getVersion() - Method in class de.westnordost.osmapi.map.data.OsmElement
-
- getWay(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getWayComplete(long, MapDataHandler) - Method in class de.westnordost.osmapi.map.MapDataDao
-
Queries the way with the given id plus all nodes that are in referenced by it.
- getWayHistory(long, Handler<Way>) - Method in class de.westnordost.osmapi.map.MapDataHistoryDao
-
Feeds all versions of the given way to the handler.
- getWays(Collection<Long>) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getWaysForNode(long) - Method in class de.westnordost.osmapi.map.MapDataDao
-
- getWayVersion(long, int) - Method in class de.westnordost.osmapi.map.MapDataHistoryDao
-
- GpsTraceDetails - Class in de.westnordost.osmapi.traces
-
Details aka meta informations for a GPS, so not the actual trace
- GpsTraceDetails() - Constructor for class de.westnordost.osmapi.traces.GpsTraceDetails
-
- GpsTraceDetails.Visibility - Enum in de.westnordost.osmapi.traces
-
See http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces for a more detailed description
- gpsTracesCount - Variable in class de.westnordost.osmapi.user.UserInfo
-
- GpsTracesDao - Class in de.westnordost.osmapi.traces
-
Create, get, edit and delete gpx traces
- GpsTracesDao(OsmConnection) - Constructor for class de.westnordost.osmapi.traces.GpsTracesDao
-
- GpsTracesParser - Class in de.westnordost.osmapi.traces
-
Parses the GPS traces response of the osm api (API 0.6).
- GpsTracesParser(Handler<GpsTraceDetails>) - Constructor for class de.westnordost.osmapi.traces.GpsTracesParser
-
- gpsTracesStatus - Variable in class de.westnordost.osmapi.capabilities.Capabilities
-
- GpsTraceWriter - Class in de.westnordost.osmapi.traces
-
Writes only those GPS trace properties that can be changed in an update call to the API.
- GpsTraceWriter(long, GpsTraceDetails.Visibility, String, List<String>) - Constructor for class de.westnordost.osmapi.traces.GpsTraceWriter
-
- GpsTrackpoint - Class in de.westnordost.osmapi.traces
-
- GpsTrackpoint(LatLon) - Constructor for class de.westnordost.osmapi.traces.GpsTrackpoint
-
- GpxDateFormat - Class in de.westnordost.osmapi.traces
-
Gpx timestamps can optionally include milliseconds
- GpxDateFormat() - Constructor for class de.westnordost.osmapi.traces.GpxDateFormat
-
- GpxTrackParser - Class in de.westnordost.osmapi.traces
-
Parses the trackpoints from response of the osm api (API 0.6).
- GpxTrackParser(Handler<GpsTrackpoint>) - Constructor for class de.westnordost.osmapi.traces.GpxTrackParser
-
- GpxTrackWriter - Class in de.westnordost.osmapi.traces
-
- GpxTrackWriter(String, Iterable<GpsTrackpoint>) - Constructor for class de.westnordost.osmapi.traces.GpxTrackWriter
-
- OneElementTypeHandler<T> - Class in de.westnordost.osmapi.map.handler
-
Handles one OsmElement type (Node, Way, Relation, Bounds) and ignores everything else
- OneElementTypeHandler(Class<T>) - Constructor for class de.westnordost.osmapi.map.handler.OneElementTypeHandler
-
- onEndElement() - Method in class de.westnordost.osmapi.capabilities.CapabilitiesParser
-
- onEndElement() - Method in class de.westnordost.osmapi.changesets.ChangesetParser
-
- onEndElement() - Method in class de.westnordost.osmapi.common.XmlParser
-
- onEndElement() - Method in class de.westnordost.osmapi.map.changes.MapDataDiffParser
-
- onEndElement() - Method in class de.westnordost.osmapi.map.MapDataParser
-
- onEndElement() - Method in class de.westnordost.osmapi.notes.NotesParser
-
- onEndElement() - Method in class de.westnordost.osmapi.traces.GpsTracesParser
-
- onEndElement() - Method in class de.westnordost.osmapi.traces.GpxTrackParser
-
- onEndElement() - Method in class de.westnordost.osmapi.user.PermissionsParser
-
- onEndElement() - Method in class de.westnordost.osmapi.user.PreferencesParser
-
- onEndElement() - Method in class de.westnordost.osmapi.user.UserDetailsParser
-
- onEndElement() - Method in class de.westnordost.osmapi.user.UserInfoParser
-
- onlyClosed() - Method in class de.westnordost.osmapi.changesets.QueryChangesetsFilters
-
- onlyOpen() - Method in class de.westnordost.osmapi.changesets.QueryChangesetsFilters
-
- onModification() - Method in class de.westnordost.osmapi.map.data.ModificationAwareList
-
- onStartCreations() - Method in interface de.westnordost.osmapi.map.changes.MapDataChangesHandler
-
- onStartCreations() - Method in class de.westnordost.osmapi.map.changes.SimpleMapDataChangesHandler
-
- onStartDeletions() - Method in interface de.westnordost.osmapi.map.changes.MapDataChangesHandler
-
- onStartDeletions() - Method in class de.westnordost.osmapi.map.changes.SimpleMapDataChangesHandler
-
- onStartElement() - Method in class de.westnordost.osmapi.capabilities.CapabilitiesParser
-
- onStartElement() - Method in class de.westnordost.osmapi.changesets.ChangesetParser
-
- onStartElement() - Method in class de.westnordost.osmapi.common.XmlParser
-
- onStartElement() - Method in class de.westnordost.osmapi.map.changes.MapDataChangesParser
-
- onStartElement() - Method in class de.westnordost.osmapi.map.changes.MapDataDiffParser
-
- onStartElement() - Method in class de.westnordost.osmapi.map.MapDataParser
-
- onStartElement() - Method in class de.westnordost.osmapi.notes.NotesParser
-
- onStartElement() - Method in class de.westnordost.osmapi.traces.GpsTracesParser
-
- onStartElement() - Method in class de.westnordost.osmapi.traces.GpxTrackParser
-
- onStartElement() - Method in class de.westnordost.osmapi.user.PermissionsParser
-
- onStartElement() - Method in class de.westnordost.osmapi.user.PreferencesParser
-
- onStartElement() - Method in class de.westnordost.osmapi.user.UserDetailsParser
-
- onStartElement() - Method in class de.westnordost.osmapi.user.UserInfoParser
-
- onStartModifications() - Method in interface de.westnordost.osmapi.map.changes.MapDataChangesHandler
-
- onStartModifications() - Method in class de.westnordost.osmapi.map.changes.SimpleMapDataChangesHandler
-
- onTextNode(String) - Method in class de.westnordost.osmapi.common.XmlParser
-
- openChangeset(Map<String, String>) - Method in class de.westnordost.osmapi.map.MapDataDao
-
Open a new changeset with the given tags
- OsmApiErrorFactory - Class in de.westnordost.osmapi
-
Static factory that creates the OsmApiExceptions from the HTTP response code and message
- OsmApiErrorFactory() - Constructor for class de.westnordost.osmapi.OsmApiErrorFactory
-
- OsmApiException - Exception in de.westnordost.osmapi.common.errors
-
Thrown when the OSM Api returns a HTTP error.
- OsmApiException(Throwable) - Constructor for exception de.westnordost.osmapi.common.errors.OsmApiException
-
- OsmApiException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmApiException
-
- OsmApiReadResponseException - Exception in de.westnordost.osmapi.common.errors
-
An error occured while parsing the response of an Osm Api call
- OsmApiReadResponseException(Exception) - Constructor for exception de.westnordost.osmapi.common.errors.OsmApiReadResponseException
-
- OsmAuthorizationException - Exception in de.westnordost.osmapi.common.errors
-
Thrown when the user is blocked, did not agree to the terms, his OAuth token does not have this
capability, he has not the necessary rights (i.e.
- OsmAuthorizationException(Throwable) - Constructor for exception de.westnordost.osmapi.common.errors.OsmAuthorizationException
-
- OsmAuthorizationException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmAuthorizationException
-
- OsmBadUserInputException - Exception in de.westnordost.osmapi.common.errors
-
- OsmBadUserInputException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmBadUserInputException
-
- OsmConflictException - Exception in de.westnordost.osmapi.common.errors
-
Thrown when an action fails because the precondition changed on server side.
- OsmConflictException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmConflictException
-
- OsmConnection - Class in de.westnordost.osmapi
-
Talks with the
OpenStreetMap API 0.6,
acts as a basis for data access objects for openstreetmap data accessible through the API.
- OsmConnection(String, String, OAuthConsumer, Integer) - Constructor for class de.westnordost.osmapi.OsmConnection
-
Create a new OsmConnection with the given preferences
- OsmConnection(String, String, OAuthConsumer) - Constructor for class de.westnordost.osmapi.OsmConnection
-
- OsmConnection(String, String) - Constructor for class de.westnordost.osmapi.OsmConnection
-
- OsmConnectionException - Exception in de.westnordost.osmapi.common.errors
-
(A proper) connection to the server cannot be established for some reason.
- OsmConnectionException(Throwable) - Constructor for exception de.westnordost.osmapi.common.errors.OsmConnectionException
-
- OsmConnectionException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmConnectionException
-
- OsmElement - Class in de.westnordost.osmapi.map.data
-
Base class for the osm primitives nodes, ways and relations
- OsmElement(long, int, Map<String, String>) - Constructor for class de.westnordost.osmapi.map.data.OsmElement
-
- OsmElement(long, int, Map<String, String>, Changeset, Date) - Constructor for class de.westnordost.osmapi.map.data.OsmElement
-
- OsmLatLon - Class in de.westnordost.osmapi.map.data
-
A geo position (without height) implemented using two fixed 1E7 integers, meaning that the
maximum precision is limited to 7 decimal points.
- OsmLatLon(double, double) - Constructor for class de.westnordost.osmapi.map.data.OsmLatLon
-
- OsmMapDataFactory - Class in de.westnordost.osmapi.map
-
- OsmMapDataFactory() - Constructor for class de.westnordost.osmapi.map.OsmMapDataFactory
-
- OsmNode - Class in de.westnordost.osmapi.map.data
-
- OsmNode(long, int, Double, Double, Map<String, String>, Changeset, Date) - Constructor for class de.westnordost.osmapi.map.data.OsmNode
-
- OsmNode(long, int, LatLon, Map<String, String>, Changeset, Date) - Constructor for class de.westnordost.osmapi.map.data.OsmNode
-
- OsmNode(long, int, Double, Double, Map<String, String>) - Constructor for class de.westnordost.osmapi.map.data.OsmNode
-
- OsmNode(long, int, LatLon, Map<String, String>) - Constructor for class de.westnordost.osmapi.map.data.OsmNode
-
- OsmNotFoundException - Exception in de.westnordost.osmapi.common.errors
-
Thrown when an action fails because the element does not exist
- OsmNotFoundException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmNotFoundException
-
- OsmQueryTooBigException - Exception in de.westnordost.osmapi.common.errors
-
Thrown when trying to request an area that is either too big or contains too much data.
- OsmQueryTooBigException(OsmApiException) - Constructor for exception de.westnordost.osmapi.common.errors.OsmQueryTooBigException
-
- OsmQueryTooBigException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmQueryTooBigException
-
- OsmRelation - Class in de.westnordost.osmapi.map.data
-
- OsmRelation(long, int, List<RelationMember>, Map<String, String>, Changeset, Date) - Constructor for class de.westnordost.osmapi.map.data.OsmRelation
-
- OsmRelation(long, int, List<RelationMember>, Map<String, String>) - Constructor for class de.westnordost.osmapi.map.data.OsmRelation
-
- OsmRelationMember - Class in de.westnordost.osmapi.map.data
-
- OsmRelationMember(long, String, Element.Type) - Constructor for class de.westnordost.osmapi.map.data.OsmRelationMember
-
- OsmServiceUnavailableException - Exception in de.westnordost.osmapi.common.errors
-
Thrown when an API request failed because the server responded that the service is not
available (i.e.
- OsmServiceUnavailableException(int, String, String) - Constructor for exception de.westnordost.osmapi.common.errors.OsmServiceUnavailableException
-
- OsmTags - Class in de.westnordost.osmapi.map.data
-
Represent the tags for any osm element.
- OsmTags(Map<String, String>) - Constructor for class de.westnordost.osmapi.map.data.OsmTags
-
- OsmWay - Class in de.westnordost.osmapi.map.data
-
- OsmWay(long, int, List<Long>, Map<String, String>, Changeset, Date) - Constructor for class de.westnordost.osmapi.map.data.OsmWay
-
- OsmWay(long, int, List<Long>, Map<String, String>) - Constructor for class de.westnordost.osmapi.map.data.OsmWay
-
- OsmXmlDateFormat - Class in de.westnordost.osmapi.common
-
Format used to represent dates within the OSM Api 0.6 (except notes)
- OsmXmlDateFormat() - Constructor for class de.westnordost.osmapi.common.OsmXmlDateFormat
-
- valueOf(String) - Static method in enum de.westnordost.osmapi.capabilities.Capabilities.ApiStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.westnordost.osmapi.map.data.Element.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.westnordost.osmapi.notes.Note.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.westnordost.osmapi.notes.NoteComment.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.westnordost.osmapi.traces.GpsTraceDetails.Visibility
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.westnordost.osmapi.capabilities.Capabilities.ApiStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.westnordost.osmapi.map.data.Element.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class de.westnordost.osmapi.map.data.ModificationAwareMap
-
- values() - Static method in enum de.westnordost.osmapi.notes.Note.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.westnordost.osmapi.notes.NoteComment.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.westnordost.osmapi.traces.GpsTraceDetails.Visibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visibility - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
-