public class Capabilities
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Capabilities.ApiStatus |
| Modifier and Type | Field and Description |
|---|---|
Capabilities.ApiStatus |
databaseStatus |
Capabilities.ApiStatus |
gpsTracesStatus |
java.util.List<java.lang.String> |
imageryBlacklistRegExes
list of regular expressions to match URLs from which the use of imagery is prohibited
explicitly by the API.
|
Capabilities.ApiStatus |
mapDataStatus |
int |
maxElementsPerChangeset |
float |
maxMapQueryAreaInSquareDegrees |
int |
maxNodesInWay |
float |
maxNotesQueryAreaInSquareDegrees |
int |
maxPointsInGpsTracePerPage
See http://wiki.openstreetmap.org/wiki/API_v0.6#Retrieving_GPS_points
|
float |
maxSupportedApiVersion |
float |
minSupportedApiVersion |
int |
timeoutInSeconds |
| Constructor and Description |
|---|
Capabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDatabaseReadable() |
boolean |
isDatabaseWritable() |
boolean |
isGpsTracesReadable() |
boolean |
isGpsTracesUploadable() |
boolean |
isMapDataModifiable() |
boolean |
isMapDataReadable() |
public float minSupportedApiVersion
public float maxSupportedApiVersion
public float maxMapQueryAreaInSquareDegrees
public float maxNotesQueryAreaInSquareDegrees
public int maxNodesInWay
public int maxPointsInGpsTracePerPage
public int maxElementsPerChangeset
public int timeoutInSeconds
public Capabilities.ApiStatus databaseStatus
public Capabilities.ApiStatus mapDataStatus
public Capabilities.ApiStatus gpsTracesStatus
public java.util.List<java.lang.String> imageryBlacklistRegExes
public boolean isDatabaseWritable()
public boolean isDatabaseReadable()
public boolean isMapDataModifiable()
public boolean isMapDataReadable()
public boolean isGpsTracesUploadable()
public boolean isGpsTracesReadable()