Uses of Interface
org.dashbuilder.renderer.c3.client.jsbinding.geojson.Feature
-
-
Uses of Feature in org.dashbuilder.renderer.c3.client.charts.map.geojson
Methods in org.dashbuilder.renderer.c3.client.charts.map.geojson that return Feature Modifier and Type Method Description Feature[]CountriesGeoJsonService. getCountries()Methods in org.dashbuilder.renderer.c3.client.charts.map.geojson that return types with arguments of type Feature Modifier and Type Method Description Optional<Feature>CountriesGeoJsonService. findCountry(String idNameOrLocation)Methods in org.dashbuilder.renderer.c3.client.charts.map.geojson with parameters of type Feature Modifier and Type Method Description Optional<Map.Entry<String,Double>>CountriesGeoJsonService. findEntry(Map<String,Double> data, Feature feature)Optional<Double>CountriesGeoJsonService. findValue(Map<String,Double> data, Feature feature)StringCountriesGeoJsonService. getCountryName(Feature country) -
Uses of Feature in org.dashbuilder.renderer.c3.client.charts.map.geojson.impl
Methods in org.dashbuilder.renderer.c3.client.charts.map.geojson.impl that return Feature Modifier and Type Method Description Feature[]CountriesGeoJsonServiceImpl. getCountries()Methods in org.dashbuilder.renderer.c3.client.charts.map.geojson.impl that return types with arguments of type Feature Modifier and Type Method Description Optional<Feature>CountriesGeoJsonServiceImpl. countryByIdOrName(String idOrName)Optional<Feature>CountriesGeoJsonServiceImpl. countryByLocation(String location)Optional<Feature>CountriesGeoJsonServiceImpl. findCountry(String idNameOrLocation)Methods in org.dashbuilder.renderer.c3.client.charts.map.geojson.impl with parameters of type Feature Modifier and Type Method Description protected booleanCountriesGeoJsonServiceImpl. 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)StringCountriesGeoJsonServiceImpl. getCountryName(Feature country)Optional<Double>CountriesGeoJsonServiceImpl. valueByCountry(Map<String,Double> data, Feature value)Optional<Double>CountriesGeoJsonServiceImpl. valueByLocation(Map<String,Double> data, Feature feature) -
Uses of Feature in org.dashbuilder.renderer.c3.client.jsbinding.geojson
Methods in org.dashbuilder.renderer.c3.client.jsbinding.geojson that return Feature Modifier and Type Method Description Feature[]FeatureCollection. getFeatures()
-