org.geotools.filter.visitor
Interface SimplifyingFilterVisitor.FIDValidator
- All Known Implementing Classes:
- PrimaryKeyFIDValidator, SimplifyingFilterVisitor.RegExFIDValidator, SimplifyingFilterVisitor.TypeNameDotNumberFidValidator
- Enclosing class:
- SimplifyingFilterVisitor
public static interface SimplifyingFilterVisitor.FIDValidator
Defines a simple means of assessing whether a feature id in an Id
filter is
structurally valid and hence can be send down to the backend with confidence it will not
cause trouble, the most common one being filtering by pk number even if the type name prefix
does not match.
isValid
boolean isValid(String fid)
Copyright © 1996-2014 Geotools. All Rights Reserved.