edu.psu.geovista.data.geog
Class GeoData48States
java.lang.Object
edu.psu.geovista.data.geog.GeoData48States
- All Implemented Interfaces:
- GeoDataSource
- public class GeoData48States
- extends java.lang.Object
- implements GeoDataSource
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
|
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 |
COMMAND_DATA_SET_MADE
public static final java.lang.String COMMAND_DATA_SET_MADE
- See Also:
- Constant Field Values
GeoData48States
public GeoData48States()
setDataForApps
public void setDataForApps(edu.psu.geovista.data.geog.DataSetForApps dataForApps)
getDataForApps
public edu.psu.geovista.data.geog.DataSetForApps getDataForApps()
- Specified by:
getDataForApps in interface GeoDataSource
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.