Returns true
if the filter contains rules for specific kinds.
Return false
if kind of object is not enabled and the geometry should not be created.
Tag "kind" of the tag.
Return false
if the layer should not be processed.
Current layer.
Level of tile.
Return false
if the line feature should not be processed.
Current layer.
Level of tile.
Return false
if the point feature should not be processed.
Current layer.
Level of tile.
Return false
if the polygon feature should not be processed.
Current layer.
Level of tile.
Generated using TypeDoc
The
OmvFeatureFilter
is designed to work in anOmvVisitor
/visitOmv
combination (for example,OmvDecoder
).Returning
false
from any of the calls terminates processing of that layer or feature.The
OmvFeatureFilter
is an "early-opt-out" filter, which cannot filter individual features, because at that point the features are not really decoded. Use the OmvFeatureModifier to filter for individual features.