Interface CountriesGeoJsonService
-
- All Known Implementing Classes:
CountriesGeoJsonServiceImpl
public interface CountriesGeoJsonServiceClass for handling GeoJson files that contains country information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()StringgetCountryName(Feature country)StringgetCountryNameByCode(String code)
-
-
-
Method Detail
-
getCountries
Feature[] getCountries()
-
-