Class FeatureIndexManager
java.lang.Object
mil.nga.geopackage.features.index.FeatureIndexManager
Feature Index Manager to manage indexing of feature geometries in both Android metadata and
within a GeoPackage using the Geometry Index Extension
- Since:
- 1.1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionFeatureIndexManager
(Context context, GeoPackage geoPackage, String featureTable) ConstructorFeatureIndexManager
(Context context, GeoPackage geoPackage, String featureTable, boolean geodesic) ConstructorFeatureIndexManager
(Context context, GeoPackage geoPackage, FeatureDao featureDao) ConstructorFeatureIndexManager
(Context context, GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close the index connectionslong
count()
Query for all feature index countlong
Query for all feature index countlong
Query for feature index countlong
Query for feature index countlong
Query for feature index countlong
count
(boolean distinct, String column, BoundingBox boundingBox) Query for feature index count within the bounding box, projected correctlylong
count
(boolean distinct, String column, BoundingBox boundingBox, String where) Query for feature index count within the bounding box, projected correctlylong
count
(boolean distinct, String column, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index count within the bounding box, projected correctlylong
Query for feature index count within the bounding box, projected correctlylong
count
(boolean distinct, String column, BoundingBox boundingBox, Projection projection) Query for feature index count within the bounding box in the provided projectionlong
count
(boolean distinct, String column, BoundingBox boundingBox, Projection projection, String where) Query for feature index count within the bounding box in the provided projectionlong
count
(boolean distinct, String column, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index count within the bounding box in the provided projectionlong
count
(boolean distinct, String column, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index count within the bounding box in the provided projectionlong
count
(boolean distinct, String column, GeometryEnvelope envelope) Query for feature index count within the Geometry Envelopelong
count
(boolean distinct, String column, GeometryEnvelope envelope, String where) Query for feature index count within the Geometry Envelopelong
count
(boolean distinct, String column, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index count within the Geometry Envelopelong
Query for feature index count within the Geometry Envelopelong
Query for feature index countlong
Query for feature index countlong
Query for feature index countlong
Query for feature index countlong
Query for feature index countlong
count
(String column, BoundingBox boundingBox) Query for feature index count within the bounding box, projected correctlylong
count
(String column, BoundingBox boundingBox, String where) Query for feature index count within the bounding box, projected correctlylong
count
(String column, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index count within the bounding box, projected correctlylong
Query for feature index count within the bounding box, projected correctlylong
count
(String column, BoundingBox boundingBox, Projection projection) Query for feature index count within the bounding box in the provided projectionlong
count
(String column, BoundingBox boundingBox, Projection projection, String where) Query for feature index count within the bounding box in the provided projectionlong
count
(String column, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index count within the bounding box in the provided projectionlong
count
(String column, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index count within the bounding box in the provided projectionlong
count
(String column, GeometryEnvelope envelope) Query for feature index count within the Geometry Envelopelong
count
(String column, GeometryEnvelope envelope, String where) Query for feature index count within the Geometry Envelopelong
count
(String column, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index count within the Geometry Envelopelong
Query for feature index count within the Geometry Envelopelong
Query for feature index countlong
count
(BoundingBox boundingBox) Query for feature index count within the bounding box, projected correctlylong
count
(BoundingBox boundingBox, String where) Query for feature index count within the bounding box, projected correctlylong
count
(BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index count within the bounding box, projected correctlylong
count
(BoundingBox boundingBox, Map<String, Object> fieldValues) Query for feature index count within the bounding box, projected correctlylong
count
(BoundingBox boundingBox, Projection projection) Query for feature index count within the bounding box in the provided projectionlong
count
(BoundingBox boundingBox, Projection projection, String where) Query for feature index count within the bounding box in the provided projectionlong
count
(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index count within the bounding box in the provided projectionlong
count
(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index count within the bounding box in the provided projectionlong
count
(GeometryEnvelope envelope) Query for feature index count within the Geometry Envelopelong
count
(GeometryEnvelope envelope, String where) Query for feature index count within the Geometry Envelopelong
count
(GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index count within the Geometry Envelopelong
count
(GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index count within the Geometry Envelopelong
countColumn
(String column) Query for all feature index countboolean
Delete the feature index from all query order locationsboolean
Delete the feature indexboolean
deleteIndex
(long geomId) Delete the feature index for the geometry idboolean
deleteIndex
(long geomId, List<FeatureIndexType> types) Delete the feature index for the geometry id from the index typesboolean
deleteIndex
(Collection<FeatureIndexType> types) Delete the feature index from the index typesboolean
deleteIndex
(FeatureIndexType type) Delete the feature indexboolean
deleteIndex
(FeatureIndexType type, long geomId) Delete the feature index for the geometry idboolean
deleteIndex
(FeatureIndexType type, FeatureRow row) Delete the feature index for the feature rowboolean
deleteIndex
(FeatureRow row) Delete the feature index for the feature rowboolean
deleteIndex
(FeatureRow row, List<FeatureIndexType> types) Delete the feature index for the feature row from the index typesQuery for the feature index boundsgetBoundingBox
(Projection projection) Query for the feature index bounds and return in the provided projectionGet the feature DAOGet the feature indexer, used to index in metadata tablesGet the feature table index, used to index inside the GeoPackage as an extensionGet the feature table id column name, the default column orderingGet the first ordered indexed typeGet the indexed types that are currently indexedGet the index locationGet the ordered set of ordered index query locationsGet the date last indexedGet the date last indexedGet a feature index location to iterate over indexed typesGet the RTree Index Table DAOint
index()
Index the feature table if needed, using the set index locationint
index
(boolean force) Index the feature table, using the set index locationint
index
(boolean force, List<FeatureIndexType> types) Index the feature tables for the index typesint
index
(List<FeatureIndexType> types) Index the feature tables if needed for the index typesint
index
(FeatureIndexType type) Index the feature table if neededint
index
(FeatureIndexType type, boolean force) Index the feature tableboolean
index
(FeatureIndexType type, FeatureRow row) Index the feature row.boolean
index
(FeatureRow row) Index the feature row, using the set index location.boolean
index
(FeatureRow row, List<FeatureIndexType> types) Index the feature row for the index types.boolean
Is the continue on error flag enabledboolean
Geometries indexed using geodesic linesboolean
Determine if the feature table is indexedboolean
isIndexed
(FeatureIndexType type) Is the feature table indexed in the provided type locationstatic boolean
isPaginated
(FeatureIndexFeatureResults results) Determine if the results are paginatedstatic boolean
isPaginated
(FeatureIndexResults results) Determine if the results are paginatedpaginate
(FeatureIndexResults results) Paginate the resultsstatic FeaturePaginatedCursor
paginate
(FeatureDao featureDao, FeatureIndexResults results) Paginate the resultsvoid
Prioritize the query location order.void
prioritizeQueryLocation
(FeatureIndexType... types) Prioritize the query location order.query()
Query for all feature index resultsquery
(boolean distinct) Query for all feature index resultsQuery for feature index resultsQuery for all feature index resultsQuery for feature index resultsQuery for feature index resultsQuery for feature index resultsquery
(boolean distinct, String[] columns, BoundingBox boundingBox) Query for feature index results within the bounding box, projected correctlyquery
(boolean distinct, String[] columns, BoundingBox boundingBox, String where) Query for feature index results within the bounding box, projected correctlyquery
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index results within the bounding box, projected correctlyQuery for feature index results within the bounding box, projected correctlyquery
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, String[] columns, GeometryEnvelope envelope) Query for feature index results within the Geometry Envelopequery
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where) Query for feature index results within the Geometry Envelopequery
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index results within the Geometry Envelopequery
(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index results within the Geometry EnvelopeQuery for feature index resultsQuery for feature index resultsquery
(boolean distinct, BoundingBox boundingBox) Query for feature index results within the bounding box, projected correctlyquery
(boolean distinct, BoundingBox boundingBox, String where) Query for feature index results within the bounding box, projected correctlyquery
(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index results within the bounding box, projected correctlyquery
(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues) Query for feature index results within the bounding box, projected correctlyquery
(boolean distinct, BoundingBox boundingBox, Projection projection) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, BoundingBox boundingBox, Projection projection, String where) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projectionquery
(boolean distinct, GeometryEnvelope envelope) Query for feature index results within the Geometry Envelopequery
(boolean distinct, GeometryEnvelope envelope, String where) Query for feature index results within the Geometry Envelopequery
(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index results within the Geometry Envelopequery
(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index results within the Geometry EnvelopeQuery for feature index resultsQuery for all feature index resultsQuery for feature index resultsQuery for feature index resultsQuery for feature index resultsquery
(String[] columns, BoundingBox boundingBox) Query for feature index results within the bounding box, projected correctlyquery
(String[] columns, BoundingBox boundingBox, String where) Query for feature index results within the bounding box, projected correctlyquery
(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index results within the bounding box, projected correctlyQuery for feature index results within the bounding box, projected correctlyquery
(String[] columns, BoundingBox boundingBox, Projection projection) Query for feature index results within the bounding box in the provided projectionquery
(String[] columns, BoundingBox boundingBox, Projection projection, String where) Query for feature index results within the bounding box in the provided projectionquery
(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projectionquery
(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projectionquery
(String[] columns, GeometryEnvelope envelope) Query for feature index results within the Geometry Envelopequery
(String[] columns, GeometryEnvelope envelope, String where) Query for feature index results within the Geometry Envelopequery
(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index results within the Geometry EnvelopeQuery for feature index results within the Geometry EnvelopeQuery for feature index resultsQuery for feature index resultsquery
(BoundingBox boundingBox) Query for feature index results within the bounding box, projected correctlyquery
(BoundingBox boundingBox, String where) Query for feature index results within the bounding box, projected correctlyquery
(BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index results within the bounding box, projected correctlyquery
(BoundingBox boundingBox, Map<String, Object> fieldValues) Query for feature index results within the bounding box, projected correctlyquery
(BoundingBox boundingBox, Projection projection) Query for feature index results within the bounding box in the provided projectionquery
(BoundingBox boundingBox, Projection projection, String where) Query for feature index results within the bounding box in the provided projectionquery
(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projectionquery
(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projectionquery
(GeometryEnvelope envelope) Query for feature index results within the Geometry Envelopequery
(GeometryEnvelope envelope, String where) Query for feature index results within the Geometry Envelopequery
(GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index results within the Geometry Envelopequery
(GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index results within the Geometry EnvelopequeryForChunk
(boolean distinct, int limit) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, int limit, long offset) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, int limit) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, int limit, long offset) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String orderBy, int limit) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String orderBy, int limit, long offset) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String where, String[] whereArgs, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String where, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, String where, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String orderBy, int limit) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String orderBy, int limit, long offset) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String where, String[] whereArgs, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String where, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, String where, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(int limit) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(int limit, long offset) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, int limit) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, int limit, long offset) Query for all feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String orderBy, int limit) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String orderBy, int limit, long offset) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String where, String[] whereArgs, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String where, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, String where, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitQuery for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(String orderBy, int limit) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String orderBy, int limit, long offset) Query for all feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String where, String[] whereArgs, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String where, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(String where, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunk
(Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunk
(GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, String where, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, String where, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String where, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, String where, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, BoundingBox boundingBox, String where, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, GeometryEnvelope envelope, String where, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(boolean distinct, GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, String where, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, String where, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, BoundingBox boundingBox, String where, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, GeometryEnvelope envelope, String where, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String[] columns, GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String where, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(String where, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(BoundingBox boundingBox, String where, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(GeometryEnvelope envelope, String where, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitqueryForChunkIdOrder
(GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limitboolean
retainIndex
(Collection<FeatureIndexType> types) Retain the feature index from the index types and delete the othersboolean
retainIndex
(FeatureIndexType type) Retain the feature index from the index types and delete the othersvoid
setContinueOnError
(boolean continueOnError) Set the continue on error flagvoid
setGeodesic
(boolean geodesic) Set the geodestic flag, true to index geodesic geometriesvoid
setIndexLocation
(FeatureIndexType indexLocation) Set the index locationvoid
Set the index location order, overriding all previously set typesvoid
setIndexLocationOrder
(FeatureIndexType... types) Set the index location order, overriding all previously set typesvoid
setProgress
(GeoPackageProgress progress) Set the GeoPackage Progress
-
Constructor Details
-
FeatureIndexManager
Constructor- Parameters:
context
- contextgeoPackage
- GeoPackagefeatureTable
- feature table- Since:
- 3.1.0
-
FeatureIndexManager
Constructor- Parameters:
context
- contextgeoPackage
- GeoPackagefeatureDao
- feature DAO
-
FeatureIndexManager
public FeatureIndexManager(Context context, GeoPackage geoPackage, String featureTable, boolean geodesic) Constructor- Parameters:
context
- contextgeoPackage
- GeoPackagefeatureTable
- feature tablegeodesic
- index using geodesic bounds- Since:
- 6.7.4
-
FeatureIndexManager
public FeatureIndexManager(Context context, GeoPackage geoPackage, FeatureDao featureDao, boolean geodesic) Constructor- Parameters:
context
- contextgeoPackage
- GeoPackagefeatureDao
- feature DAOgeodesic
- index using geodesic bounds- Since:
- 6.7.4
-
-
Method Details
-
close
public void close()Close the index connections -
getFeatureDao
Get the feature DAO- Returns:
- feature DAO
- Since:
- 1.2.5
-
getFeatureTableIndex
Get the feature table index, used to index inside the GeoPackage as an extension- Returns:
- feature table index
-
getFeatureIndexer
Get the feature indexer, used to index in metadata tables- Returns:
- feature indexer
-
getRTreeIndexTableDao
Get the RTree Index Table DAO- Returns:
- RTree index table DAO
- Since:
- 3.1.0
-
getIndexLocationQueryOrder
Get the ordered set of ordered index query locations- Returns:
- set of ordered index types
- Since:
- 3.1.0
-
getIndexLocation
Get the index location- Returns:
- index location or null if not set
-
isContinueOnError
public boolean isContinueOnError()Is the continue on error flag enabled- Returns:
- continue on error
- Since:
- 3.4.0
-
setContinueOnError
public void setContinueOnError(boolean continueOnError) Set the continue on error flag- Parameters:
continueOnError
- continue on error- Since:
- 3.4.0
-
isGeodesic
public boolean isGeodesic()Geometries indexed using geodesic lines- Returns:
- geodesic flag
- Since:
- 6.7.4
-
setGeodesic
public void setGeodesic(boolean geodesic) Set the geodestic flag, true to index geodesic geometries- Parameters:
geodesic
- index geodesic geometries flag- Since:
- 6.7.4
-
prioritizeQueryLocation
Prioritize the query location order. All types are placed at the front of the query order in the order they are given. Omitting a location leaves it at it's current priority location.- Parameters:
types
- feature index types- Since:
- 3.1.0
-
prioritizeQueryLocation
Prioritize the query location order. All types are placed at the front of the query order in the order they are given. Omitting a location leaves it at it's current priority location.- Parameters:
types
- feature index types
-
setIndexLocationOrder
Set the index location order, overriding all previously set types- Parameters:
types
- feature index types- Since:
- 3.1.0
-
setIndexLocationOrder
Set the index location order, overriding all previously set types- Parameters:
types
- feature index types- Since:
- 3.1.0
-
setIndexLocation
Set the index location- Parameters:
indexLocation
- feature index type
-
setProgress
Set the GeoPackage Progress- Parameters:
progress
- GeoPackage progress
-
index
public int index()Index the feature table if needed, using the set index location- Returns:
- count
-
index
Index the feature tables if needed for the index types- Parameters:
types
- feature index types- Returns:
- largest count of indexed features
- Since:
- 2.0.0
-
index
Index the feature table if needed- Parameters:
type
- index location type- Returns:
- count
-
index
public int index(boolean force) Index the feature table, using the set index location- Parameters:
force
- true to force re-indexing- Returns:
- count
-
index
Index the feature tables for the index types- Parameters:
force
- true to force re-indexingtypes
- feature index types- Returns:
- largest count of indexed features
- Since:
- 2.0.0
-
index
Index the feature table- Parameters:
type
- index location typeforce
- true to force re-indexing- Returns:
- count
-
index
Index the feature row, using the set index location. This method assumes that indexing has been completed and maintained as the last indexed time is updated.- Parameters:
row
- feature row to index- Returns:
- true if indexed
-
index
Index the feature row for the index types. This method assumes that indexing has been completed and maintained as the last indexed time is updated.- Parameters:
row
- feature row to indextypes
- feature index types- Returns:
- true if indexed from any type
- Since:
- 2.0.0
-
index
Index the feature row. This method assumes that indexing has been completed and maintained as the last indexed time is updated.- Parameters:
type
- index location typerow
- feature row to index- Returns:
- true if indexed
-
deleteIndex
public boolean deleteIndex()Delete the feature index- Returns:
- true if deleted
-
deleteAllIndexes
public boolean deleteAllIndexes()Delete the feature index from all query order locations- Returns:
- true if deleted
- Since:
- 3.1.0
-
deleteIndex
Delete the feature index from the index types- Parameters:
types
- feature index types- Returns:
- true if deleted from any type
- Since:
- 2.0.0
-
deleteIndex
Delete the feature index- Parameters:
type
- feature index type- Returns:
- true if deleted
-
deleteIndex
Delete the feature index for the feature row- Parameters:
row
- feature row- Returns:
- true if deleted
-
deleteIndex
Delete the feature index for the feature row from the index types- Parameters:
row
- feature rowtypes
- feature index types- Returns:
- true if deleted from any type
- Since:
- 2.0.0
-
deleteIndex
Delete the feature index for the feature row- Parameters:
type
- feature index typerow
- feature row- Returns:
- true if deleted
-
deleteIndex
public boolean deleteIndex(long geomId) Delete the feature index for the geometry id- Parameters:
geomId
- geometry id- Returns:
- true if deleted
-
deleteIndex
Delete the feature index for the geometry id from the index types- Parameters:
geomId
- geometry idtypes
- feature index types- Returns:
- true if deleted from any type
- Since:
- 2.0.0
-
deleteIndex
Delete the feature index for the geometry id- Parameters:
type
- feature index typegeomId
- geometry id- Returns:
- true if deleted
-
retainIndex
Retain the feature index from the index types and delete the others- Parameters:
type
- feature index type to retain- Returns:
- true if deleted from any type
- Since:
- 3.1.0
-
retainIndex
Retain the feature index from the index types and delete the others- Parameters:
types
- feature index types to retain- Returns:
- true if deleted from any type
- Since:
- 3.1.0
-
isIndexed
public boolean isIndexed()Determine if the feature table is indexed- Returns:
- true if indexed
-
isIndexed
Is the feature table indexed in the provided type location- Parameters:
type
- index location type- Returns:
- true if indexed
-
getIndexedTypes
Get the indexed types that are currently indexed- Returns:
- indexed types
- Since:
- 2.0.0
-
getLastIndexed
Get the date last indexed- Returns:
- last indexed date or null
-
getLastIndexed
Get the date last indexed- Parameters:
type
- feature index type- Returns:
- last indexed date or null
-
getLocation
Get a feature index location to iterate over indexed types- Returns:
- feature index location
- Since:
- 3.4.0
-
getIndexedType
Get the first ordered indexed type- Returns:
- feature index type
- Since:
- 3.4.0
-
getIdColumn
Get the feature table id column name, the default column ordering- Returns:
- feature table id column name
- Since:
- 6.2.0
-
query
Query for all feature index results- Returns:
- feature index results, close when done
-
query
Query for all feature index results- Parameters:
distinct
- distinct rows- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for all feature index results- Parameters:
columns
- columns- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
Query for all feature index results- Parameters:
distinct
- distinct rowscolumns
- columns- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
countColumn
Query for all feature index count- Parameters:
column
- count column name- Returns:
- count
- Since:
- 4.0.0
-
count
Query for all feature index count- Parameters:
distinct
- distinct column valuescolumn
- count column name- Returns:
- count
- Since:
- 4.0.0
-
count
public long count()Query for all feature index count- Returns:
- count
-
query
Query for feature index results- Parameters:
fieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
Query for feature index results- Parameters:
distinct
- distinct rowsfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results- Parameters:
columns
- columnsfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, Map<String, Object> fieldValues) Query for feature index results- Parameters:
distinct
- distinct rowscolumns
- columnsfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count- Parameters:
fieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
count
Query for feature index count- Parameters:
column
- count column namefieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count- Parameters:
distinct
- distinct column valuescolumn
- count column namefieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results- Parameters:
where
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
Query for feature index results- Parameters:
distinct
- distinct rowswhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results- Parameters:
columns
- columnswhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
Query for feature index results- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count- Parameters:
where
- where clause- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count- Parameters:
column
- count column namewhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
count
Query for feature index count- Parameters:
distinct
- distinct column valuescolumn
- count column namewhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results- Parameters:
where
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
Query for feature index results- Parameters:
distinct
- distinct rowswhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results- Parameters:
columns
- columnswhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, String where, String[] whereArgs) Query for feature index results- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count- Parameters:
where
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count- Parameters:
column
- count column namewhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
count
Query for feature index count- Parameters:
distinct
- distinct column valuescolumn
- count column namewhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
getBoundingBox
Query for the feature index bounds- Returns:
- bounding box
-
getBoundingBox
Query for the feature index bounds and return in the provided projection- Parameters:
projection
- desired projection- Returns:
- bounding box
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
boundingBox
- bounding box- Returns:
- feature index results, close when done
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowsboundingBox
- bounding box- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
columns
- columnsboundingBox
- bounding box- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding box- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
boundingBox
- bounding box- Returns:
- count
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
column
- count column nameboundingBox
- bounding box- Returns:
- count
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
distinct
- distinct column valuescolumn
- count column nameboundingBox
- bounding box- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
boundingBox
- bounding boxfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
public FeatureIndexResults query(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues) Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues) Query for feature index results within the bounding box, projected correctly- Parameters:
columns
- columnsboundingBox
- bounding boxfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues) Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
boundingBox
- bounding boxfieldValues
- field values- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
column
- column nameboundingBox
- bounding boxfieldValues
- field values- Returns:
- count
- Since:
- 4.0.0
-
count
public long count(boolean distinct, String column, BoundingBox boundingBox, Map<String, Object> fieldValues) Query for feature index count within the bounding box, projected correctly- Parameters:
distinct
- distinct column valuescolumn
- column nameboundingBox
- bounding boxfieldValues
- field values- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
boundingBox
- bounding boxwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, BoundingBox boundingBox, String where) Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
boundingBox
- bounding boxwhere
- where clause- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
column
- column nameboundingBox
- bounding boxwhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
distinct
- distinct column valuescolumn
- column nameboundingBox
- bounding boxwhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box, projected correctly- Parameters:
boundingBox
- bounding boxwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
public FeatureIndexResults query(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index results within the bounding box, projected correctly- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index results within the bounding box, projected correctly- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
boundingBox
- bounding boxwhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count within the bounding box, projected correctly- Parameters:
column
- count column valueboundingBox
- bounding boxwhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
count
public long count(boolean distinct, String column, BoundingBox boundingBox, String where, String[] whereArgs) Query for feature index count within the bounding box, projected correctly- Parameters:
distinct
- distinct column valuescolumn
- count column valueboundingBox
- bounding boxwhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
envelope
- geometry envelope- Returns:
- feature index results, close when done
-
query
Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowsenvelope
- geometry envelope- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
columns
- columnsenvelope
- geometry envelope- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelope- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
envelope
- geometry envelope- Returns:
- count
-
count
Query for feature index count within the Geometry Envelope- Parameters:
column
- count column nameenvelope
- geometry envelope- Returns:
- count
- Since:
- 4.0.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
distinct
- distinct column valuescolumn
- count column nameenvelope
- geometry envelope- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
envelope
- geometry envelopefieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
public FeatureIndexResults query(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopefieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index results within the Geometry Envelope- Parameters:
columns
- columnsenvelope
- geometry envelopefieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopefieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
envelope
- geometry envelopefieldValues
- field values- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
column
- count column nameenvelope
- geometry envelopefieldValues
- field values- Returns:
- count
- Since:
- 4.0.0
-
count
public long count(boolean distinct, String column, GeometryEnvelope envelope, Map<String, Object> fieldValues) Query for feature index count within the Geometry Envelope- Parameters:
distinct
- distinct column valuescolumn
- count column nameenvelope
- geometry envelopefieldValues
- field values- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
envelope
- geometry envelopewhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, GeometryEnvelope envelope, String where) Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
envelope
- geometry envelopewhere
- where clause- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
column
- count column nameenvelope
- geometry envelopewhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
distinct
- distinct column valuescolumn
- count column nameenvelope
- geometry envelopewhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the Geometry Envelope- Parameters:
envelope
- geometry envelopewhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
public FeatureIndexResults query(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index results within the Geometry Envelope- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index results within the Geometry Envelope- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
envelope
- geometry envelopewhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count within the Geometry Envelope- Parameters:
column
- count column nameenvelope
- geometry envelopewhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
count
public long count(boolean distinct, String column, GeometryEnvelope envelope, String where, String[] whereArgs) Query for feature index count within the Geometry Envelope- Parameters:
distinct
- distinct column valuescolumn
- count column nameenvelope
- geometry envelopewhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projection- Returns:
- feature index results, close when done
-
query
Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projection- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box in the provided projection- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projection- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection) Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projection- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projection- Returns:
- count
-
count
Query for feature index count within the bounding box in the provided projection- Parameters:
column
- count column nameboundingBox
- bounding boxprojection
- projection- Returns:
- count
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box in the provided projection- Parameters:
distinct
- distinct column valuescolumn
- count column nameboundingBox
- bounding boxprojection
- projection- Returns:
- count
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projectionfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
public FeatureIndexResults query(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projection- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field values- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projectionfieldValues
- field values- Returns:
- count
- Since:
- 3.4.0
-
count
public long count(String column, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index count within the bounding box in the provided projection- Parameters:
column
- count column valueboundingBox
- bounding boxprojection
- projectionfieldValues
- field values- Returns:
- count
- Since:
- 4.0.0
-
count
public long count(boolean distinct, String column, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues) Query for feature index count within the bounding box in the provided projection- Parameters:
distinct
- distinct column valuescolumn
- count column valueboundingBox
- bounding boxprojection
- projectionfieldValues
- field values- Returns:
- count
- Since:
- 4.0.0
-
query
Query for feature index results within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
public FeatureIndexResults query(boolean distinct, BoundingBox boundingBox, Projection projection, String where) Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(String[] columns, BoundingBox boundingBox, Projection projection, String where) Query for feature index results within the bounding box in the provided projection- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where) Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clause- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clause- Returns:
- count
- Since:
- 3.4.0
-
count
Query for feature index count within the bounding box in the provided projection- Parameters:
column
- count column nameboundingBox
- bounding boxprojection
- projectionwhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
count
public long count(boolean distinct, String column, BoundingBox boundingBox, Projection projection, String where) Query for feature index count within the bounding box in the provided projection- Parameters:
distinct
- distinct column valuescolumn
- count column nameboundingBox
- bounding boxprojection
- projectionwhere
- where clause- Returns:
- count
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.4.0
-
query
public FeatureIndexResults query(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
query
public FeatureIndexResults query(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projection- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 3.5.0
-
query
public FeatureIndexResults query(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index results within the bounding box in the provided projection- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where arguments- Returns:
- feature index results, close when done
- Since:
- 4.0.0
-
count
Query for feature index count within the bounding box in the provided projection- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 3.4.0
-
count
public long count(String column, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index count within the bounding box in the provided projection- Parameters:
column
- count column nameboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
count
public long count(boolean distinct, String column, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs) Query for feature index count within the bounding box in the provided projection- Parameters:
distinct
- distinct column valuescolumn
- count column nameboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where arguments- Returns:
- count
- Since:
- 4.0.0
-
isPaginated
Determine if the results are paginated- Parameters:
results
- query results- Returns:
- true if paginated
- Since:
- 6.2.0
-
isPaginated
Determine if the results are paginated- Parameters:
results
- query results- Returns:
- true if paginated
- Since:
- 6.2.0
-
paginate
Paginate the results- Parameters:
results
- feature index results- Returns:
- feature paginated results
- Since:
- 6.2.0
-
paginate
Paginate the results- Parameters:
featureDao
- feature daoresults
- feature index results- Returns:
- feature paginated results
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
limit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
limit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
orderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
orderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, int limit, long offset) Query for all feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String orderBy, int limit) Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String orderBy, int limit, long offset) Query for all feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
fieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
fieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
fieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
fieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
where
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
where
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
where
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
where
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String where, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String where, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(String[] columns, String where, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, String where, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, String where, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, String where, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String where, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String where, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
where
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
where
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
where
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
where
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String where, String[] whereArgs, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowswhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, String where, String[] whereArgs, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
columns
- columnswhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String where, String[] whereArgs, int limit) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnswhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, BoundingBox boundingBox, String where, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(String[] columns, BoundingBox boundingBox, String where, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(String[] columns, BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, BoundingBox boundingBox, String where, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, BoundingBox boundingBox, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box, projected correctly, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopelimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopelimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopeorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopeorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopelimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopelimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopeorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopeorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopelimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopelimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopeorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopeorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopelimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopelimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopeorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopeorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopefieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopefieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopefieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopefieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopefieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopefieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopefieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopefieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopefieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, GeometryEnvelope envelope, String where, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(String[] columns, GeometryEnvelope envelope, String where, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(String[] columns, GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
envelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, GeometryEnvelope envelope, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the Geometry Envelope, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsenvelope
- geometry envelopewhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionlimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionlimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valueslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, Map<String, Object> fieldValues, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionfieldValues
- field valuesorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunkIdOrder
public FeatureIndexResults queryForChunkIdOrder(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauselimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clauseorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
boundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
columns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, int limit, long offset) Query for feature index results ordered by id within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentslimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limit- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-
queryForChunk
public FeatureIndexResults queryForChunk(boolean distinct, String[] columns, BoundingBox boundingBox, Projection projection, String where, String[] whereArgs, String orderBy, int limit, long offset) Query for feature index results within the bounding box in the provided projection, starting at the offset and returning no more than the limit- Parameters:
distinct
- distinct rowscolumns
- columnsboundingBox
- bounding boxprojection
- projectionwhere
- where clausewhereArgs
- where argumentsorderBy
- order bylimit
- chunk limitoffset
- chunk query offset- Returns:
- feature index results, close when done
- Since:
- 6.2.0
-