| Package | Description | 
|---|---|
| org.pepstock.charba.client.geo | 
 Contains all classes to activate the GEO controllers (AKA  
chartjs-chart-geo.js ) for CHART.js. | 
| Modifier and Type | Method and Description | 
|---|---|
static TopoJson | 
GeoUtils.createTopoJson(AbstractInjectableResource topojson)
Creates the  
TopoJson object definition from a topoJson text definition. | 
static TopoJson | 
GeoUtils.createTopoJson(String topojson)
Creates the  
TopoJson object definition from a topoJson text definition. | 
| Modifier and Type | Method and Description | 
|---|---|
static Feature | 
GeoUtils.feature(TopoJson topojson,
       Key featureProperty,
       FeatureFindCallback findCallback)
Reads the topoJson definition and find a specific feature to enable outline. 
 | 
static Feature | 
GeoUtils.feature(TopoJson topojson,
       String featureProperty,
       FeatureFindCallback findCallback)
Reads the topoJson definition and find a specific feature to enable outline. 
 | 
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. 
 | 
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. 
 |