public class GCQLDistanceNode extends GCQLNode
| Constructor and Description |
|---|
GCQLDistanceNode(String index,
Double distance,
GeoPoint point) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDistance() |
String |
getIndex() |
GeoPoint |
getPoint() |
void |
printNode(int numStars)
prints the node as part of the tree to which it belongs
|
void |
setDistance(Double distance) |
void |
setIndex(String index) |
void |
setPoint(GeoPoint point) |
String |
toCQL()
Decompiles a parse-tree into a CQL query.
|
public String getIndex()
public void setIndex(String index)
public Double getDistance()
public void setDistance(Double distance)
public GeoPoint getPoint()
public void setPoint(GeoPoint point)
public String toCQL()
GCQLNodeCopyright © 2014. All Rights Reserved.