ucar.unidata.gis.mcidasmap
Class McidasMap

java.lang.Object
  extended by ucar.unidata.gis.GisFeatureRenderer
      extended by ucar.unidata.gis.mcidasmap.McidasMap
All Implemented Interfaces:
Renderer

public class McidasMap
extends GisFeatureRenderer

A renderer for McIDAS OUTL* map files

Version:
$Id: McidasMap.java,v 1.6 2005/05/13 18:29:44 jeffmc Exp $
Author:
Don Murray

Field Summary
 
Fields inherited from class ucar.unidata.gis.GisFeatureRenderer
displayProject, shapeList
 
Constructor Summary
McidasMap(String mapName)
          _more_
 
Method Summary
protected  ucar.unidata.geoloc.ProjectionImpl getDataProjection()
          _more_
protected  List getFeatures()
          _more_
 AbstractGisFeature getMcidasMap()
          _more_
 ucar.unidata.geoloc.LatLonRect getPreferredArea()
          _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

McidasMap

public McidasMap(String mapName)
_more_

Parameters:
mapName -
Method Detail

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_

getMcidasMap

public AbstractGisFeature getMcidasMap()
_more_

Returns:
_more_