Class ShapeFileBean

java.lang.Object
ucar.unidata.gis.shapefile.ShapeFileBean
All Implemented Interfaces:
MapBean

public class ShapeFileBean extends Object implements MapBean
Wraps shapefile maps into a MapBean
Author:
John Caron
  • Constructor Details

    • ShapeFileBean

      public ShapeFileBean(String shapefileName)
      contructor for a specific shapefile.
      Parameters:
      shapefileName - the shapefile name
    • ShapeFileBean

      public ShapeFileBean()
      contructor for letting user choose a shapefile with FileManager
  • Method Details