| Package | Description |
|---|---|
| org.gcube.spatial.data.gis.symbology |
| Modifier and Type | Method and Description |
|---|---|
static GeometryType |
GeometryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryType[] |
GeometryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
StyleUtils.createStyle(String nameStyle,
String attributeName,
ArrayList<ClassStyleDef> classes,
Color c1,
Color c2,
GeometryType geometryType) |
static String |
StyleUtils.createStyle(String nameStyle,
String attributeName,
int maxClasses,
Color c1,
Color c2,
Class typeValue,
Object maxValue,
Object minValue,
GeometryType geometryType) |
static String |
StyleUtils.createStyleLog(String nameStyle,
String attributeName,
int maxClasses,
Color c1,
Color c2,
Class typeValue,
Object maxValue,
Object minValue,
GeometryType geometryType) |
static String |
StyleUtils.createStyleLogScatterColors(String nameStyle,
String attributeName,
int nClasses,
Class typeValue,
Object maxValue,
Object minValue,
GeometryType geometryType) |
static String |
StyleUtils.createStyleScatterColors(String nameStyle,
String attributeName,
int nClasses,
Class typeValue,
Object maxValue,
Object minValue,
GeometryType geometryType) |
Copyright © 2019. All Rights Reserved.