public interface CountriesGeoJsonService
| Modifier and Type | Method and Description |
|---|---|
Optional<Feature> |
findCountry(String idNameOrLocation) |
Optional<Map.Entry<String,Double>> |
findEntry(Map<String,Double> data,
Feature feature) |
Optional<Double> |
findValue(Map<String,Double> data,
Feature feature) |
Feature[] |
getCountries() |
String |
getCountryName(Feature country) |
String |
getCountryNameByCode(String code) |
Feature[] getCountries()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.