Interface GeoShapeQuery

All Superinterfaces:
Query, Serializable

@ProviderType public interface GeoShapeQuery extends Query
  • Method Details

    • getField

      String getField()
    • getIgnoreUnmapped

      Boolean getIgnoreUnmapped()
    • getIndexedShapeId

      String getIndexedShapeId()
    • getIndexedShapeIndex

      String getIndexedShapeIndex()
    • getIndexedShapePath

      String getIndexedShapePath()
    • getIndexedShapeRouting

      String getIndexedShapeRouting()
    • getIndexedShapeType

      String getIndexedShapeType()
    • getShape

      Shape getShape()
    • getShapeRelation

      ShapeRelation getShapeRelation()
    • getSpatialStrategy

      SpatialStrategy getSpatialStrategy()
    • setIgnoreUnmapped

      void setIgnoreUnmapped(Boolean ignoreUnmapped)
    • setIndexedShapeIndex

      void setIndexedShapeIndex(String indexedShapeIndex)
    • setIndexedShapePath

      void setIndexedShapePath(String indexedShapePath)
    • setIndexedShapeRouting

      void setIndexedShapeRouting(String indexedShapeRouting)
    • setShapeRelation

      void setShapeRelation(ShapeRelation shapeRelation)
    • setSpatialStrategy

      void setSpatialStrategy(SpatialStrategy spatialStrategy)