Uses of Interface
org.n52.oxf.valueDomains.filter.IFilter

Packages that use IFilter
org.n52.oxf.valueDomains.filter   
 

Uses of IFilter in org.n52.oxf.valueDomains.filter
 

Classes in org.n52.oxf.valueDomains.filter that implement IFilter
 class ComparisonFilter
          Class represents a comparison filter which is conform to OGC Filter Encoding Specification 1.1.0
 class LogicFilter
          Class represents a logical filter which is conform to OGC Filter Encoding Specification 1.1.0
 

Methods in org.n52.oxf.valueDomains.filter that return IFilter
 IFilter LogicFilter.getLeftFilter()
           
 IFilter FilterValueDomain.produceValue(String... stringArray)
           
 

Methods in org.n52.oxf.valueDomains.filter that return types with arguments of type IFilter
 List<IFilter> FilterValueDomain.getPossibleValues()
           
 ArrayList<IFilter> LogicFilter.getRightFilters()
           
 

Methods in org.n52.oxf.valueDomains.filter with parameters of type IFilter
 void FilterValueDomain.addPossibleValue(IFilter possibleValue)
           
 boolean FilterValueDomain.containsValue(IFilter filter)
          checks if a filter (exactly: only the filterType) is contained in the possible filters (or exactly: filterTypes)
 

Constructors in org.n52.oxf.valueDomains.filter with parameters of type IFilter
LogicFilter(String filterType, IFilter leftFilter)
          Constructor only useable for NOT Filters
LogicFilter(String filterType, IFilter leftFilter, ArrayList<IFilter> rightFilters)
          Constructor with all parameters, should be used as constructor for AND and OR filters
 

Constructor parameters in org.n52.oxf.valueDomains.filter with type arguments of type IFilter
LogicFilter(String filterType, IFilter leftFilter, ArrayList<IFilter> rightFilters)
          Constructor with all parameters, should be used as constructor for AND and OR filters
 



Copyright © 2012-2013 52north.org. All Rights Reserved.