| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Filter in org.deegree.feature | 
|---|
| Methods in org.deegree.feature with parameters of type Filter | |
|---|---|
 FeatureCollection | 
FeatureCollection.getMembers(Filter filter,
           XPathEvaluator<Feature> evaluator)
Returns the member features that match the given Filter. | 
 FeatureCollection | 
AbstractFeatureCollection.getMembers(Filter filter,
           XPathEvaluator<Feature> evaluator)
 | 
| Uses of Filter in org.deegree.feature.persistence | 
|---|
| Methods in org.deegree.feature.persistence with parameters of type Filter | |
|---|---|
 int | 
FeatureStoreTransaction.performUpdate(QName ftName,
              List<Property> replacementProps,
              Filter filter,
              Lock lock)
Performs an update operation against the FeatureStore. | 
| Uses of Filter in org.deegree.feature.persistence.geocouch | 
|---|
| Methods in org.deegree.feature.persistence.geocouch with parameters of type Filter | |
|---|---|
 int | 
GeoCouchFeatureStoreTransaction.performUpdate(QName ftName,
              List<Property> replacementProps,
              Filter filter,
              Lock lock)
 | 
| Uses of Filter in org.deegree.feature.persistence.lock | 
|---|
| Methods in org.deegree.feature.persistence.lock with parameters of type Filter | |
|---|---|
 void | 
Lock.release(QName ftName,
        Filter filter)
Releases the specified features from the lock.  | 
| Uses of Filter in org.deegree.feature.persistence.query | 
|---|
| Methods in org.deegree.feature.persistence.query that return Filter | |
|---|---|
 Filter | 
Query.getFilter()
Returns the Filter. | 
| Constructors in org.deegree.feature.persistence.query with parameters of type Filter | |
|---|---|
Query(QName ftName,
      Filter filter,
      int scale,
      int maxFeatures,
      double resolution)
Creates a new Query instance. | 
|
Query(TypeName[] typeNames,
      Filter filter,
      String featureVersion,
      ICRS srsName,
      SortProperty[] sortBy)
Creates a new Query instance. | 
|
| Uses of Filter in org.deegree.feature.persistence.shape | 
|---|
| Methods in org.deegree.feature.persistence.shape that return types with arguments of type Filter | |
|---|---|
 Pair<Filter,SortProperty[]> | 
DBFIndex.query(List<Pair<Integer,Long>> available,
      Filter filter,
      SortProperty[] sort)
 | 
| Methods in org.deegree.feature.persistence.shape with parameters of type Filter | |
|---|---|
 Pair<Filter,SortProperty[]> | 
DBFIndex.query(List<Pair<Integer,Long>> available,
      Filter filter,
      SortProperty[] sort)
 | 
| Uses of Filter in org.deegree.feature.persistence.sql | 
|---|
| Methods in org.deegree.feature.persistence.sql with parameters of type Filter | |
|---|---|
 int | 
SQLFeatureStoreTransaction.performUpdate(QName ftName,
              List<Property> replacementProps,
              Filter filter,
              Lock lock)
 | 
| Uses of Filter in org.deegree.feature.stream | 
|---|
| Constructors in org.deegree.feature.stream with parameters of type Filter | |
|---|---|
FilteredFeatureInputStream(FeatureInputStream rs,
                           Filter filter)
Creates a new FilteredFeatureInputStream that is backed by the given FeatureInputStream. | 
|
| Uses of Filter in org.deegree.filter | 
|---|
| Classes in org.deegree.filter that implement Filter | |
|---|---|
 class | 
IdFilter
Filter that matches resources by ResourceIds. | 
 class | 
OperatorFilter
Filter that selects objects that test positively against Operator-based expressions. | 
| Methods in org.deegree.filter that return Filter | |
|---|---|
static Filter | 
Filters.addBBoxConstraint(Envelope bbox,
                  Filter filter,
                  ValueReference propName)
Adds a bounding box constraint to the given Filter. | 
| Methods in org.deegree.filter that return types with arguments of type Filter | |
|---|---|
static Pair<Filter,Envelope> | 
Filters.splitOffBBoxConstraint(Filter filter)
 | 
| Methods in org.deegree.filter with parameters of type Filter | |
|---|---|
static Filter | 
Filters.addBBoxConstraint(Envelope bbox,
                  Filter filter,
                  ValueReference propName)
