Uses of Class
org.elasticsearch.common.geo.ShapeRelation

Packages that use ShapeRelation
org.elasticsearch.common.geo   
org.elasticsearch.common.lucene.spatial   
org.elasticsearch.index.query   
 

Uses of ShapeRelation in org.elasticsearch.common.geo
 

Methods in org.elasticsearch.common.geo that return ShapeRelation
static ShapeRelation ShapeRelation.getRelationByName(String name)
           
static ShapeRelation ShapeRelation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShapeRelation[] ShapeRelation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ShapeRelation in org.elasticsearch.common.lucene.spatial
 

Methods in org.elasticsearch.common.lucene.spatial with parameters of type ShapeRelation
 org.apache.lucene.search.Filter SpatialStrategy.createFilter(com.spatial4j.core.shape.Shape shape, ShapeRelation relation)
          Creates a Filter that will find all indexed Shapes that relate to the given Shape
 org.apache.lucene.search.Query SpatialStrategy.createQuery(com.spatial4j.core.shape.Shape shape, ShapeRelation relation)
          Creates a Query that will find all indexed Shapes that relate to the given Shape
 

Uses of ShapeRelation in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query with parameters of type ShapeRelation
 GeoShapeFilterBuilder GeoShapeFilterBuilder.relation(ShapeRelation relation)
          Sets the ShapeRelation that defines how the Shape used in the Filter must relate to indexed Shapes
 GeoShapeQueryBuilder GeoShapeQueryBuilder.relation(ShapeRelation relation)
           
 



Copyright © 2009-2012. All Rights Reserved.