Class ThresholdDensityMap
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.ThresholdDensityMap
-
- All Implemented Interfaces:
DensityMap
public class ThresholdDensityMap extends Object implements DensityMap
-
-
Constructor Summary
Constructors Constructor Description ThresholdDensityMap(List<Float> thresholds, List<Float> densities, float noDataDensity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDensity(Number value)
Float
getMaxValue()
Float
getMinValue()
-
-
-
Method Detail
-
getDensity
public float getDensity(Number value) throws OperationNotSupportedException
- Specified by:
getDensity
in interfaceDensityMap
- Throws:
OperationNotSupportedException
-
getMinValue
public Float getMinValue()
- Specified by:
getMinValue
in interfaceDensityMap
-
getMaxValue
public Float getMaxValue()
- Specified by:
getMaxValue
in interfaceDensityMap
-
-