public class ClusterStylesGenerator extends Object
| Constructor and Description |
|---|
ClusterStylesGenerator(String configFolder,
String geoNetworkURL,
String geoServerBackupURL,
String geoNetworkUser,
String geoNetworkPwd,
String geoServerUser,
String geoServerPwd,
String geoServerDBURL,
String geoServerDBUser,
String geoServerDBPWD,
String workspace,
String datastore) |
| Modifier and Type | Method and Description |
|---|---|
static org.geotools.styling.Rule |
addRule(org.geotools.styling.StyleBuilder sb,
String attributeName,
Object equal,
Color fillColor) |
static String |
createPointsStyleMapString(String styleName,
String styleAttribute,
int numberOfClusters,
Class typeValue,
Object minValue,
Object maxValue) |
static String |
createStyleScatterColors(String nameStyle,
String attributeName,
int nClasses,
Class typeValue,
Object maxValue,
Object minValue) |
boolean |
generateStyleMap(String clusteringAlgorithmName,
String clusterTable,
String destinationMapTable,
String datastore,
String clusteridField,
String outliersField) |
static void |
main(String[] args) |
static void |
main1(String[] args) |
public ClusterStylesGenerator(String configFolder, String geoNetworkURL, String geoServerBackupURL, String geoNetworkUser, String geoNetworkPwd, String geoServerUser, String geoServerPwd, String geoServerDBURL, String geoServerDBUser, String geoServerDBPWD, String workspace, String datastore)
public static String createPointsStyleMapString(String styleName, String styleAttribute, int numberOfClusters, Class typeValue, Object minValue, Object maxValue) throws Exception
Exceptionpublic boolean generateStyleMap(String clusteringAlgorithmName, String clusterTable, String destinationMapTable, String datastore, String clusteridField, String outliersField) throws Exception
Exceptionpublic static String createStyleScatterColors(String nameStyle, String attributeName, int nClasses, Class typeValue, Object maxValue, Object minValue) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.