Interface IFeatureQueryCallback


public interface IFeatureQueryCallback
A callback class that is called with the results of a query.

See IFeatureModel#query.

  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Implement this method to handle a feature that is returned by the IFeatureModel#query method.
  • Method Details Link icon

    • handleFeature Link icon

      boolean handleFeature(@NotNull Feature feature)
      Implement this method to handle a feature that is returned by the IFeatureModel#query method.
      Parameters:
      feature - the feature to handle.
      Returns:
      false to indicate that the query can stop.