edu.psu.geovista.data.geog
Class GeoDataWestCoast

java.lang.Object
  extended byedu.psu.geovista.data.geog.GeoDataWestCoast

public class GeoDataWestCoast
extends java.lang.Object

Reads shapefiles from included resources Object[0] = names of variables 0bject[1] = data (double[], int[], or String[]) 0bject[1] = data (double[], int[], or String[]) ... Object[n-1] = the shapefile data also see DBaseFile, ShapeFile


Field Summary
static java.lang.String COMMAND_DATA_SET_MADE
           
 
Constructor Summary
GeoDataWestCoast()
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener l)
          implements ActionListener
protected  void fireActionPerformed(java.lang.String command)
          Notify all listeners that have registered interest for notification on this event type.
 edu.psu.geovista.data.geog.DataSetForApps getDataForApps()
           
 java.lang.Object[] getDataSet()
           
 void removeActionListener(java.awt.event.ActionListener l)
          removes an ActionListener from the button
 void setDataForApps(edu.psu.geovista.data.geog.DataSetForApps dataForApps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_DATA_SET_MADE

public static final java.lang.String COMMAND_DATA_SET_MADE
See Also:
Constant Field Values
Constructor Detail

GeoDataWestCoast

public GeoDataWestCoast()
Method Detail

setDataForApps

public void setDataForApps(edu.psu.geovista.data.geog.DataSetForApps dataForApps)

getDataForApps

public edu.psu.geovista.data.geog.DataSetForApps getDataForApps()

getDataSet

public java.lang.Object[] getDataSet()

addActionListener

public void addActionListener(java.awt.event.ActionListener l)
implements ActionListener


removeActionListener

public void removeActionListener(java.awt.event.ActionListener l)
removes an ActionListener from the button


fireActionPerformed

protected void fireActionPerformed(java.lang.String command)
Notify all listeners that have registered interest for notification on this event type. The event instance is lazily created using the parameters passed into the fire method.

See Also:
EventListenerList


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.