Class Range
- java.lang.Object
-
- org.gcube.spatial.data.gis.symbology.Range
-
public class Range extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRange.Condition
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Range.ConditiongetCondition()ObjectgetMax()ObjectgetMin()ColorgetToAssignColor()StringgetToFilterProperty()voidsetCondition(Range.Condition condition)voidsetMax(Object max)voidsetMin(Object min)voidsetToAssignColor(Color toAssignColor)voidsetToFilterProperty(String toFilterProperty)StringtoString()
-
-
-
Constructor Detail
-
Range
public Range(String toFilterProperty, Color toAssignColor, Object min, Object max, Range.Condition condition)
-
-
Method Detail
-
setCondition
public void setCondition(Range.Condition condition)
-
getMin
public Object getMin()
- Returns:
- the min
-
setMin
public void setMin(Object min)
- Parameters:
min- the min to set
-
getMax
public Object getMax()
- Returns:
- the max
-
setMax
public void setMax(Object max)
- Parameters:
max- the max to set
-
getToFilterProperty
public String getToFilterProperty()
- Returns:
- the toFilterProperty
-
setToFilterProperty
public void setToFilterProperty(String toFilterProperty)
- Parameters:
toFilterProperty- the toFilterProperty to set
-
getToAssignColor
public Color getToAssignColor()
- Returns:
- the toAssignColor
-
setToAssignColor
public void setToAssignColor(Color toAssignColor)
- Parameters:
toAssignColor- the toAssignColor to set
-
getCondition
public Range.Condition getCondition()
-
-