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 StringgetActionDesc()StringgetActionName()ImageIcongetIcon()RenderergetRenderer()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:MapBeanEach bean has one Renderer, made current when Action is called- Specified by:
getRendererin classMapBean
-
getActionName
public String getActionName()
- Specified by:
getActionNamein classMapBean
-
getActionDesc
public String getActionDesc()
- Specified by:
getActionDescin classMapBean
-
-