Package ucar.nc2.ui.gis.shapefile
Class ShapeFileBean
- java.lang.Object
-
- ucar.nc2.ui.gis.MapBean
-
- ucar.nc2.ui.gis.shapefile.ShapeFileBean
-
public class ShapeFileBean extends MapBean
Wraps shapefile maps into a MapBean
-
-
Constructor Summary
Constructors Constructor Description ShapeFileBean(String name, String desc, String iconName, String shapefileName)
contructor for a specific shapefile
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionDesc()
String
getActionName()
ImageIcon
getIcon()
Renderer
getRenderer()
Each bean has one Renderer, made current when Action is called-
Methods inherited from class ucar.nc2.ui.gis.MapBean
addPropertyChangeListener, firePropertyChangeEvent, firePropertyChangeEvent, getAction, getStandardMapSelectButton, makeMapSelectButton, removePropertyChangeListener
-
-
-
-
Method Detail
-
getRenderer
public Renderer getRenderer()
Description copied from class:MapBean
Each bean has one Renderer, made current when Action is called- Specified by:
getRenderer
in classMapBean
-
getActionName
public String getActionName()
- Specified by:
getActionName
in classMapBean
-
getActionDesc
public String getActionDesc()
- Specified by:
getActionDesc
in classMapBean
-
-