Class ShapeOverlayFactory

java.lang.Object
noaa.coastwatch.render.feature.ShapeOverlayFactory

public class ShapeOverlayFactory extends Object

The ShapeOverlayFactory class reads various shape file formats and returns the shapes as an EarthDataOverlay object.

Since:
3.8.0
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • ShapeOverlayFactory

      protected ShapeOverlayFactory()
  • Method Details

    • getInstance

      public static ShapeOverlayFactory getInstance()
    • create

      public EarthDataOverlay create(String filename) throws IOException
      Creates a new overlay from data in a shape data file.
      Parameters:
      filename - the filename of the shape data file to read.
      Returns:
      the overlay of shape data.
      Throws:
      IOException