Package noaa.coastwatch.render.feature
Class ShapeOverlayFactory
java.lang.Object
noaa.coastwatch.render.feature.ShapeOverlayFactory
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new overlay from data in a shape data file.static ShapeOverlayFactory
-
Constructor Details
-
ShapeOverlayFactory
protected ShapeOverlayFactory()
-
-
Method Details
-
getInstance
-
create
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
-