Package ucar.visad

Class MapFamily


public class MapFamily extends FunctionFormFamily
A container for all the supported Map types. Currently, ESRI shapefiles, McIDAS and Zebra map files are supported. To read a Data object from a file or URL:
    Data data = new MapFamily("maps").open(string);
 
Version:
$Revision: 1.10 $
Author:
Don Murray
See Also: