ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
double minX,
double minY,
double maxX,
double maxY) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
double minX,
double minY,
double maxX,
double maxY,
String where) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
double minX,
double minY,
double maxX,
double maxY,
String where,
String[] whereArgs) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
double minX,
double minY,
double maxX,
double maxY,
Map<String,Object> fieldValues) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String where) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String where,
String[] whereArgs) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
Map<String,Object> fieldValues) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
String where) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection,
String where) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
GeometryEnvelope envelope) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
String where) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
String where,
String[] whereArgs) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
Map<String,Object> fieldValues) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox,
String where) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox,
Projection projection) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox,
Projection projection,
String where) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox,
Projection projection,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
BoundingBox boundingBox,
Projection projection,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
GeometryEnvelope envelope) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
GeometryEnvelope envelope,
String where) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
GeometryEnvelope envelope,
String where,
String[] whereArgs) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(boolean distinct,
GeometryEnvelope envelope,
Map<String,Object> fieldValues) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(double minX,
double minY,
double maxX,
double maxY) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(double minX,
double minY,
double maxX,
double maxY,
String where) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(double minX,
double minY,
double maxX,
double maxY,
String where,
String[] whereArgs) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(double minX,
double minY,
double maxX,
double maxY,
Map<String,Object> fieldValues) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
double minX,
double minY,
double maxX,
double maxY) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String where) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String where,
String[] whereArgs) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
double minX,
double minY,
double maxX,
double maxY,
Map<String,Object> fieldValues) |
Manually query for rows within the bounds
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox,
String where) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox,
Projection projection) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox,
Projection projection,
String where) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox,
Projection projection,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
BoundingBox boundingBox,
Projection projection,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
GeometryEnvelope envelope) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
GeometryEnvelope envelope,
String where) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
GeometryEnvelope envelope,
String where,
String[] whereArgs) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(String[] columns,
GeometryEnvelope envelope,
Map<String,Object> fieldValues) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox,
String where) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox,
Projection projection) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox,
Projection projection,
String where) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox,
Projection projection,
String where,
String[] whereArgs) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(BoundingBox boundingBox,
Projection projection,
Map<String,Object> fieldValues) |
Manually query for rows within the bounding box in the provided
projection
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(GeometryEnvelope envelope) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(GeometryEnvelope envelope,
String where) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(GeometryEnvelope envelope,
String where,
String[] whereArgs) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.query(GeometryEnvelope envelope,
Map<String,Object> fieldValues) |
Manually query for rows within the geometry envelope
|
ManualFeatureQueryResults |
ManualFeatureQuery.queryForChunk(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String where,
String[] whereArgs,
String orderBy,
int limit,
long offset) |
Manually query for rows within the bounds, starting at the offset and
returning no more than the limit
|
ManualFeatureQueryResults |
ManualFeatureQuery.queryForChunk(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
String where,
String[] whereArgs,
String orderBy,
int limit,
long offset) |
Manually query for rows within the geometry envelope, starting at the
offset and returning no more than the limit
|