org.gcube.spatial.data.gis.symbology
Class Range
java.lang.Object
org.gcube.spatial.data.gis.symbology.Range
public class Range
- extends Object
Range
public Range(String toFilterProperty,
Color toAssignColor,
Object min,
Object max,
Range.Condition condition)
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()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.