This class represents a ogc:FeatureId Filter, as being used for rule-based SLD styling
Inherits from
OpenLayers. Filter. FeatureId | This class represents a ogc:FeatureId Filter, as being used for rule-based SLD styling |
Properties | |
fids | {Array(String)} Feature Ids to evaluate this rule against. |
Constructor | |
OpenLayers. Filter. FeatureId | Creates an ogc:FeatureId rule. |
Functions | |
evaluate | evaluates this rule for a specific feature |
clone | Clones this filter. |
evaluate: function( feature )
evaluates this rule for a specific feature
feature | {OpenLayers.Feature} feature to apply the rule to. For vector features, the check is run against the fid, for plain features against the id. |
{Boolean} true if the rule applies, false if it does not
evaluates this rule for a specific feature
evaluate: function( feature )
Clones this filter.
clone: function()