Package noaa.coastwatch.render.feature
Interface SelectionRule
- All Known Implementing Classes:
AreaRule,AttributeRule,DateRule,NumberRule,TextRule,TimeWindowRule
public interface SelectionRule
-
Method Summary
-
Method Details
-
matches
Determines if a feature matches the rule.- Parameters:
feature- the feature to check.- Returns:
- true if the feature matches this rule or false if not.
-