Uses of Class
org.gcube.spatial.data.gis.symbology.Range.Condition
-
Packages that use Range.Condition Package Description org.gcube.spatial.data.gis.symbology -
-
Uses of Range.Condition in org.gcube.spatial.data.gis.symbology
Methods in org.gcube.spatial.data.gis.symbology that return Range.Condition Modifier and Type Method Description Range.ConditionRange. getCondition()static Range.ConditionRange.Condition. valueOf(String name)Returns the enum constant of this type with the specified name.static Range.Condition[]Range.Condition. 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 Range.Condition Modifier and Type Method Description voidRange. setCondition(Range.Condition condition)Constructors in org.gcube.spatial.data.gis.symbology with parameters of type Range.Condition Constructor Description Range(String toFilterProperty, Color toAssignColor, Object min, Object max, Range.Condition condition)
-