edu.psu.geovista.data.geog
Class GeoDataTestNulls

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

public class GeoDataTestNulls
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
GeoDataTestNulls()
           
 
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()
           
 javax.swing.event.EventListenerList getListenerList()
           
 void removeActionListener(java.awt.event.ActionListener l)
          removes an ActionListener from the button
 void setDataForApps(edu.psu.geovista.data.geog.DataSetForApps dataForApps)
           
 void setListenerList(javax.swing.event.EventListenerList listenerList)
           
 
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

GeoDataTestNulls

public GeoDataTestNulls()
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

getListenerList

public javax.swing.event.EventListenerList getListenerList()

setListenerList

public void setListenerList(javax.swing.event.EventListenerList listenerList)


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