| Package | Description |
|---|---|
| dk.dma.ais.packet |
| Modifier and Type | Method and Description |
|---|---|
static AisPacketTags.SourceType |
AisPacketTags.SourceType.fromString(String st)
From string source type.
|
AisPacketTags.SourceType |
AisPacketTags.getSourceType()
Gets source type.
|
AisPacketTags.SourceType |
AisPacketSource.getSourceType()
Gets source type.
|
static AisPacketTags.SourceType |
AisPacketTags.SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AisPacketTags.SourceType[] |
AisPacketTags.SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Predicate<AisPacket> |
AisPacketFilters.filterOnSourceType(AisPacketTags.SourceType... sourceType)
Filter on source type predicate.
|
static Predicate<AisPacketSource> |
AisPacketSourceFilters.filterOnSourceType(AisPacketTags.SourceType... sourceType)
Filter on source type predicate.
|
void |
AisPacketTags.setSourceType(AisPacketTags.SourceType sourceType)
Sets source type.
|
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.