Package ucar.nc2.ui.gis.worldmap
Class WorldMap
- java.lang.Object
-
- ucar.nc2.ui.gis.GisFeatureRenderer
-
- ucar.nc2.ui.gis.worldmap.WorldMap
-
- All Implemented Interfaces:
Renderer
public class WorldMap extends GisFeatureRenderer
A simple "default" world map Renderer.
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ui.gis.GisFeatureRenderer
displayProject, shapeList
-
-
Constructor Summary
Constructors Constructor Description WorldMap()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ucar.unidata.geoloc.ProjectionImplgetDataProjection()protected List<GisFeature>getFeatures()ucar.unidata.geoloc.LatLonRectgetPreferredArea()Preferred map area on opening for first time.static AbstractGisFeaturegetWorldMap()-
Methods inherited from class ucar.nc2.ui.gis.GisFeatureRenderer
draw, getColor, getShapes, setColor, setProjection
-
-
-
-
Method Detail
-
getWorldMap
public static AbstractGisFeature getWorldMap()
-
getPreferredArea
public ucar.unidata.geoloc.LatLonRect getPreferredArea()
Description copied from class:GisFeatureRendererPreferred map area on opening for first time.- Specified by:
getPreferredAreain interfaceRenderer- Specified by:
getPreferredAreain classGisFeatureRenderer- Returns:
- lat/lon bounding box that specifies preferred area.
-
getFeatures
protected List<GisFeature> getFeatures()
- Specified by:
getFeaturesin classGisFeatureRenderer
-
getDataProjection
protected ucar.unidata.geoloc.ProjectionImpl getDataProjection()
- Specified by:
getDataProjectionin classGisFeatureRenderer
-
-