Adds a bounding box constraint to the given Filter. | 
static Geometry[] | 
Filters.getGeometries(Filter filter)
Returns all Geometry-values contained in the given Filter (taking nesting into account). | 
static ValueReference[] | 
Filters.getPropertyNames(Filter filter)
Returns all ValueReferences contained in the given Filter (taking nesting into account). | 
static void | 
Filters.setDefaultCRS(Filter filter,
              ICRS crs)
Sets the CRS for all geometries contained in the given Filter that do not have crs information. | 
static Pair<Filter,Envelope> | 
Filters.splitOffBBoxConstraint(Filter filter)
 | 
| Uses of Filter in org.deegree.filter.xml | 
|---|
| Methods in org.deegree.filter.xml that return Filter | |
|---|---|
static Filter | 
Filter100XMLDecoder.parse(XMLStreamReader xmlStream)
Returns the object representation for the given wfs:Filter element event that the cursor of the
 associated XMLStreamReader points at. | 
static Filter | 
Filter200XMLDecoder.parse(XMLStreamReader xmlStream)
Returns the object representation for the given fes:Filter element event that the cursor of the
 given XMLStreamReader points at. | 
static Filter | 
Filter110XMLDecoder.parse(XMLStreamReader xmlStream)
Returns the object representation for the given wfs:Filter element event that the cursor of the
 associated XMLStreamReader points at. | 
| Methods in org.deegree.filter.xml with parameters of type Filter | |
|---|---|
static void | 
Filter110XMLEncoder.export(Filter filter,
       XMLStreamWriter writer)
Serializes the given Filter object to XML. | 
| Uses of Filter in org.deegree.layer.persistence.feature | 
|---|
| Constructors in org.deegree.layer.persistence.feature with parameters of type Filter | |
|---|---|
FeatureLayer(LayerMetadata md,
             FeatureStore featureStore,
             QName featureType,
             Filter filter,
             Map<String,Style> styles,
             Map<String,Style> legendStyles)
 | 
|
| Uses of Filter in org.deegree.metadata | 
|---|
| Methods in org.deegree.metadata with parameters of type Filter | |
|---|---|
 boolean | 
MetadataRecord.eval(Filter filter)
Returns whether this MetadataRecord matches the given Filter expression. | 
 boolean | 
DCRecord.eval(Filter filter)
 | 
| Uses of Filter in org.deegree.metadata.ebrim | 
|---|
| Methods in org.deegree.metadata.ebrim with parameters of type Filter | |
|---|---|
 boolean | 
RegistryObject.eval(Filter filter)
 | 
| Uses of Filter in org.deegree.metadata.iso | 
|---|
| Methods in org.deegree.metadata.iso with parameters of type Filter | |
|---|---|
 boolean | 
ISORecord.eval(Filter filter)
 | 
| Uses of Filter in org.deegree.metadata.persistence | 
|---|
| Methods in org.deegree.metadata.persistence that return Filter | |
|---|---|
 Filter | 
MetadataQuery.getFilter()
Returns the constraints to be applied on the queried records.  | 
| Constructors in org.deegree.metadata.persistence with parameters of type Filter | |
|---|---|
MetadataQuery(QName[] queryTypeNames,
              QName[] returnTypeNames,
              Filter filter,
              SortProperty[] sortCriteria,
              int startPosition,
              int maxRecords)
Creates a new MetadataQuery instance. | 
|
| Uses of Filter in org.deegree.metadata.persistence.transaction | 
|---|
| Methods in org.deegree.metadata.persistence.transaction that return Filter | |
|---|---|
 Filter | 
UpdateOperation.getConstraint()
 | 
 Filter | 
DeleteOperation.getConstraint()
 | 
| Constructors in org.deegree.metadata.persistence.transaction with parameters of type Filter | |
|---|---|
DeleteOperation(String handle,
                QName typeName,
                Filter constraint)
Creates a new DeleteOperation instance. | 
|
UpdateOperation(String handle,
                MetadataRecord record,
                QName typeName,
                Filter constraint,
                List<MetadataProperty> recordProperty)
Creates a new UpdateOperation instance. | 
|
| Uses of Filter in org.deegree.protocol.wfs.client | 
|---|
| Methods in org.deegree.protocol.wfs.client with parameters of type Filter | |
|---|---|
 GetFeatureResponse<Feature> | 
WFSClient.getFeatures(QName ftName,
            Filter filter)
