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 floatgetDensity(Number value)FloatgetMaxValue()FloatgetMinValue()
-
-
-
Method Detail
-
getDensity
public float getDensity(Number value) throws OperationNotSupportedException
- Specified by:
getDensityin interfaceDensityMap- Throws:
OperationNotSupportedException
-
getMinValue
public Float getMinValue()
- Specified by:
getMinValuein interfaceDensityMap
-
getMaxValue
public Float getMaxValue()
- Specified by:
getMaxValuein interfaceDensityMap
-
-