public class GeoBucketUtility extends BucketUtility
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_BASE |
DEFAULT_ARRAY_SIZE, DEFAULT_MAX, DEFAULT_MIN
Constructor and Description |
---|
GeoBucketUtility() |
GeoBucketUtility(double base,
double min,
double max,
int noOfBuckets) |
Modifier and Type | Method and Description |
---|---|
double |
getBase() |
int |
getBucket(double condVal) |
double |
getLogBase() |
double |
getLowerBound(int index) |
double |
getMinBucketWidth() |
double |
getUpperBound(int index) |
getArraySize, getMax, getMin, isInRange
public GeoBucketUtility(double base, double min, double max, int noOfBuckets)
public GeoBucketUtility()
public int getBucket(double condVal)
getBucket
in class BucketUtility
public double getLowerBound(int index)
getLowerBound
in class BucketUtility
public double getUpperBound(int index)
getUpperBound
in class BucketUtility
public double getMinBucketWidth()
public double getBase()
public double getLogBase()