Uses of Class
org.gcube.spatial.data.gis.symbology.GeometryType
-
Packages that use GeometryType Package Description org.gcube.spatial.data.gis.symbology -
-
Uses of GeometryType in org.gcube.spatial.data.gis.symbology
Methods in org.gcube.spatial.data.gis.symbology that return GeometryType Modifier and Type Method Description static GeometryTypeGeometryType. 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.Methods in org.gcube.spatial.data.gis.symbology with parameters of type GeometryType Modifier and Type Method Description static StringStyleUtils. createStyle(String nameStyle, String attributeName, int maxClasses, Color c1, Color c2, Class typeValue, Object maxValue, Object minValue, GeometryType geometryType)static StringStyleUtils. createStyle(String nameStyle, String attributeName, ArrayList<ClassStyleDef> classes, Color c1, Color c2, GeometryType geometryType)static StringStyleUtils. createStyleLog(String nameStyle, String attributeName, int maxClasses, Color c1, Color c2, Class typeValue, Object maxValue, Object minValue, GeometryType geometryType)static StringStyleUtils. createStyleLogScatterColors(String nameStyle, String attributeName, int nClasses, Class typeValue, Object maxValue, Object minValue, GeometryType geometryType)static StringStyleUtils. createStyleScatterColors(String nameStyle, String attributeName, int nClasses, Class typeValue, Object maxValue, Object minValue, GeometryType geometryType)
-