Interface GeoBoundingBoxQuery

All Superinterfaces:
Query, Serializable

@ProviderType public interface GeoBoundingBoxQuery extends Query
  • Method Details

    • getBottomRightGeoLocationPoint

      GeoLocationPoint getBottomRightGeoLocationPoint()
    • getField

      String getField()
    • getGeoExecType

      GeoExecType getGeoExecType()
    • getGeoValidationMethod

      GeoValidationMethod getGeoValidationMethod()
    • getIgnoreUnmapped

      Boolean getIgnoreUnmapped()
    • getSortOrder

      int getSortOrder()
    • getTopLeftGeoLocationPoint

      GeoLocationPoint getTopLeftGeoLocationPoint()
    • setGeoExecType

      void setGeoExecType(GeoExecType geoExecType)
    • setGeoValidationMethod

      void setGeoValidationMethod(GeoValidationMethod geoValidationMethod)
    • setIgnoreUnmapped

      void setIgnoreUnmapped(Boolean ignoreUnmapped)