Uses of Class
uk.ac.rdg.resc.edal.graphics.style.InterpolationPoint
-
Packages that use InterpolationPoint Package Description uk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style typesuk.ac.rdg.resc.edal.graphics.style.sld -
-
Uses of InterpolationPoint in uk.ac.rdg.resc.edal.graphics.style
Constructor parameters in uk.ac.rdg.resc.edal.graphics.style with type arguments of type InterpolationPoint Constructor Description InterpolateColourScheme(List<InterpolationPoint<Color>> points, Color noDataColour)
InterpolateDensityMap(List<InterpolationPoint<Float>> points, float noDataValue)
-
Uses of InterpolationPoint in uk.ac.rdg.resc.edal.graphics.style.sld
Fields in uk.ac.rdg.resc.edal.graphics.style.sld with type parameters of type InterpolationPoint Modifier and Type Field Description protected List<InterpolationPoint<T>>
AbstractSLDInterpolateFunction. interpolationPoints
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return types with arguments of type InterpolationPoint Modifier and Type Method Description List<InterpolationPoint<T>>
AbstractSLDInterpolateFunction. getInterpolationPoints()
-