Class GeocodeQuery

All Implemented Interfaces:
Cloneable, Query

Represents a Query testing a geocode field.
  • Constructor Details

    • GeocodeQuery

      public GeocodeQuery(String fieldPath)
      Build a Geocode testing the existence of the field.
      Parameters:
      fieldPath - the field path
    • GeocodeQuery

      public GeocodeQuery(String fieldPath, Query.Operator operator, Geocode value)
      Build a Geocode query.
      Parameters:
      fieldPath - the field's path
      operator - the operator.
      value - the value.
  • Method Details