ucar.unidata.data.gis
Class MapMaker

java.lang.Object
  extended by ucar.unidata.data.gis.MapMaker

public class MapMaker
extends Object

Version:
$Revision: 1.16 $
Author:
IDV development team

Constructor Summary
MapMaker()
           
 
Method Summary
 void addMap(double[] latLons)
           
 void addMap(double[][] latLons)
           
 void addMap(float[] latLons)
           
 void addMap(float[][] latLons)
           
 UnionSet getMaps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapMaker

public MapMaker()
Method Detail

addMap

public void addMap(double[][] latLons)
            throws VisADException
Throws:
VisADException

addMap

public void addMap(double[] latLons)
            throws VisADException
Throws:
VisADException

addMap

public void addMap(float[] latLons)
            throws VisADException
Throws:
VisADException

addMap

public void addMap(float[][] latLons)
            throws VisADException
Throws:
VisADException

getMaps

public UnionSet getMaps()
                 throws VisADException
Throws:
VisADException