public class GCQLOverlapsNode extends GCQLNode
| Constructor and Description |
|---|
GCQLOverlapsNode(String index,
List<GeoPoint> geopoints) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoPoint> |
getGeopoints() |
String |
getIndex() |
void |
printNode(int numStars)
prints the node as part of the tree to which it belongs
|
void |
setGeopoints(List<GeoPoint> geopoints) |
void |
setIndex(String index) |
String |
toCQL()
Decompiles a parse-tree into a CQL query.
|
Copyright © 2015. All Rights Reserved.