A B C D E F G H I J L M N O P S T U V W

A

AttributeType - Enum in com.arcao.geocaching.api.data.type
 

B

Base64 - Class in com.arcao.geocaching.api.util
Utilities for encoding and decoding the Base64 representation of binary data.
Base64OutputStream - Class in com.arcao.geocaching.api.util
An OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream.
Base64OutputStream(OutputStream, int) - Constructor for class com.arcao.geocaching.api.util.Base64OutputStream
Performs Base64 encoding on the data written to the stream, writing the encoded data to another OutputStream.
Base64OutputStream(OutputStream, int, boolean) - Constructor for class com.arcao.geocaching.api.util.Base64OutputStream
Performs Base64 encoding or decoding on the data written to the stream, writing the encoded/decoded data to another OutputStream.
BASE_URL - Static variable in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
beginArray() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginObject() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.

C

CacheCodeFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
CacheCodeFilter(String...) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.CacheCodeFilter
 
CacheLog - Class in com.arcao.geocaching.api.data
CacheLog class keep all information cache log.
CacheLog(Date, LogType, String, String) - Constructor for class com.arcao.geocaching.api.data.CacheLog
Create a new instance of cache log and fill it with data
CacheLogJsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
CacheLogJsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.CacheLogJsonParser
 
caches - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.CacheCodeFilter
 
CacheType - Enum in com.arcao.geocaching.api.data.type
 
cacheTypes - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheTypeFilter
 
callGet(String) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
callPost(String, String) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
checkError(JsonReader) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
close() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in class com.arcao.geocaching.api.util.Base64OutputStream
 
closeSession() - Method in class com.arcao.geocaching.api.GeocachingApi
Close current used session
closeSession() - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
com.arcao.geocaching.api - package com.arcao.geocaching.api
 
com.arcao.geocaching.api.data - package com.arcao.geocaching.api.data
 
com.arcao.geocaching.api.data.type - package com.arcao.geocaching.api.data.type
 
com.arcao.geocaching.api.exception - package com.arcao.geocaching.api.exception
 
com.arcao.geocaching.api.impl - package com.arcao.geocaching.api.impl
 
com.arcao.geocaching.api.impl.live_geocaching_api - package com.arcao.geocaching.api.impl.live_geocaching_api
 
com.arcao.geocaching.api.impl.live_geocaching_api.builder - package com.arcao.geocaching.api.impl.live_geocaching_api.builder
 
com.arcao.geocaching.api.impl.live_geocaching_api.exception - package com.arcao.geocaching.api.impl.live_geocaching_api.exception
 
com.arcao.geocaching.api.impl.live_geocaching_api.filter - package com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
com.arcao.geocaching.api.impl.live_geocaching_api.parser - package com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
com.arcao.geocaching.api.util - package com.arcao.geocaching.api.util
 
concatenate(Object[]) - Static method in class com.arcao.geocaching.api.util.StringUtils
Deprecated. Use the better named StringUtils.join(Object[]) instead. Method will be removed in Commons Lang 3.0.
consumerKey - Variable in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
ContainerType - Enum in com.arcao.geocaching.api.data.type
 
createFieldNoteAndPublish(String, LogType, Date, String, boolean, ImageData, boolean) - Method in class com.arcao.geocaching.api.GeocachingApi
Create field note and publish them or store them to list of Field notes on Geocaching site.
createFieldNoteAndPublish(FieldNote, boolean, ImageData, boolean) - Method in class com.arcao.geocaching.api.GeocachingApi
Create field note and publish them or store them to list of Field notes on Geocaching site.
createFieldNoteAndPublish(String, LogType, Date, String, boolean, ImageData, boolean) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
CRLF - Static variable in class com.arcao.geocaching.api.util.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.

D

DATE_FORMAT - Static variable in class com.arcao.geocaching.api.data.FieldNote
 
dateToJsonString(Date) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.builder.JsonBuilder
Convert Date object to JSON date notation
decode(String, int) - Static method in class com.arcao.geocaching.api.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - Static method in class com.arcao.geocaching.api.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class com.arcao.geocaching.api.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
DEFAULT - Static variable in class com.arcao.geocaching.api.util.Base64
Default values for encoder/decoder flags.
DifficultyFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
DifficultyFilter(float, float) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
distanceInMeters - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 

E

EMPTY - Static variable in class com.arcao.geocaching.api.util.StringUtils
The empty String "".
encode(byte[], int) - Static method in class com.arcao.geocaching.api.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class com.arcao.geocaching.api.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeToString(byte[], int) - Static method in class com.arcao.geocaching.api.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class com.arcao.geocaching.api.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
endArray() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endObject() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
exceptionDetails - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser.Status
 

F

FieldNote - Class in com.arcao.geocaching.api.data
 
FieldNote(String, Date, LogType, String) - Constructor for class com.arcao.geocaching.api.data.FieldNote
 
Filter - Interface in com.arcao.geocaching.api.impl.live_geocaching_api.filter
Interface for all filters used in GeocachingApi.searchForGeocaches(boolean, int, int, int, Filter[]) method.
fromInputStream(String, String, String, InputStream) - Static method in class com.arcao.geocaching.api.data.ImageData
 

G

Geocache - Class in com.arcao.geocaching.api.data
 
Geocache(String, String, double, double, CacheType, float, float, String, String, boolean, boolean, boolean, Date, String, ContainerType, int, boolean, String, String, String, String, String, List<CacheLog>, List<Trackable>, List<Waypoint>, List<AttributeType>, List<UserWaypoint>) - Constructor for class com.arcao.geocaching.api.data.Geocache
 
GeocacheExclusionsFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
GeocacheExclusionsFilter(Boolean, Boolean, Boolean) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheExclusionsFilter
 
GeocacheJsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
GeocacheJsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.GeocacheJsonParser
 
GeocacheTypeFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
GeocacheTypeFilter(CacheType[]) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheTypeFilter
 
GeocachingApi - Class in com.arcao.geocaching.api
Abstract class of Geocaching API
GeocachingApi() - Constructor for class com.arcao.geocaching.api.GeocachingApi
 
GeocachingApiException - Exception in com.arcao.geocaching.api.exception
 
GeocachingApiException(String) - Constructor for exception com.arcao.geocaching.api.exception.GeocachingApiException
 
GeocachingApiException(String, Throwable) - Constructor for exception com.arcao.geocaching.api.exception.GeocachingApiException
 
getAttributes() - Method in class com.arcao.geocaching.api.data.Geocache
 
getAuthor() - Method in class com.arcao.geocaching.api.data.CacheLog
Get an author of log
getAuthorGuid() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getAuthorName() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getAvatarUrl() - Method in class com.arcao.geocaching.api.data.User
 
getCache(String, int, int) - Method in class com.arcao.geocaching.api.GeocachingApi
Get a full information about cache.
getCacheCode() - Method in class com.arcao.geocaching.api.data.FieldNote
 
getCacheCode() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getCacheCode() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getCacheLogs() - Method in class com.arcao.geocaching.api.data.Geocache
 
getCacheLogsByCacheCode(String, int, int) - Method in class com.arcao.geocaching.api.GeocachingApi
Get a list of cache logs in given cache.
getCacheLogsByCacheCode(String, int, int) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
getCaches() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.CacheCodeFilter
 
getCacheSimple(String) - Method in class com.arcao.geocaching.api.GeocachingApi
Get a basic information about cache.
getCacheType() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getCode() - Method in enum com.arcao.geocaching.api.impl.live_geocaching_api.StatusCode
 
getContactName() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getContainerType() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getCountryName() - Method in class com.arcao.geocaching.api.data.Geocache
 
getCreated() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getCurrentCacheCode() - Method in class com.arcao.geocaching.api.data.Trackable
 
getCurrentHolderUserName() - Method in class com.arcao.geocaching.api.data.Trackable
 
getDate() - Method in class com.arcao.geocaching.api.data.CacheLog
Get a date when the cache was found
getDate() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getDateLogged() - Method in class com.arcao.geocaching.api.data.FieldNote
 
getDescription() - Method in class com.arcao.geocaching.api.data.ImageData
 
getDescription() - Method in class com.arcao.geocaching.api.data.Trackable
 
getDescription() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getDifficultyRating() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getDistanceInMeters() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 
getExceptionDetails() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser.Status
 
getFindCount() - Method in class com.arcao.geocaching.api.data.User
 
getFriendlyName() - Method in enum com.arcao.geocaching.api.data.type.CacheType
 
getFriendlyName() - Method in enum com.arcao.geocaching.api.data.type.ContainerType
 
getFriendlyName() - Method in enum com.arcao.geocaching.api.data.type.LogType
 
getFriendlyName() - Method in enum com.arcao.geocaching.api.data.type.MemberType
 
getFriendlyName() - Method in enum com.arcao.geocaching.api.data.type.WayPointType
 
