| Modifier and Type | Method and Description |
|---|---|
Feature[] |
CountriesGeoJsonService.getCountries() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Feature> |
CountriesGeoJsonService.countryByIdOrName(String idOrName) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map.Entry<String,Double>> |
CountriesGeoJsonService.entryByCountry(Map<String,Double> data,
Feature value) |
String |
CountriesGeoJsonService.getCountryName(Feature country) |
Optional<Double> |
CountriesGeoJsonService.valueByCountry(Map<String,Double> data,
Feature value) |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
CountriesGeoJsonServiceImpl.getCountries() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Feature> |
CountriesGeoJsonServiceImpl.countryByIdOrName(String idOrName) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map.Entry<String,Double>> |
CountriesGeoJsonServiceImpl.entryByCountry(Map<String,Double> data,
Feature value) |
String |
CountriesGeoJsonServiceImpl.getCountryName(Feature country) |
Optional<Double> |
CountriesGeoJsonServiceImpl.valueByCountry(Map<String,Double> data,
Feature value) |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
FeatureCollection.getFeatures() |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.