Uses of Class
uk.ac.rdg.resc.edal.graphics.style.ScaleRange
-
Packages that use ScaleRange 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 ScaleRange in uk.ac.rdg.resc.edal.graphics.style
Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type ScaleRange Constructor Description ColouredSizedArrowLayer(String directionField, String arrowSizeField, String arrowColourField, Integer arrowMinSize, Integer arrowMaxSize, ScaleRange scale, ColourScheme arrowColourScheme, ArrowLayer.ArrowStyle arrowStyle, ArrowLayer.ArrowDirectionConvention arrowDirectionConvention)
Instantiates a newColouredSizedArrowLayer
ContourLayer(String dataFieldName, ScaleRange scale, boolean autoscaleEnabled, double numberOfContours, Color contourLineColour, String contourPalette, int contourLineWidth, ContourLayer.ContourLineStyle contourLineStyle, boolean labelEnabled)
RGBBandColourScheme(ScaleRange rRange, ScaleRange gRange, ScaleRange bRange)
SegmentColourScheme(ScaleRange scaleRange, Color belowMinColour, Color aboveMaxColour, Color noDataColour, Color[] palette, Integer nColourBands)
SegmentColourScheme(ScaleRange scaleRange, Color belowMinColour, Color aboveMaxColour, Color noDataColour, String paletteString, Integer nColourBands)
SizedArrowLayer(String directionFieldName, String magnitudeFieldName, Integer minArrowSize, Integer maxArrowSize, ScaleRange magnitudeScaleRange, Color arrowColour, ArrowLayer.ArrowStyle arrowStyle)
SizedArrowLayer(String directionFieldName, String magnitudeFieldName, Integer minArrowSize, Integer maxArrowSize, ScaleRange magnitudeScaleRange, Color arrowColour, ArrowLayer.ArrowStyle arrowStyle, ArrowLayer.ArrowDirectionConvention arrowDirectionConvention)
-
Uses of ScaleRange in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return ScaleRange Modifier and Type Method Description ScaleRange
SLDRange. getScaleRange()
-