getGoal() - Method in class com.arcao.geocaching.api.data.Trackable
 
getGroundSpeakId() - Method in enum com.arcao.geocaching.api.data.type.CacheType
 
getGroundSpeakId() - Method in enum com.arcao.geocaching.api.data.type.ContainerType
 
getGroundSpeakId() - Method in enum com.arcao.geocaching.api.data.type.MemberType
 
getGuid() - Method in class com.arcao.geocaching.api.data.Trackable
 
getHideCount() - Method in class com.arcao.geocaching.api.data.User
 
getHint() - Method in class com.arcao.geocaching.api.data.Geocache
 
getHomeCoordinates() - Method in class com.arcao.geocaching.api.data.User
 
getIconName() - Method in enum com.arcao.geocaching.api.data.type.WayPointType
 
getIconName() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getId() - Method in enum com.arcao.geocaching.api.data.type.AttributeType
 
getId() - Method in enum com.arcao.geocaching.api.data.type.WayPointType
 
getId() - Method in class com.arcao.geocaching.api.data.User
 
getId() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getImageUrl() - Method in enum com.arcao.geocaching.api.data.type.AttributeType
 
getLatitude() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getLatitude() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getLatitude() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getLatitude() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 
getLogType() - Method in class com.arcao.geocaching.api.data.CacheLog
Get a type of log
getLogType() - Method in class com.arcao.geocaching.api.data.FieldNote
 
getLongDescription() - Method in class com.arcao.geocaching.api.data.Geocache
 
getLongitude() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getLongitude() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getLongitude() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getLongitude() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 
getLookupCode() - Method in class com.arcao.geocaching.api.data.Trackable
 
getMax() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
getMax() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 
getMemberType() - Method in class com.arcao.geocaching.api.data.User
 
getMin() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
getMin() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 
getMobileUrl() - Method in class com.arcao.geocaching.api.data.ImageData
 
getMoreGeocaches(boolean, int, int, int, int) - Method in class com.arcao.geocaching.api.GeocachingApi
 
getMoreGeocaches(boolean, int, int, int, int) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
getName() - Method in class com.arcao.geocaching.api.data.ImageData
 
getName() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getName() - Method in class com.arcao.geocaching.api.data.Trackable
 
getName() - Method in enum com.arcao.geocaching.api.data.type.AttributeType
 
getName() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.CacheCodeFilter
 
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
getName() - Method in interface com.arcao.geocaching.api.impl.live_geocaching_api.filter.Filter
Get a name of filter
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheExclusionsFilter
 
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheTypeFilter
 
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotFoundByUsersFilter
 
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotHiddenByUsersFilter
 
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 
getName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 
getNote() - Method in class com.arcao.geocaching.api.data.FieldNote
 
getNote() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getOwnerUserName() - Method in class com.arcao.geocaching.api.data.Trackable
 
getPublicGuid() - Method in class com.arcao.geocaching.api.data.User
 
getSession() - Method in class com.arcao.geocaching.api.GeocachingApi
Gets a session id for current logged user
getShortDescription() - Method in class com.arcao.geocaching.api.data.Geocache
 
getStateName() - Method in class com.arcao.geocaching.api.data.Geocache
 
getStatusCode() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser.Status
 
getStatusMessage() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser.Status
 
getTerrainRating() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getText() - Method in class com.arcao.geocaching.api.data.CacheLog
Get a text of log
getThumbUrl() - Method in class com.arcao.geocaching.api.data.ImageData
 
getTime() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getTrackable(String, int) - Method in class com.arcao.geocaching.api.GeocachingApi
Get a trackable object for given trackable code.
getTrackable(String, int) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
getTrackableCount() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
getTrackablePage() - Method in class com.arcao.geocaching.api.data.Trackable
 
getTrackablesByCacheCode(String, int, int, int) - Method in class com.arcao.geocaching.api.GeocachingApi
Get a list of trackables which is currently placed in a cache.
getTrackablesByCacheCode(String, int, int, int) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
getTrackableTypeImage() - Method in class com.arcao.geocaching.api.data.Trackable
 
getTrackableTypeName() - Method in class com.arcao.geocaching.api.data.Trackable
 
getTrackingNumber() - Method in class com.arcao.geocaching.api.data.Trackable
 
getTravelBugs() - Method in class com.arcao.geocaching.api.data.Geocache
 
getUrl() - Method in class com.arcao.geocaching.api.data.ImageData
 
