| Package | Description |
|---|---|
| dk.dma.ais.configuration.filter | |
| dk.dma.ais.filter |
| Modifier and Type | Method and Description |
|---|---|
IPacketFilter |
TaggingFilterConfiguration.getInstance() |
IPacketFilter |
TargetCountryFilterConfiguration.getInstance() |
abstract IPacketFilter |
FilterConfiguration.getInstance()
Gets instance.
|
IPacketFilter |
ExpressionFilterConfiguration.getInstance() |
IPacketFilter |
MessageTypeFilterConfiguration.getInstance() |
IPacketFilter |
PacketFilterCollectionConfiguration.getInstance() |
IPacketFilter |
DuplicateFilterConfiguration.getInstance() |
IPacketFilter |
LocationFilterConfiguration.getInstance() |
IPacketFilter |
FutureFilterConfiguration.getInstance() |
IPacketFilter |
DownSampleFilterConfiguration.getInstance() |
IPacketFilter |
SanityFilterConfiguration.getInstance() |
IPacketFilter |
ReplayDownSampleFilterConfiguration.getInstance() |
IPacketFilter |
GatehouseSourceFilterConfiguration.getInstance() |
IPacketFilter |
PastFilterConfiguration.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
DownSampleFilter
A down sampling filter.
|
class |
DuplicateFilter
A doublet filter.
|
class |
ExpressionFilter
Filtering using string expression
see dk.dma.ais.packet.AisPacketFiltersParseHelper (broken link!?)
|
class |
FarFutureFilter
Deprecated.
please use FutureFilter with argument new FutureFilter(86400000)
|
class |
FutureFilter
The type Future filter.
|
class |
GatehouseSourceFilter
Filtering based on the source information attached to message.
|
class |
GeoMaskFilter
The GeoMaskFilter is instantiated with a number of BoundingBoxes.
|
class |
LocationFilter
Simple filtering based on the location of targets.
|
class |
MessageFilterBase
Abstract base class for message filters that allows both ais messages and ais packets as argument.
|
class |
MessageTypeFilter
Filtering based on message types
|
class |
PacketFilterCollection
Filter that holds a collection of packet filers and checks against all filters
Thread safe by delegation
|
class |
PastFilter
The type Past filter.
|
class |
ReplayDownSampleFilter
A down sampling filter.
|
class |
ReplayDuplicateFilter
A doublet filter for replayed streams
The doublet filter works by only allowing the same message through once in a time window.
|
class |
SanityFilter
Filter performing simple sanity filter on received messages
|
class |
TaggingFilter
Filter based on a given tagging.
|
class |
TargetCountryFilter
Filter based on the country of the AIS target
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketFilterCollection.addFilter(IPacketFilter filter)
Add a filter
|
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.