| Modifier and Type | Method and Description |
|---|---|
Feature[] |
CountriesGeoJsonService.getCountries() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Feature> |
CountriesGeoJsonService.findCountry(String idNameOrLocation) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map.Entry<String,Double>> |
CountriesGeoJsonService.findEntry(Map<String,Double> data,
Feature feature) |
Optional<Double> |
CountriesGeoJsonService.findValue(Map<String,Double> data,
Feature feature) |
String |
CountriesGeoJsonService.getCountryName(Feature country) |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
CountriesGeoJsonServiceImpl.getCountries() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Feature> |
CountriesGeoJsonServiceImpl.countryByIdOrName(String idOrName) |
Optional<Feature> |
CountriesGeoJsonServiceImpl.countryByLocation(String location) |
Optional<Feature> |
CountriesGeoJsonServiceImpl.findCountry(String idNameOrLocation) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CountriesGeoJsonServiceImpl.containsLocation(String latitudeLongitudeStr,
Feature feature) |
Stream<Map.Entry<String,Double>> |
CountriesGeoJsonServiceImpl.entriesByLocation(Map<String,Double> data,
Feature feature) |
Optional<Map.Entry<String,Double>> |
CountriesGeoJsonServiceImpl.entryByCountry(Map<String,Double> data,
Feature value) |
Optional<Map.Entry<String,Double>> |
CountriesGeoJsonServiceImpl.findEntry(Map<String,Double> data,
Feature feature) |
Optional<Double> |
CountriesGeoJsonServiceImpl.findValue(Map<String,Double> data,
Feature feature) |
String |
CountriesGeoJsonServiceImpl.getCountryName(Feature country) |
Optional<Double> |
CountriesGeoJsonServiceImpl.valueByCountry(Map<String,Double> data,
Feature value) |
Optional<Double> |
CountriesGeoJsonServiceImpl.valueByLocation(Map<String,Double> data,
Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
FeatureCollection.getFeatures() |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.