ucar.unidata.gis.worldmap
Class WorldMap

java.lang.Object
  extended by ucar.unidata.gis.GisFeatureRenderer
      extended by ucar.unidata.gis.worldmap.WorldMap
All Implemented Interfaces:
Renderer

public class WorldMap
extends GisFeatureRenderer

A simple "default" world map Renderer.

Version:
$Id: WorldMap.java,v 1.16 2005/05/13 18:29:53 jeffmc Exp $
Author:
John Caron

Field Summary
 
Fields inherited from class ucar.unidata.gis.GisFeatureRenderer
displayProject, shapeList
 
Constructor Summary
WorldMap()
          _more_
 
Method Summary
protected  ucar.unidata.geoloc.ProjectionImpl getDataProjection()
          _more_
protected  List getFeatures()
          _more_
 ucar.unidata.geoloc.LatLonRect getPreferredArea()
          _more_
static AbstractGisFeature getWorldMap()
          _more_
 
Methods inherited from class ucar.unidata.gis.GisFeatureRenderer
draw, getColor, getShapes, setColor, setProjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldMap

public WorldMap()
_more_

Method Detail

getWorldMap

public static AbstractGisFeature getWorldMap()
_more_

Returns:
_more_

getPreferredArea

public ucar.unidata.geoloc.LatLonRect getPreferredArea()
_more_

Specified by:
getPreferredArea in interface Renderer
Specified by:
getPreferredArea in class GisFeatureRenderer
Returns:
_more_

getFeatures

protected List getFeatures()
_more_

Specified by:
getFeatures in class GisFeatureRenderer
Returns:
_more_

getDataProjection

protected ucar.unidata.geoloc.ProjectionImpl getDataProjection()
_more_

Specified by:
getDataProjection in class GisFeatureRenderer
Returns:
_more_