Class InterpolateDensityMap
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.InterpolateDensityMap
-
- All Implemented Interfaces:
DensityMap
public class InterpolateDensityMap extends Object implements DensityMap
-
-
Constructor Summary
Constructors Constructor Description InterpolateDensityMap(List<InterpolationPoint<Float>> points, float noDataValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDensity(Number value)
Float
getMaxValue()
Float
getMinValue()
static void
main(String[] args)
-
-
-
Constructor Detail
-
InterpolateDensityMap
public InterpolateDensityMap(List<InterpolationPoint<Float>> points, float noDataValue) throws SLDException
- Throws:
SLDException
-
-
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
-
-