Queries features of the specified feature type and with an optional filter.  | 
| Uses of Filter in org.deegree.protocol.wfs.lockfeature | 
|---|
| Methods in org.deegree.protocol.wfs.lockfeature that return Filter | |
|---|---|
 Filter | 
FilterLock.getFilter()
Returns the constraint on the feature instances to be locked.  | 
| Constructors in org.deegree.protocol.wfs.lockfeature with parameters of type Filter | |
|---|---|
FilterLock(String handle,
           TypeName typeName,
           Filter filter)
Creates a new FilterLock instance. | 
|
| Uses of Filter in org.deegree.protocol.wfs.query | 
|---|
| Methods in org.deegree.protocol.wfs.query that return Filter | |
|---|---|
 Filter | 
FilterQuery.getFilter()
Returns the filter constraint.  | 
protected static Filter | 
QueryKVPAdapter.parseFilter200(String filter)
 | 
| Constructors in org.deegree.protocol.wfs.query with parameters of type Filter | |
|---|---|
FilterQuery(QName typeName,
            ICRS srsName,
            SortProperty[] sortBy,
            Filter filter)
Creates a new FilterQuery instance from the most commonly used parameters. | 
|
FilterQuery(String handle,
            TypeName[] typeNames,
            String featureVersion,
            ICRS srsName,
            ProjectionClause[] projectionClauses,
            SortProperty[] sortBy,
            Filter filter)
Creates a new FilterQuery instance. | 
|
| Uses of Filter in org.deegree.protocol.wfs.transaction | 
|---|
| Methods in org.deegree.protocol.wfs.transaction that return Filter | |
|---|---|
 Filter | 
Delete.getFilter()
Return the filter that selects the feature instances to be deleted.  | 
 Filter | 
Update.getFilter()
Returns the filter that selects the feature instances to be updated.  | 
| Constructors in org.deegree.protocol.wfs.transaction with parameters of type Filter | |
|---|---|
Delete(String handle,
       QName typeName,
       Filter filter)
Creates a new Delete instance. | 
|
| Uses of Filter in org.deegree.services.csw.getrecords | 
|---|
| Methods in org.deegree.services.csw.getrecords that return Filter | |
|---|---|
 Filter | 
Query.getConstraint()
 | 
| Constructors in org.deegree.services.csw.getrecords with parameters of type Filter | |
|---|---|
Query(CSWConstants.ReturnableElement elementSetName,
      String[] elementName,
      Filter constraint,
      CSWConstants.ConstraintLanguage constraintLanguage,
      SortProperty[] sortProps,
      QName[] queryTypeNames,
      QName[] returnTypeNames)
 | 
|
| Uses of Filter in org.deegree.services.wms.controller.ops | 
|---|
| Methods in org.deegree.services.wms.controller.ops that return Filter | |
|---|---|
 Filter | 
GetMap.getFilterForLayer(String name,
                  Filter filter,
                  Style style)
 | 
| Methods in org.deegree.services.wms.controller.ops with parameters of type Filter | |
|---|---|
 void | 
GetMap.addFilter(String layer,
          Filter filter)
 | 
 Filter | 
GetMap.getFilterForLayer(String name,
                  Filter filter,
                  Style style)
 | 
| Uses of Filter in org.deegree.services.wms.controller.sld | 
|---|
| Methods in org.deegree.services.wms.controller.sld that return types with arguments of type Filter | |
|---|---|
static Pair<LinkedList<Filter>,LinkedList<Style>> | 
SLDParser.getStyles(XMLStreamReader in,
          String layerName,
          Map<String,String> styleNames)
 | 
| Uses of Filter in org.deegree.services.wms.model.layers | 
|---|
| Methods in org.deegree.services.wms.model.layers that return types with arguments of type Filter | |
|---|---|
protected  Pair<Filter,LinkedList<String>> | 
FeatureLayer.getDimensionFilter(HashMap<String,List<?>> dims)
 | 
| Uses of Filter in org.deegree.style.se.parser | 
|---|
| Fields in org.deegree.style.se.parser declared as Filter | |
|---|---|
 Filter | 
SymbologyParser.FilterContinuation.filter
 | 
| Constructors in org.deegree.style.se.parser with parameters of type Filter | |
|---|---|
SymbologyParser.FilterContinuation(Filter filter,
                                   LinkedList<Symbolizer<?>> syms,
                                   SymbologyParser.Common common)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||