public class AisPacketSource extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static AisPacketSource |
create(AisPacket packet)
Create ais packet source.
|
static Predicate<AisPacketSource> |
createPredicate(String expression)
Create predicate predicate.
|
boolean |
equals(Object obj) |
Integer |
getSourceBaseStation()
Returns the base station source.
|
dk.dma.enav.model.Country |
getSourceCountry()
Gets source country.
|
String |
getSourceId()
Gets source id.
|
String |
getSourceRegion()
Gets source region.
|
AisPacketTags.SourceType |
getSourceType()
Gets source type.
|
int |
hashCode() |
String |
toString() |
public Integer getSourceBaseStation()
public dk.dma.enav.model.Country getSourceCountry()
public String getSourceId()
public String getSourceRegion()
public AisPacketTags.SourceType getSourceType()
public static AisPacketSource create(AisPacket packet)
packet - the packetpublic static Predicate<AisPacketSource> createPredicate(String expression)
expression - the expressionCopyright © 2011–2019 Danish Maritime Authority. All rights reserved.