Uses of Class
com.luciad.ogc.filter.model.TLcdOGCFilter
Packages that use TLcdOGCFilter
Package
Description
Provides the Tile Store abstraction and a file system implementation.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata.Provides API for modeling OGC Catalog Service domain concepts.
Provides API for implementing an OGC Catalog Service.
This package provides classes to evaluate an OGC 1.0/1.1/2.0 filter.
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
Model objects for SLD Feature Type Styles implementing the OGC 05-077r4,
Symbology encoding standard, version 1.1.0, and the deprecated OGC 02-070 standard,
Styled Layer Descriptor Implementation Specification, version 1.0.
Implementation of the OGC Web Feature Service (WFS) specification.
Client API for an OGC Web Feature Service (WFS).
Model objects for SLD Styled Layer Descriptors implementing the OGC 05-078r4,
Styled Layer Descriptor standard, version 1.1.0, and the deprecated OGC 02-070 1.0.0 version of that standard.
-
Uses of TLcdOGCFilter in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return TLcdOGCFilterMethods in com.luciad.fusion.tilestore with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionTLfnQuery.Builder.filter(TLcdOGCFilter aFilter) Sets a query filter.TLfnQuery.Builder.setFilter(TLcdOGCFilter aFilter) Deprecated. -
Uses of TLcdOGCFilter in com.luciad.fusion.tilestore.metadata
Methods in com.luciad.fusion.tilestore.metadata that return types with arguments of type TLcdOGCFilterModifier and TypeMethodDescriptionTLfnVectorCoverageMetadata.Builder.getFilters()Deprecated.Gets an immutable map of the filters, ordered by scale denominator.TLfnVectorCoverageMetadata.getFilters()Deprecated.Returns the OGC filters and the scale denominator to which they apply.Method parameters in com.luciad.fusion.tilestore.metadata with type arguments of type TLcdOGCFilterModifier and TypeMethodDescriptionTLfnVectorCoverageMetadata.Builder.filter(Map<Integer, TLcdOGCFilter> aFiltersByScaleDenominator) Deprecated.TLfnVectorCoverageMetadata.Builder.filters(Map<Integer, TLcdOGCFilter> aFiltersByScaleDenominator) Deprecated.Sets the OGC filters to be used for this coverage. -
Uses of TLcdOGCFilter in com.luciad.ogc.csw.model
Constructors in com.luciad.ogc.csw.model with parameters of type TLcdOGCFilterModifierConstructorDescriptionTLcdCSWQueryConstraint(TLcdOGCFilter aFilter, String aVersion) Creates a fully initialized constraint using the given OGC filter and the version number of the filter. -
Uses of TLcdOGCFilter in com.luciad.ogc.csw.server
Methods in com.luciad.ogc.csw.server with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionprotected abstract ObjectALcdCSWFilterQueryHandler.executeFilter(TLcdOGCFilter filter, TLcdCSWQuery aQuery, TLcdCSWRecordType aOutputFormat, long aMaxRecords, long aStartPosition, ILcdRequest aRequest) Returns the result of applying the given OGC filter expression to the underlying data set(s) corresponding to the typesreferred toin the query. -
Uses of TLcdOGCFilter in com.luciad.ogc.filter.evaluator
Methods in com.luciad.ogc.filter.evaluator with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionILcdOGCFilterEvaluator.buildFilter(TLcdOGCFilter aFilter, TLcdOGCFilterContext aContext) Builds anILcdDynamicFilterinstance for a given OGC filter.TLcdOGCFilterEvaluator.buildFilter(TLcdOGCFilter aFilter, TLcdOGCFilterContext aContext) Builds anILcdDynamicFilterinstance for a given OGC filter. -
Uses of TLcdOGCFilter in com.luciad.ogc.filter.xml
Methods in com.luciad.ogc.filter.xml that return TLcdOGCFilterModifier and TypeMethodDescriptionstatic TLcdOGCFilterTLcdOGCFilterDecoder.decodeFromString(String aFilterXMLString) Utility method to parse a string representing an OGC filter in XML to aTLcdOGCFilterinstance.Methods in com.luciad.ogc.filter.xml with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionstatic StringTLcdOGCFilterEncoder.encodeToString(TLcdOGCFilter aOGCFilter) Utility method to encode the filter as an OGC Filter 1.1.0 XML string.static StringTLcdOGCFilterEncoder.encodeToString(TLcdOGCFilter aOGCFilter, TLcdOGCFilterEncoder.Version aVersion) Utility method to encode the filter as an OGC Filter XML string using the specified OGC Filter version. -
Uses of TLcdOGCFilter in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdOGCFilterModifier and TypeMethodDescriptionTLcdSLDRule.getOGCFilter()Returns the filter that will be applied to select instances of the feature type to be rendered by the symbolizers in this rule.Methods in com.luciad.ogc.sld.model with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionTLcdSLDRule.Builder.filter(TLcdOGCFilter aFilter) Specifies the filter for this rule.voidTLcdSLDRule.setOGCFilter(TLcdOGCFilter aOGCFilter) Sets the filter that will be applied to select instances of the feature type to be rendered by the symbolizers in this rule.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdOGCFilterModifierConstructorDescriptionTLcdSLDRule(String aName, TLcdSLDDescription aDescription, TLcdSLDGraphic aLegendGraphic, TLcdOGCFilter aOGCFilter, boolean aHasElseFilter, double aMinScaleDenominator, double aMaxScaleDenominator, ALcdSLDSymbolizer[] aSymbolizers) Constructor for given parameters. -
Uses of TLcdOGCFilter in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return TLcdOGCFilterModifier and TypeMethodDescriptionTLcdWFSGetFeatureConstraints.getFilter()Returns an OGC filter to be applied while retrieving features.Methods in com.luciad.ogc.wfs with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionabstract intALcdWFSTransactionHandler.handleDeleteSFCT(ILcdWFSFeatureType aFeatureType, List<Object> aDeletedFeaturesSFCT, TLcdOGCFilter aFilter, String aHandle, TLcdWFSRequestContext aContext) Handles a delete action of a transaction request.abstract intALcdWFSTransactionHandler.handleUpdateSFCT(ILcdWFSFeatureType aFeatureType, List<TLcdWFSTransactionUpdateProperty> aUpdateProperties, List<Object> aUpdatedFeatureTokensSFCT, List<Object> aNewFeatureTokensSFCT, TLcdOGCFilter aFilter, String aHandle, TLcdWFSRequestContext aContext) Handles an update action of a transaction request. -
Uses of TLcdOGCFilter in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return TLcdOGCFilterModifier and TypeMethodDescriptionTLcdWFSProxyModel.getFilter()Returns the current OGC Filter used in queries sent to the WFS.Methods in com.luciad.ogc.wfs.client with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionvoidTLcdWFSLockFeatureRequest.addFeatures(QName aTypeName, TLcdOGCFilter aFilter, String aHandle) Adds a set of features which should be locked by this request.voidTLcdWFSTransactionRequest.deleteFeatures(QName aTypeName, TLcdOGCFilter aFilter, String aHandle) Specifies the features which should be deleted by the server.voidTLcdWFSProxyModel.setFilter(TLcdOGCFilter aFilter) Sets the filter to be applied to features retrieved from the WFS.voidTLcdWFSProxyModel.setFilter(TLcdOGCFilter aFilter, int aEventMode) Sets the filter to be applied to features retrieved from the WFS.voidTLcdWFSGetFeatureRequest.setOGCFilter(TLcdOGCFilter aFilter) Sets the OGC Filter that the WFS should apply to the requested feature type(s).voidTLcdWFSGetFeatureRequest.setOGCFilters(TLcdOGCFilter[] aFilters) Sets the OGC Filters that the WFS should apply to the requested feature types.voidTLcdWFSTransactionRequest.updateFeatures(QName aTypeName, TLcdOGCFilter aFilter, String aHandle) Adds an "Update" element to the transaction. -
Uses of TLcdOGCFilter in com.luciad.wms.sld.model
Methods in com.luciad.wms.sld.model that return TLcdOGCFilterModifier and TypeMethodDescriptionTLcdSLDFeatureTypeConstraint.getOGCFilter()Returns the filter.Methods in com.luciad.wms.sld.model with parameters of type TLcdOGCFilterModifier and TypeMethodDescriptionvoidTLcdSLDFeatureTypeConstraint.setOGCFilter(TLcdOGCFilter aFilter) Sets a filter.Constructors in com.luciad.wms.sld.model with parameters of type TLcdOGCFilterModifierConstructorDescriptionTLcdSLDFeatureTypeConstraint(String aFeatureTypeName, TLcdOGCFilter aFilter, TLcdSLDExtent[] aExtents) Creates a newTLcdSLDFeatureTypeConstraintinstance with the given feature type name, filter and extents.
TLfnQuery.Builder.filter(com.luciad.ogc.filter.model.TLcdOGCFilter)instead