Uses of Interface
org.deegree.protocol.sos.filter.Filter

Packages that use Filter
org.deegree.protocol.sos.filter   
 

Uses of Filter in org.deegree.protocol.sos.filter
 

Subinterfaces of Filter in org.deegree.protocol.sos.filter
 interface SpatialFilter
           
 interface TimeFilter
           
 

Classes in org.deegree.protocol.sos.filter that implement Filter
 class BeginFilter
           
 class DurationFilter
           
 class EndFilter
           
 class ProcedureFilter
           
 class PropertyFilter
           
 class ResultFilter
           
 class SpatialBBOXFilter
           
 class TimeInstantFilter
           
 

Methods in org.deegree.protocol.sos.filter that return types with arguments of type Filter
 List<Filter> FilterCollection.getAllFilter()
           
 

Methods in org.deegree.protocol.sos.filter with parameters of type Filter
 void FilterCollection.add(Filter filter)
          Add a filter to the collection.
 

Method parameters in org.deegree.protocol.sos.filter with type arguments of type Filter
 void FilterCollection.add(List<? extends Filter> filters)
          Add a filters to the collection.
 

Constructors in org.deegree.protocol.sos.filter with parameters of type Filter
FilterCollection(Filter filters)
           
 

Constructor parameters in org.deegree.protocol.sos.filter with type arguments of type Filter
FilterCollection(List<? extends Filter> filters)
           
 



Copyright © 2011. All Rights Reserved.