Class PolygonFeatureOverlay

All Implemented Interfaces:
Serializable, Cloneable, Comparable

public class PolygonFeatureOverlay extends PolygonOverlay
The PolygonFeatureOverlay class annotes a data view with earth polygons from an PolygonFeatureSource.
Since:
3.1.9
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • PolygonFeatureOverlay

      public PolygonFeatureOverlay(Color color, int layer, Stroke stroke, Color fillColor, PolygonFeatureSource source)
      Constructs a new overlay.
      Parameters:
      color - the overlay color.
      layer - the overlay layer number.
      stroke - the stroke to use for vector paths.
      fillColor - the fill color to use for polygon fills.
      source - the source for polygon data.
    • PolygonFeatureOverlay

      public PolygonFeatureOverlay(Color color, PolygonFeatureSource source)
      Constructs a new overlay. The layer number is initialized to 0 and the stroke to the default BasicStroke.
      Parameters:
      color - the overlay color.
      source - the source for polygon data.
  • Method Details