getUser() - Method in class com.arcao.geocaching.api.data.UserProfile
 
getUserId() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getUserName() - Method in class com.arcao.geocaching.api.data.User
 
getUserNames() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotFoundByUsersFilter
 
getUserWaypointCode(int) - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
getUserWaypoints() - Method in class com.arcao.geocaching.api.data.Geocache
 
getWaypointGeoCode() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getWaypoints() - Method in class com.arcao.geocaching.api.data.Geocache
 
getWayPointType() - Method in class com.arcao.geocaching.api.data.Waypoint
 
getYourUserProfile(boolean, boolean, boolean, boolean, boolean) - Method in class com.arcao.geocaching.api.GeocachingApi
Get a information about user
getYourUserProfile(boolean, boolean, boolean, boolean, boolean) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 

H

hasNext() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns true if the current array or object has another element.

I

ImageData - Class in com.arcao.geocaching.api.data
 
ImageData(String, String, String, String, String) - Constructor for class com.arcao.geocaching.api.data.ImageData
 
InvalidCredentialsException - Exception in com.arcao.geocaching.api.exception
 
InvalidCredentialsException(String) - Constructor for exception com.arcao.geocaching.api.exception.InvalidCredentialsException
 
InvalidSessionException - Exception in com.arcao.geocaching.api.exception
 
InvalidSessionException(String) - Constructor for exception com.arcao.geocaching.api.exception.InvalidSessionException
 
isAdmin() - Method in class com.arcao.geocaching.api.data.User
 
isArchived() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
isAvailable() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
isFound() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
isLenient() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns true if this parser is liberal in what it accepts.
isOn() - Method in enum com.arcao.geocaching.api.data.type.AttributeType
 
isPremiumListing() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
isSessionValid() - Method in class com.arcao.geocaching.api.GeocachingApi
Check if current used session is still valid
isSessionValid() - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.CacheCodeFilter
 
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
isValid() - Method in interface com.arcao.geocaching.api.impl.live_geocaching_api.filter.Filter
Is filter valid, mean can be used?
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheExclusionsFilter
 
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheTypeFilter
 
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotFoundByUsersFilter
 
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotHiddenByUsersFilter
 
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 
isValid() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 

J

join(Object[]) - Static method in class com.arcao.geocaching.api.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char) - Static method in class com.arcao.geocaching.api.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String) - Static method in class com.arcao.geocaching.api.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Iterator, char) - Static method in class com.arcao.geocaching.api.util.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterator, String) - Static method in class com.arcao.geocaching.api.util.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
JsonBuilder - Class in com.arcao.geocaching.api.impl.live_geocaching_api.builder
Helper class during JSON serializing process
JsonBuilder() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.builder.JsonBuilder
 
JsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
JsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
JsonReader - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
JsonReader(Reader) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
 
JsonSerializable - Interface in com.arcao.geocaching.api.impl.live_geocaching_api.builder
This interface must implement all classes which can be serializable to JSON.

L

latitude - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 
licenseKey - Variable in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
LiveGeocachingApi - Class in com.arcao.geocaching.api.impl
Implementation of Life Geocaching Api provided by Groundspeak.
LiveGeocachingApi(String, String) - Constructor for class com.arcao.geocaching.api.impl.LiveGeocachingApi
Create a new instance of LiveGeocachingApi with specified consumer key and license key.
LiveGeocachingApiException - Exception in com.arcao.geocaching.api.impl.live_geocaching_api.exception
 
LiveGeocachingApiException(StatusCode, String) - Constructor for exception com.arcao.geocaching.api.impl.live_geocaching_api.exception.LiveGeocachingApiException
 
LogType - Enum in com.arcao.geocaching.api.data.type
 
longitude - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 

M

maskPassword(String) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
max - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
max - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 
MemberType - Enum in com.arcao.geocaching.api.data.type
 
min - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
min - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 

N

nextBoolean() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns the boolean value of the next token, consuming it.
nextBoolean(boolean) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
 
nextDouble() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns the double value of the next token, consuming it.
nextDouble(double) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
 
nextInt() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns the int value of the next token, consuming it.
nextInt(int) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
 
nextLong() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns the long value of the next token, consuming it.
nextLong(long) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
 
nextName() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextString() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns the string value of the next token, consuming it.
nextString(String) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
 
NO_CLOSE - Static variable in class com.arcao.geocaching.api.util.Base64
Flag to pass to Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_PADDING - Static variable in class com.arcao.geocaching.api.util.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - Static variable in class com.arcao.geocaching.api.util.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
NotFoundByUsersFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
NotFoundByUsersFilter(String...) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotFoundByUsersFilter
 
NotHiddenByUsersFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
NotHiddenByUsersFilter(String...) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotHiddenByUsersFilter
 

O

openSession(String) - Method in class com.arcao.geocaching.api.GeocachingApi
Open a session with giving session id of already logged-in user
openSession(String, String) - Method in class com.arcao.geocaching.api.GeocachingApi
Open a new session and log-in user
openSession(String, String) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 

P

parse(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.CacheLogJsonParser
 
parse(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.GeocacheJsonParser
 
parse(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.SimpleGeocacheJsonParser
 
parse(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser
 
parse(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.TrackableJsonParser
 
parse(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.UserWaypointsJsonParser
 
parse(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.WaypointJsonParser
 
parseAttributeTypeByGroundSpeakId(int, boolean) - Static method in enum com.arcao.geocaching.api.data.type.AttributeType
 
parseAttributte(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseAttributteList(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseCacheType(String) - Static method in enum com.arcao.geocaching.api.data.type.CacheType
 
parseCacheType(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseCacheTypeByGroundSpeakId(int) - Static method in enum com.arcao.geocaching.api.data.type.CacheType
 
parseContainerType(String) - Static method in enum com.arcao.geocaching.api.data.type.ContainerType
 
parseContainerType(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseContainerTypeByGroundSpeakId(int) - Static method in enum com.arcao.geocaching.api.data.type.ContainerType
 
parseHomeCoordinates(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseJsonDate(String) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseLine(String) - Static method in class com.arcao.geocaching.api.data.FieldNote
 
parseList(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.CacheLogJsonParser
 
parseList(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.GeocacheJsonParser
 
parseList(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.SimpleGeocacheJsonParser
 
parseList(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.TrackableJsonParser
 
parseList(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.UserWaypointsJsonParser
 
parseList(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.WaypointJsonParser
 
parseLogType(String) - Static method in enum com.arcao.geocaching.api.data.type.LogType
 
parseLogType(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.CacheLogJsonParser
 
parseMemberType(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseMemeberTypeByGroundSpeakId(int) - Static method in enum com.arcao.geocaching.api.data.type.MemberType
 
parseStatusCode(int) - Static method in enum com.arcao.geocaching.api.impl.live_geocaching_api.StatusCode
 
parseUser(JsonReader) - Static method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
 
parseWayPointType(String) - Static method in enum com.arcao.geocaching.api.data.type.WayPointType
 
peek() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Returns the type of the next token without consuming it.
PointRadiusFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
PointRadiusFilter(double, double, long) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 

S

safeNote(String) - Static method in class com.arcao.geocaching.api.data.FieldNote
 
searchForGeocaches(boolean, int, int, int, Filter[]) - Method in class com.arcao.geocaching.api.GeocachingApi
Search for geocaches and return list of found.
searchForGeocaches(boolean, int, int, int, Filter[]) - Method in class com.arcao.geocaching.api.impl.LiveGeocachingApi
 
session - Variable in class com.arcao.geocaching.api.GeocachingApi
 
setLenient(boolean) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Configure this parser to be be liberal in what it accepts.
SimpleGeocache - Class in com.arcao.geocaching.api.data
 
SimpleGeocache(String, String, double, double, CacheType, float, float, String, String, boolean, boolean, boolean, Date, String, ContainerType, int, boolean) - Constructor for class com.arcao.geocaching.api.data.SimpleGeocache
 
SimpleGeocacheJsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
SimpleGeocacheJsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.SimpleGeocacheJsonParser
 
skipValue() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
Skips the next value recursively.
statusCode - Variable in exception com.arcao.geocaching.api.impl.live_geocaching_api.exception.LiveGeocachingApiException
 
statusCode - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser.Status
 
StatusCode - Enum in com.arcao.geocaching.api.impl.live_geocaching_api
 
StatusJsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
StatusJsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser
 
StatusJsonParser.Status - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
StatusJsonParser.Status() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser.Status
 
statusMessage - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.StatusJsonParser.Status
 
StringUtils - Class in com.arcao.geocaching.api.util
This is a part of original StringUtils.java from Apache Commons lib.
StringUtils() - Constructor for class com.arcao.geocaching.api.util.StringUtils
 

T

TerrainFilter - Class in com.arcao.geocaching.api.impl.live_geocaching_api.filter
 
TerrainFilter(float, float) - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 
toString() - Method in class com.arcao.geocaching.api.data.CacheLog
 
toString() - Method in class com.arcao.geocaching.api.data.FieldNote
 
toString() - Method in class com.arcao.geocaching.api.data.Geocache
 
toString() - Method in class com.arcao.geocaching.api.data.SimpleGeocache
 
toString() - Method in class com.arcao.geocaching.api.data.Trackable
 
toString() - Method in enum com.arcao.geocaching.api.data.type.CacheType
 
toString() - Method in enum com.arcao.geocaching.api.data.type.ContainerType
 
toString() - Method in enum com.arcao.geocaching.api.data.type.LogType
 
toString() - Method in enum com.arcao.geocaching.api.data.type.WayPointType
 
toString() - Method in class com.arcao.geocaching.api.data.User
 
toString() - Method in class com.arcao.geocaching.api.data.UserProfile
 
toString() - Method in class com.arcao.geocaching.api.data.UserWaypoint
 
toString() - Method in class com.arcao.geocaching.api.data.Waypoint
 
toString() - Method in exception com.arcao.geocaching.api.impl.live_geocaching_api.exception.LiveGeocachingApiException
 
toString() - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonReader
 
Trackable - Class in com.arcao.geocaching.api.data
 
Trackable(String, String, String, String, String, String, String, String, String, String) - Constructor for class com.arcao.geocaching.api.data.Trackable
 
Trackable(String, String, String, String) - Constructor for class com.arcao.geocaching.api.data.Trackable
 
Trackable(String, String, String) - Constructor for class com.arcao.geocaching.api.data.Trackable
 
TrackableJsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
TrackableJsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.TrackableJsonParser
 

U

URL_SAFE - Static variable in class com.arcao.geocaching.api.util.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
User - Class in com.arcao.geocaching.api.data
 
User(String, int, int, float[], long, boolean, MemberType, String, String) - Constructor for class com.arcao.geocaching.api.data.User
 
userNames - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotFoundByUsersFilter
 
userNames - Variable in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotHiddenByUsersFilter
 
UserProfile - Class in com.arcao.geocaching.api.data
 
UserProfile(User) - Constructor for class com.arcao.geocaching.api.data.UserProfile
 
UserWaypoint - Class in com.arcao.geocaching.api.data
 
UserWaypoint(String, String, long, double, double, Date, int) - Constructor for class com.arcao.geocaching.api.data.UserWaypoint
 
UserWaypointsJsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
UserWaypointsJsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.UserWaypointsJsonParser
 

V

valueOf(String) - Static method in enum com.arcao.geocaching.api.data.type.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcao.geocaching.api.data.type.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcao.geocaching.api.data.type.ContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcao.geocaching.api.data.type.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcao.geocaching.api.data.type.MemberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcao.geocaching.api.data.type.WayPointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcao.geocaching.api.impl.live_geocaching_api.StatusCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.arcao.geocaching.api.data.type.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcao.geocaching.api.data.type.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcao.geocaching.api.data.type.ContainerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcao.geocaching.api.data.type.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcao.geocaching.api.data.type.MemberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcao.geocaching.api.data.type.WayPointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcao.geocaching.api.impl.live_geocaching_api.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

Waypoint - Class in com.arcao.geocaching.api.data
 
Waypoint(double, double, Date, String, String, String, WayPointType) - Constructor for class com.arcao.geocaching.api.data.Waypoint
 
WaypointJsonParser - Class in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 
WaypointJsonParser() - Constructor for class com.arcao.geocaching.api.impl.live_geocaching_api.parser.WaypointJsonParser
 
WayPointType - Enum in com.arcao.geocaching.api.data.type
 
write(int) - Method in class com.arcao.geocaching.api.util.Base64OutputStream
 
write(byte[], int, int) - Method in class com.arcao.geocaching.api.util.Base64OutputStream
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.data.ImageData
 
writeJson(JsonWriter) - Method in interface com.arcao.geocaching.api.impl.live_geocaching_api.builder.JsonSerializable
Called during serialization process and must be implemented.
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.CacheCodeFilter
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.DifficultyFilter
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheExclusionsFilter
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.GeocacheTypeFilter
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotFoundByUsersFilter
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.NotHiddenByUsersFilter
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.PointRadiusFilter
 
writeJson(JsonWriter) - Method in class com.arcao.geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
 

A B C D E F G H I J L M N O P S T U V W

Copyright © 2012. All Rights Reserved.