| Package | Description |
|---|---|
| dk.dma.ais.bus | |
| dk.dma.ais.configuration.transform | |
| dk.dma.ais.transform |
| Modifier and Type | Field and Description |
|---|---|
protected CopyOnWriteArrayList<IAisPacketTransformer> |
AisBusComponent.packetTransformers
Transformers to apply
|
| Modifier and Type | Method and Description |
|---|---|
CopyOnWriteArrayList<IAisPacketTransformer> |
AisBusComponent.getPacketTransformers()
Get packet transformers list
|
| Modifier and Type | Method and Description |
|---|---|
IAisPacketTransformer |
ReplayTransformConfiguration.getInstance() |
IAisPacketTransformer |
PacketTransformerCollectionConfiguration.getInstance() |
IAisPacketTransformer |
SourceTypeSatTransformerConfiguration.getInstance() |
abstract IAisPacketTransformer |
TransformerConfiguration.getInstance()
Gets instance.
|
IAisPacketTransformer |
AnonymousTransfomerConfiguration.getInstance() |
IAisPacketTransformer |
CropVdmTransformerConfiguration.getInstance() |
IAisPacketTransformer |
TimestampTaggingTransformerConfiguration.getInstance() |
IAisPacketTransformer |
TaggingTransformerConfiguration.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
AisPacketTaggingTransformer
Transformer that given a tagging instance and a policy transforms the tagging of an AisPacket
|
class |
AnonymousTransformer
Transformer that anonymizes ais packets
|
class |
CropVdmTransformer
Transformer that strips everything from the packet except the raw VDM sentences
|
class |
PacketTransformerCollection
The type Packet transformer collection.
|
class |
ReplayTransformer
Special kind of transformer that imposes a delay to replay an AIS stream given speedup, and the timing in the stream.
|
class |
SourceTypeSatTransformer
Transformer that maps a number of proprietary taggings into
source type SATELLITE tagging
|
class |
TimestampTaggingTransformer
The type Timestamp tagging transformer.
|
class |
VdmVdoTransformer
Transformer that changes VDM/VDO to either VDM or VDO based on a given MMSI.
|
| Modifier and Type | Method and Description |
|---|---|
List<IAisPacketTransformer> |
PacketTransformerCollection.getCollection()
Gets collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketTransformerCollection.addTransformer(IAisPacketTransformer packetTransformer)
Add transformer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketTransformerCollection.setCollection(List<IAisPacketTransformer> collection)
Sets collection.
|
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.