public class CountryData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INDEX_FILE |
static java.lang.String |
PATH_TO_COUNTRYDATA |
static java.util.regex.Pattern |
PATTERN_COORDLINE |
Constructor and Description |
---|
CountryData() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<VPoint> |
getCountryData(java.lang.String countryfile,
java.awt.Rectangle bounds) |
static java.util.ArrayList<java.lang.String> |
getCountryList() |
static void |
main(java.lang.String[] args) |
public static final java.lang.String PATH_TO_COUNTRYDATA
public static final java.lang.String INDEX_FILE
public static final java.util.regex.Pattern PATTERN_COORDLINE
public static void main(java.lang.String[] args) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException
public static java.util.ArrayList<java.lang.String> getCountryList() throws java.io.IOException
java.io.IOException
public static java.util.ArrayList<VPoint> getCountryData(java.lang.String countryfile, java.awt.Rectangle bounds) throws java.io.IOException
java.io.IOException