Uses of Interface
org.opengis.filter.PropertyIsLike

Packages that use PropertyIsLike
org.opengis.filter Filters features according their properties. 
 

Uses of PropertyIsLike in org.opengis.filter
 

Methods in org.opengis.filter that return PropertyIsLike
 PropertyIsLike FilterFactory.like(Expression expr, String pattern)
          Character string comparison operator with pattern matching and default wildcards.
 PropertyIsLike FilterFactory.like(Expression expr, String pattern, String wildcard, String singleChar, String escape)
          Character string comparison operator with pattern matching and specified wildcards.
 PropertyIsLike FilterFactory2.like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase)
          Character string comparison operator with pattern matching and specified wildcards.
 PropertyIsLike FilterFactory.like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase)
          Character string comparison operator with pattern matching and specified wildcards.
 

Methods in org.opengis.filter with parameters of type PropertyIsLike
 Object FilterVisitor.visit(PropertyIsLike filter, Object extraData)
           
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.