Documentation of 'org.opengis.filter.Filter' Java class
Filter
org.opengis.filter

Interface Filter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object accept(FilterVisitor visitor, java.lang.Object extraData)
      Accepts a visitor.
      boolean evaluate(Feature feature)
      Given a feature, this method determines whether the feature passes the test(s) represented by this filter object.
      boolean evaulate(java.lang.Object object)
      Give an object, this method determines if the test(s) represented by this filter object are passed.
    • Method Detail

      • evaluate

        @Extension
        boolean evaluate(Feature feature)
        Given a feature, this method determines whether the feature passes the test(s) represented by this filter object.
        Parameters:
        feature -
        Returns:
        true if feature passes test(s) represented by this filter
      • evaulate

        boolean evaulate(java.lang.Object object)
        Give an object, this method determines if the test(s) represented by this filter object are passed.

        This ability is used to allow Queries against non feature data (such as Record) and to express constraints on permissable data values.

        Parameters:
        object -
        Returns:
        true if the test(s) are passed for the provided object
      • accept

        @Extension
        java.lang.Object accept(FilterVisitor visitor,
                                           java.lang.Object extraData)
        Accepts a visitor.

        Implementations of all subinterfaces must have with a method whose content is the following:

        return visitor.visit(this, extraData);

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.