Interface TemporalInstantExpressionBuilder


public interface TemporalInstantExpressionBuilder
Completes the fluent API to build a temporal Filter using an instant in time (vs a bounded range)
Author:
Michael Menousek
  • Method Summary

    Modifier and Type
    Method
    Description
    org.geotools.api.filter.Filter
    date(Date date)
    Complete building the Filter matching Metacards where the specified Attribute relates to the specified date via the specified relationship.
  • Method Details

    • date

      org.geotools.api.filter.Filter date(Date date)
      Complete building the Filter matching Metacards where the specified Attribute relates to the specified date via the specified relationship.
      Parameters:
      date - - the Date to be used for filtering, inclusive
      Returns:
      Filter - temporal Filter