Skip navigation links
C D G I P S U 

C

client - Variable in class io.georocket.client.GeoRocketClient
HTTP client used to connect to GeoRocket
close() - Method in class io.georocket.client.GeoRocketClient
Close this client and release all resources
configureRequest(HttpClientRequest) - Method in class io.georocket.client.StoreClient
Configure an HTTP request.

D

DEFAULT_HOST - Static variable in class io.georocket.client.GeoRocketClient
Default server host: "localhost"
DEFAULT_PORT - Static variable in class io.georocket.client.GeoRocketClient
Default server port: 63020
delete(String, Handler<AsyncResult<Void>>) - Method in class io.georocket.client.StoreClient
Delete chunks from the GeoRocket data store.
delete(String, String, Handler<AsyncResult<Void>>) - Method in class io.georocket.client.StoreClient
Delete chunks or layers from the GeoRocket data store.

G

GeoRocketClient - Class in io.georocket.client
Provides interface to perform operations against a GeoRocket server
GeoRocketClient(Vertx) - Constructor for class io.georocket.client.GeoRocketClient
Create a client connecting to GeoRocket running on "localhost":63020
GeoRocketClient(String, Vertx) - Constructor for class io.georocket.client.GeoRocketClient
Create a client connecting to GeoRocket running on the specified host and the default port 63020
GeoRocketClient(String, int, Vertx) - Constructor for class io.georocket.client.GeoRocketClient
Create a client connecting to GeoRocket running on the specified host and port
GeoRocketClient(HttpClientOptions, Vertx) - Constructor for class io.georocket.client.GeoRocketClient
Create a client connecting to GeoRocket running with specified options
GeoRocketClient(HttpClient) - Constructor for class io.georocket.client.GeoRocketClient
Create a client connecting to GeoRocket through the given HTTP client
getEndpoint() - Method in class io.georocket.client.StoreClient
Return the HTTP endpoint, the GeoRocket data store path at server side.
getStore() - Method in class io.georocket.client.GeoRocketClient
Create a new client accessing the GeoRocket data store

I

io.georocket.client - package io.georocket.client
 

P

prepareImport(String, Collection<String>) - Method in class io.georocket.client.StoreClient
Prepare an import.
prepareQuery(String, String) - Method in class io.georocket.client.StoreClient
Prepare a query.

S

search(Handler<AsyncResult<ReadStream<Buffer>>>) - Method in class io.georocket.client.StoreClient
Export the contents of the whole GeoRocket data store.
search(String, Handler<AsyncResult<ReadStream<Buffer>>>) - Method in class io.georocket.client.StoreClient
Search the GeoRocket data store and return a ReadStream of merged chunks matching the given criteria.
search(String, String, Handler<AsyncResult<ReadStream<Buffer>>>) - Method in class io.georocket.client.StoreClient
Search the GeoRocket data store and return a ReadStream of merged chunks matching the given criteria.
startImport(Handler<AsyncResult<Void>>) - Method in class io.georocket.client.StoreClient
Start importing data to GeoRocket.
startImport(String, Handler<AsyncResult<Void>>) - Method in class io.georocket.client.StoreClient
Start importing data to GeoRocket.
startImport(String, Collection<String>, Handler<AsyncResult<Void>>) - Method in class io.georocket.client.StoreClient
Start importing data to GeoRocket.
startImport(String, Collection<String>, long, Handler<AsyncResult<Void>>) - Method in class io.georocket.client.StoreClient
Start importing data to GeoRocket.
startImport(String, Collection<String>, Optional<Long>, Handler<AsyncResult<Void>>) - Method in class io.georocket.client.StoreClient
Start importing data to GeoRocket.
StoreClient - Class in io.georocket.client
A client connecting to the GeoRocket data store
StoreClient(HttpClient) - Constructor for class io.georocket.client.StoreClient
Construct a new store client using the given HTTP client

U

urlencode(String) - Method in class io.georocket.client.StoreClient
Convenience method to URL-encode a string
C D G I P S U 
Skip navigation links