- GENERIC_ERROR - Static variable in class io.georocket.ServerAPIException
A generic error occurred, see reason for details
- GeoJsonChunkMeta - Class in io.georocket.storage
Metadata for a GeoJSON chunk
- GeoJsonChunkMeta(String, String, int, int) - Constructor for class io.georocket.storage.GeoJsonChunkMeta
Create a new metadata object
- GeoJsonChunkMeta(JsonObject) - Constructor for class io.georocket.storage.GeoJsonChunkMeta
Create a new metadata object from a JsonObject
- GeoJsonChunkMeta(String, JsonChunkMeta) - Constructor for class io.georocket.storage.GeoJsonChunkMeta
Makes a copy of the given
JsonChunkMeta
object but assigns a GeoJSON object type
- geoShapeQuery(String, JsonObject, String) - Static method in class io.georocket.query.ElasticsearchQueryHelper
Create a query that looks for documents matching a geo shape
- get(String, String, Handler<AsyncResult<StoreCursor>>) - Method in interface io.georocket.storage.Store
Get a number of chunks from the store using quick-search
- getAttributeCount() - Method in class io.georocket.util.XMLStartElement
-
- getAttributeLocalName(int) - Method in class io.georocket.util.XMLStartElement
Get the local name of an attribute at a given position
- getAttributePrefix(int) - Method in class io.georocket.util.XMLStartElement
Get an attribute prefix at a given position
- getAttributeValue(int) - Method in class io.georocket.util.XMLStartElement
Get an attribute value at a given position
- getAttributeValues(String, String, String, Handler<AsyncResult<AsyncCursor<String>>>) - Method in interface io.georocket.storage.Store
Get all values for the specified attribute
- getChunkPath() - Method in interface io.georocket.storage.StoreCursor
-
- getComparisonOperator() - Method in class io.georocket.query.KeyValueQueryPart
Get the comparison operator
- getCorrelationId() - Method in class io.georocket.storage.IndexMeta
-
- getCurrentHits() - Method in class io.georocket.storage.CursorInfo
-
- getCurrentValue() - Method in class io.georocket.util.JsonStreamEvent
-
- getEnd() - Method in class io.georocket.storage.ChunkMeta
-
- getEndpointPath(RoutingContext) - Static method in interface io.georocket.http.Endpoint
Get absolute data store path from request
- getEvent() - Method in class io.georocket.util.JsonStreamEvent
-
- getEvent() - Method in class io.georocket.util.XMLStreamEvent
-
- getFallbackCRSString() - Method in class io.georocket.storage.IndexMeta
-
- getFilename() - Method in class io.georocket.storage.IndexMeta
-
- getInfo() - Method in interface io.georocket.storage.StoreCursor
-
- getKey() - Method in class io.georocket.query.KeyValueQueryPart
Get the key of the property to compare to
- getLocalName() - Method in class io.georocket.util.XMLStartElement
-
- getMapping() - Method in interface io.georocket.index.IndexerFactory
-
- getMimeType() - Method in class io.georocket.storage.ChunkMeta
-
- getMountPoint() - Method in interface io.georocket.http.Endpoint
Return the path prefix where the endpoint should be mounted
- getName() - Method in class io.georocket.util.XMLStartElement
-
- getNamespaceCount() - Method in class io.georocket.util.XMLStartElement
-
- getNamespacePrefix(int) - Method in class io.georocket.util.XMLStartElement
Get a namespace prefix at a given position
- getNamespaceUri(int) - Method in class io.georocket.util.XMLStartElement
Get a namespace URI at a given position
- getOne(String, Handler<AsyncResult<ChunkReadStream>>) - Method in interface io.georocket.storage.Store
Get a chunk from the store.
- getParentFieldName() - Method in class io.georocket.storage.JsonChunkMeta
-
- getParents() - Method in class io.georocket.storage.XMLChunkMeta
-
- getPos() - Method in class io.georocket.util.StreamEvent
-
- getPrefix() - Method in class io.georocket.util.XMLStartElement
-
- getProperties() - Method in class io.georocket.storage.IndexMeta
-
- getPropertyValues(String, String, String, Handler<AsyncResult<AsyncCursor<String>>>) - Method in interface io.georocket.storage.Store
Get all values for the specified property
- getQueryPriority(String) - Method in interface io.georocket.query.QueryCompiler
- getQueryPriority(QueryPart) - Method in interface io.georocket.query.QueryCompiler
- getResult() - Method in interface io.georocket.index.Indexer
Will be called when the whole chunk has been passed to the indexer
- getScrollId() - Method in class io.georocket.storage.CursorInfo
-
- getSearchString() - Method in class io.georocket.query.StringQueryPart
Get the search string
- getSize() - Method in interface io.georocket.storage.ChunkReadStream
-
- getStart() - Method in class io.georocket.storage.ChunkMeta
-
- getStatusCode() - Method in exception io.georocket.util.HttpException
-
- getStatusMessage() - Method in exception io.georocket.util.HttpException
-
- getTags() - Method in class io.georocket.storage.IndexMeta
-
- getTimestamp() - Method in class io.georocket.storage.IndexMeta
-
- getTotalHits() - Method in class io.georocket.storage.CursorInfo
-
- getType() - Method in class io.georocket.ServerAPIException
Get the exception type
- getType() - Method in class io.georocket.storage.GeoJsonChunkMeta
-
- getValue() - Method in class io.georocket.query.KeyValueQueryPart
Get the value to compare to
- getXMLReader() - Method in class io.georocket.util.XMLStreamEvent
-
- gteQuery(String, Object) - Static method in class io.georocket.query.ElasticsearchQueryHelper
Create a term query to compare a field to a value using greater than or equal to as operator.
- gtQuery(String, Object) - Static method in class io.georocket.query.ElasticsearchQueryHelper
Create a term query to compare a field to a value using greater than as operator.