| Package | Description |
|---|---|
| net.maritimecloud.util |
Contains various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Country |
Country.getByCode(String code)
Get MidCountry by ISO 3166 two or three letter code
|
static Country |
Country.getByMid(int mid)
Get MidCountry by MID
|
static Country |
Country.getCountryForMmsi(Integer mmsi) |
| Modifier and Type | Method and Description |
|---|---|
static List<Country> |
Country.findAllByCode(String... countries) |
static Map<Integer,Country> |
Country.getMidMap() |
| Modifier and Type | Method and Description |
|---|---|
int |
Country.compareTo(Country o) |
Copyright © 2012–2015 Danish Maritime Authority. All rights reserved.