Uses of Interface
com.luciad.util.ILcdDynamicFilter
Package
Description
This package provides a
layer builder
that can be used for AIXM 3/4 data.This package provides a
layer builder
that can be used for ARINC data.This package provides a
layer builder
that can be used for DAFIF or DAFIFT data.This package contains a layer builder to visualize NetCDF models.
Provides API for visualizing NVG data in a Lightspeed view.
This package provides a
layer builder
to create layers for S57 data (individual cells and catalogues).
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
Provides utility classes for Lucy.
This package provides classes to evaluate an OGC 1.0/1.1/2.0 filter.
Contains a Java object model for representing an OGC filter, implementing the OGC 02-059, 04-095 and 09-026 standards
(OGC Filter Encoding Implementation Specification, version 1.0.0, 1.1.0 and 2.0.0).
Provides a layer builder for APP6 a/b/c layers.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
Provides a layer builder for APP-6 and/or MIL-STD-2525 layers.
Provides support for real-time hypsometric shading for either the terrain layer of
an
ILspView
or an elevation model.Basic utilities.
Provides layering support for
ILspView
.Provides layering support for density layers.
Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides layering support for raster layers.
Provides layering support for vector layers.
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view.-
Uses of ILcdDynamicFilter in com.luciad.format.aixm.view.lightspeed
Modifier and TypeMethodDescriptionTLspAIXMLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.format.arinc.view.lightspeed
Modifier and TypeMethodDescriptionTLspARINCLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.format.dafif.lightspeed
Modifier and TypeMethodDescriptionTLspDAFIFLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.format.netcdf.lightspeed
Modifier and TypeMethodDescriptionTLspNetCDFLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.format.nvg.lightspeed
Modifier and TypeMethodDescriptionTLspNVGLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.format.s52.lightspeed
Modifier and TypeMethodDescriptionTLspS52LayerBuilder.filter
(ILcdDynamicFilter aFilter) Specify a filter on the objects on this layer. -
Uses of ILcdDynamicFilter in com.luciad.fusion.client.view.lightspeed
Modifier and TypeMethodDescriptionTLspFusionVectorLayerBuilder.filter
(ILcdDynamicFilter aFilter) Deprecated.Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.lucy.util
Modifier and TypeClassDescriptionclass
Abstract implementation of a composite filter according to composite design pattern.class
Implementation ofALcyCompositeFilter
that logically ands the associated filters together.class
An implementation of ILcdFilter that is able to filter out specific objects of anILcdIntegerIndexed
. -
Uses of ILcdDynamicFilter in com.luciad.ogc.filter.evaluator
Modifier and TypeMethodDescriptionILcdOGCFilterEvaluator.buildFilter
(TLcdOGCFilter aFilter, TLcdOGCFilterContext aContext) Builds anILcdDynamicFilter
instance for a given OGC filter.TLcdOGCFilterEvaluator.buildFilter
(TLcdOGCFilter aFilter, TLcdOGCFilterContext aContext) Builds anILcdDynamicFilter
instance for a given OGC filter. -
Uses of ILcdDynamicFilter in com.luciad.ogc.filter.model
Modifier and TypeMethodDescriptionfinal ILcdDynamicFilter
TLcdOGCFilter.asPredicate
(TLcdOGCFilterContext aFilterContext) Convenience method that evaluates this filter into a predicate that can be used to restrict collections of (OGC) features. -
Uses of ILcdDynamicFilter in com.luciad.symbology.app6a.view.lightspeed
Modifier and TypeMethodDescriptionTLspAPP6ALayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.symbology.milstd2525b.view.lightspeed
Modifier and TypeMethodDescriptionTLspMS2525bLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.symbology.view.lightspeed
Modifier and TypeMethodDescriptionTLspMilitarySymbologyLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.tea.lightspeed.hypsometry
Modifier and TypeMethodDescriptionTLspHypsometricShadingLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.util
Modifier and TypeClassDescriptionclass
Convenience filter that provides the implementation forchange support
: listener and change event handling. -
Uses of ILcdDynamicFilter in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionALspLayer.getFilter()
Returns the currentILcdDynamicFilter
that filters the objects on this layer.Modifier and TypeMethodDescriptionvoid
ALspLayer.setFilter
(ILcdDynamicFilter aFilter) Sets theILcdDynamicFilter
to filter the objects on this layer.void
TLspLayer.setFilter
(ILcdDynamicFilter aFilter) Sets theILcdDynamicFilter
to filter the objects on this layer. -
Uses of ILcdDynamicFilter in com.luciad.view.lightspeed.layer.density
Modifier and TypeMethodDescriptionTLspDensityLayerBuilder.filter
(ILcdDynamicFilter aFilter) Deprecated.Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionTLspGXYLayerAdapter.getFilter()
Deprecated.Returns the currentILcdDynamicFilter
that filters the objects on this layer.Modifier and TypeMethodDescriptionvoid
TLspGXYLayerAdapter.setFilter
(ILcdDynamicFilter aFilter) Deprecated.Sets theILcdDynamicFilter
to filter the objects on this layer. -
Uses of ILcdDynamicFilter in com.luciad.view.lightspeed.layer.raster
Modifier and TypeMethodDescriptionTLspRasterLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.view.lightspeed.layer.shape
Modifier and TypeMethodDescriptionTLspShapeLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer. -
Uses of ILcdDynamicFilter in com.luciad.wms.client.lightspeed
Modifier and TypeMethodDescriptionTLspWMSLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer.