Uses of Class
org.apache.blur.analysis.type.spatial.ShapeReadWriter

Packages that use ShapeReadWriter
org.apache.blur.analysis.type.spatial   
 

Uses of ShapeReadWriter in org.apache.blur.analysis.type.spatial
 

Methods in org.apache.blur.analysis.type.spatial with parameters of type ShapeReadWriter
static org.apache.lucene.spatial.query.SpatialArgs SpatialArgsParser.parse(String v, ShapeReadWriter<com.spatial4j.core.context.SpatialContext> shapeReadWriter)
          Parses a string such as "Intersects(-10,20,-8,22) distErrPct=0.025".
static String SpatialArgsParser.writeSpatialArgs(org.apache.lucene.spatial.query.SpatialArgs args, ShapeReadWriter<com.spatial4j.core.context.SpatialContext> shapeReadWriter)
          Writes a close approximation to the parsed input format.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.