public class SpatialOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
bbox
Just do a "bounding box" - or any other quicker method / shape that
still encompasses all of the points of interest, but may also encompass
points outside.
|
double |
distance |
SchemaField |
field |
String |
measStr |
String |
pointStr |
double |
radius |
Constructor and Description |
---|
SpatialOptions() |
SpatialOptions(String pointStr,
double dist,
SchemaField sf,
String measStr,
double radius) |
public String pointStr
public double distance
public SchemaField field
public String measStr
public double radius
public boolean bbox
public SpatialOptions()
public SpatialOptions(String pointStr, double dist, SchemaField sf, String measStr, double radius)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.