Uses of Class
lumis.portal.bigdata.query.GeoDistanceAggregation
-
Packages that use GeoDistanceAggregation Package Description lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
). -
-
Uses of GeoDistanceAggregation in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that return GeoDistanceAggregation Modifier and Type Method Description GeoDistanceAggregation
GeoDistanceAggregation. addRanges(Collection<Range<Double>> ranges)
Add the given ranges to the aggregation.GeoDistanceAggregation
GeoDistanceAggregation. addRanges(Range<Double>... ranges)
Add the given ranges to the aggregation.
-