Package | Description |
---|---|
com.luciad.fusion.tilestore |
Provides the Tile Store abstraction and a file system implementation.
|
com.luciad.fusion.tilestore.metadata |
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata . |
com.luciad.ogc.csw.model |
Provides API for modeling OGC Catalog Service domain concepts.
|
com.luciad.ogc.csw.server |
Provides API for implementing an OGC Catalog Service.
|
com.luciad.ogc.filter.evaluator |
This package provides classes to evaluate an OGC 1.0/1.1/2.0 filter.
|
com.luciad.ogc.filter.xml |
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
|
com.luciad.ogc.sld.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.
|
com.luciad.ogc.wfs |
Implementation of the OGC Web Feature Service (WFS) specification.
|
com.luciad.ogc.wfs.client |
Client API for an OGC Web Feature Service (WFS).
|
com.luciad.wms.sld.model |
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.
|
Modifier and Type | Method and Description |
---|---|
TLcdOGCFilter |
TLfnQuery.getFilter()
Gets the filter used by this query.
|
Modifier and Type | Method and Description |
---|---|
TLfnQuery.Builder |
TLfnQuery.Builder.filter(TLcdOGCFilter aFilter)
Sets a query filter.
|
TLfnQuery.Builder |
TLfnQuery.Builder.setFilter(TLcdOGCFilter aFilter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,TLcdOGCFilter> |
TLfnVectorCoverageMetadata.getFilters()
Deprecated.
Returns the OGC filters and the scale denominator to which they apply.
|
Map<Integer,TLcdOGCFilter> |
TLfnVectorCoverageMetadata.Builder.getFilters()
Deprecated.
Gets an immutable map of the filters, ordered by scale denominator.
|
Modifier and Type | Method and Description |
---|---|
TLfnVectorCoverageMetadata.Builder |
TLfnVectorCoverageMetadata.Builder.filter(Map<Integer,TLcdOGCFilter> aFiltersByScaleDenominator)
Deprecated.
|
TLfnVectorCoverageMetadata.Builder |
TLfnVectorCoverageMetadata.Builder.filters(Map<Integer,TLcdOGCFilter> aFiltersByScaleDenominator)
Deprecated.
Sets the OGC filters to be used for this coverage.
|
Constructor and Description |
---|
TLcdCSWQueryConstraint(TLcdOGCFilter aFilter,
String aVersion)
Creates a fully initialized constraint using the given OGC filter and the version number of the filter.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
ALcdCSWFilterQueryHandler.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
types
referred to in the query. |
Modifier and Type | Method and Description |
---|---|
ILcdDynamicFilter |
TLcdOGCFilterEvaluator.buildFilter(TLcdOGCFilter aFilter,
TLcdOGCFilterContext aContext)
Builds an
ILcdDynamicFilter instance for a given OGC filter. |
ILcdDynamicFilter |
ILcdOGCFilterEvaluator.buildFilter(TLcdOGCFilter aFilter,
TLcdOGCFilterContext aContext)
Builds an
ILcdDynamicFilter instance for a given OGC filter. |
Modifier and Type | Method and Description |
---|---|
TLcdOGCFilter |
TLcdJDOM2OGCFilter.convert(org.jdom.Element element)
Deprecated.
Convert a JDOM element that represents an OGC Filter (
<ogc:Filter> ) into an TLcdOGCFilter instance. |
static TLcdOGCFilter |
TLcdOGCFilterDecoder.decodeFromString(String aFilterXMLString)
Utility method to parse a string representing an OGC filter in XML to a
TLcdOGCFilter instance. |
Modifier and Type | Method and Description |
---|---|
static String |
TLcdOGCFilterEncoder.encodeToString(TLcdOGCFilter aOGCFilter)
Utility method to encode the filter as an OGC Filter 2.0.0 XML string.
|
Modifier and Type | Method and Description |
---|---|
TLcdOGCFilter |
TLcdSLDRule.getOGCFilter()
Returns the filter that will be applied to select instances of the feature type to be rendered
by the symbolizers in this rule.
|
Modifier and Type | Method and Description |
---|---|
TLcdSLDRule.Builder<T> |
TLcdSLDRule.Builder.filter(TLcdOGCFilter aFilter)
Specifies the filter for this rule.
|
void |
TLcdSLDRule.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.
|
Constructor and Description |
---|
TLcdSLDRule(String aName,
TLcdSLDDescription aDescription,
TLcdSLDGraphic aLegendGraphic,
TLcdOGCFilter aOGCFilter,
boolean aHasElseFilter,
double aMinScaleDenominator,
double aMaxScaleDenominator,
ALcdSLDSymbolizer[] aSymbolizers)
Constructor for given parameters.
|
Modifier and Type | Method and Description |
---|---|
TLcdOGCFilter |
TLcdWFSGetFeatureConstraints.getFilter()
Returns an OGC filter to be applied while retrieving features.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
ALcdWFSTransactionHandler.handleDeleteSFCT(ILcdWFSFeatureType aFeatureType,
List<Object> aDeletedFeaturesSFCT,
TLcdOGCFilter aFilter,
String aHandle,
TLcdWFSRequestContext aContext)
Handles a delete action of a transaction request.
|
abstract int |
ALcdWFSTransactionHandler.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.
|
Modifier and Type | Method and Description |
---|---|
TLcdOGCFilter |
TLcdWFSProxyModel.getFilter()
Returns the current OGC Filter used in queries sent to the WFS.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdWFSLockFeatureRequest.addFeatures(QName aTypeName,
TLcdOGCFilter aFilter,
String aHandle)
Adds a set of features which should be locked by this request.
|
void |
TLcdWFSTransactionRequest.deleteFeatures(QName aTypeName,
TLcdOGCFilter aFilter,
String aHandle)
Specifies the features which should be deleted by the server.
|
void |
TLcdWFSProxyModel.setFilter(TLcdOGCFilter aFilter)
Sets the filter to be applied to features retrieved from the WFS.
|
void |
TLcdWFSProxyModel.setFilter(TLcdOGCFilter aFilter,
int aEventMode)
Sets the filter to be applied to features retrieved from the WFS.
|
void |
TLcdWFSGetFeatureRequest.setOGCFilter(TLcdOGCFilter aFilter)
Sets the OGC Filter that the WFS should apply to the requested feature type(s).
|
void |
TLcdWFSGetFeatureRequest.setOGCFilters(TLcdOGCFilter[] aFilters)
Sets the OGC Filters that the WFS should apply to the requested feature types.
|
void |
TLcdWFSTransactionRequest.updateFeatures(QName aTypeName,
TLcdOGCFilter aFilter,
String aHandle)
Adds an "Update" element to the transaction.
|
Modifier and Type | Method and Description |
---|---|
TLcdOGCFilter |
TLcdSLDFeatureTypeConstraint.getOGCFilter()
Returns the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdSLDFeatureTypeConstraint.setOGCFilter(TLcdOGCFilter aFilter)
Sets a filter.
|
Constructor and Description |
---|
TLcdSLDFeatureTypeConstraint(String aFeatureTypeName,
TLcdOGCFilter aFilter,
TLcdSLDExtent[] aExtents)
Creates a new
TLcdSLDFeatureTypeConstraint instance with the given feature type name,
filter and extents. |