Package com.browseengine.bobo.facets.filter

Examples of com.browseengine.bobo.facets.filter.SpatialFacetFilter


          DistanceUtils.dist2Degrees(range.getRad(), DistanceUtils.EARTH_MEAN_RADIUS_KM)));
    Filter filter = spatialStrategy.makeFilter(spatialArgs);
    if (filter == null) {
      return null;
    }
    return new SpatialFacetFilter(filter);
  }
View Full Code Here

TOP

Related Classes of com.browseengine.bobo.facets.filter.SpatialFacetFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.