Class ColorWindBarbSymbol

All Implemented Interfaces:
Serializable, Cloneable, ColorEnhanced

public class ColorWindBarbSymbol extends WindBarbSymbol implements ColorEnhanced
A ColorWindBarbSymbol is similar to a normal wind barb but it has the additional feature that barbs are colored according to a color enhancement scheme based on the wind speed.
Since:
3.2.0
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • ColorWindBarbSymbol

      public ColorWindBarbSymbol(int speedAtt, int directionAtt, int speedUnits, EarthTransform2D trans, Palette pal, EnhancementFunction func)
      Creates a new color wind barb symbol.
      Parameters:
      speedAtt - the feature attribute for wind speed.
      directionAtt - the feature attribute for wind direction.
      speedUnits - the units of speed, either SPEED_KNOTS or SPEED_METERS_PER_SECOND.
      trans - the earth transform used for converting directions.
      pal - the color palette for color enhancement.
      func - the enhancement function.
  • Method Details