|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AST | |
org.geotools.catalog.defaults |
Uses of AST in org.geotools.catalog.defaults |
Methods in org.geotools.catalog.defaults that return AST | |
static AST |
ASTFactory.parse(java.lang.String str)
Creates an AST for the pattern The pattern uses the following conventions: use " " to surround a phase use + to represent 'AND' use - to represent 'OR' use ! |
AST |
AST.getLeft()
may be null |
AST |
AST.getRight()
may be null |
Methods in org.geotools.catalog.defaults with parameters of type AST | |
protected static boolean |
DefaultCatalog.check(Service service,
AST pattern)
|
protected static boolean |
DefaultCatalog.check(GeoResource resource,
AST pattern)
|
protected static boolean |
DefaultCatalog.check(GeoResource resource,
AST pattern,
com.vividsolutions.jts.geom.Envelope bbox)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |