Class WindBarbsFactory

  • All Implemented Interfaces:
    MarkFactory

    public class WindBarbsFactory
    extends Object
    implements MarkFactory
    Factory to produce WindBarbs. Urls for wind barbs are in the form: windbarbs://default(speed_value)[units_of_measure]

    TODO: We may consider adding a FLAG to say whether the arrows are toward wind (meteo convention) or against wind (ocean convention)

    Author:
    Daniele Romagnoli, GeoSolutions SAS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Shape getShape​(Graphics2D graphics, Expression symbolUrl, Feature feature)
      Return a shape with the given url.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SOUTHERN_EMISPHERE_FLIP

        public static final AffineTransform SOUTHERN_EMISPHERE_FLIP
        SOUTHERN_EMISPHERE_FLIP
    • Constructor Detail

      • WindBarbsFactory

        public WindBarbsFactory()
    • Method Detail