Uses of Class
org.pepstock.charba.client.geo.TopoJson
-
Packages that use TopoJson Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js. -
-
Uses of TopoJson in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return TopoJson Modifier and Type Method Description static TopoJson
GeoUtils. createTopoJson(String topojson)
Creates theTopoJson
object definition from a topoJson text definition.static TopoJson
GeoUtils. createTopoJson(AbstractInjectableResource topojson)
Creates theTopoJson
object definition from a topoJson text definition.Methods in org.pepstock.charba.client.geo with parameters of type TopoJson Modifier and Type Method Description static Feature
GeoUtils. feature(TopoJson topojson, String featureProperty, FeatureFindCallback findCallback)
Reads the topoJson definition and find a specific feature to enable outline.static Feature
GeoUtils. feature(TopoJson topojson, Key featureProperty, FeatureFindCallback findCallback)
Reads the topoJson definition and find a specific feature to enable outline.static List<Feature>
GeoUtils. features(TopoJson topojson, String featureProperty)
Reads the topoJson definition and creates a list of features to enable regions drawing.static List<Feature>
GeoUtils. features(TopoJson topojson, String featureProperty, FeatureFilterCallback filterCallback)
Reads the topoJson definition and creates a list of features to enable regions drawing.static List<Feature>
GeoUtils. features(TopoJson topojson, Key featureProperty)
Reads the topoJson definition and creates a list of features to enable regions drawing.static List<Feature>
GeoUtils. features(TopoJson topojson, Key featureProperty, FeatureFilterCallback filterCallback)
Reads the topoJson definition and creates a list of features to enable regions drawing.
-