edu.psu.geovista.data.geog
Class ShapeFileToShape

java.lang.Object
  extended byedu.psu.geovista.data.geog.ShapeFileToShape
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ShapeFileToShape
extends java.lang.Object
implements java.awt.event.ActionListener

This class does nothing now and is slated for removal. All its functionality has been moved to ShapeFileDataReader This bean (used to) takes a shapefile and turns it into GeneralPath objects. Note that there is a loss of accuracy from double to float upon doing so.


Constructor Summary
ShapeFileToShape()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addActionListener(java.awt.event.ActionListener l)
          implements ActionListener
 void addDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
          implements DataSetListener
protected  void fireActionPerformed(java.lang.String command)
          Notify all listeners that have registered interest for notification on this event type.
protected  void fireDataSetChanged(java.lang.Object[] dataSet)
          Notify all listeners that have registered interest for notification on this event type.
 java.lang.Object[] getInputDataSet()
           
 edu.psu.geovista.data.geog.DataSetForApps getInputDataSetForApps()
           
 javax.swing.event.EventListenerList getListenerList()
           
 java.lang.Object[] getOutputDataSet()
           
 edu.psu.geovista.data.geog.DataSetForApps getOutputDataSetForApps()
           
 void removeActionListener(java.awt.event.ActionListener l)
          removes an ActionListener from the button
 void removeDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
          removes an DataSetListener from the button
 void setInputDataSet(java.lang.Object[] inputDataSet)
           
 void setInputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps inputDataSetForApps)
           
 void setListenerList(javax.swing.event.EventListenerList listenerList)
           
 void setOutputDataSet(java.lang.Object[] outputDataSet)
           
 void setOutputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps outputDataSetForApps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFileToShape

public ShapeFileToShape()
Method Detail

setInputDataSetForApps

public void setInputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps inputDataSetForApps)

getInputDataSetForApps

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

setOutputDataSetForApps

public void setOutputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps outputDataSetForApps)

getOutputDataSetForApps

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

setInputDataSet

public void setInputDataSet(java.lang.Object[] inputDataSet)

getInputDataSet

public java.lang.Object[] getInputDataSet()

setOutputDataSet

public void setOutputDataSet(java.lang.Object[] outputDataSet)

getOutputDataSet

public java.lang.Object[] getOutputDataSet()

setListenerList

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

getListenerList

public javax.swing.event.EventListenerList getListenerList()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

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

addDataSetListener

public void addDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
implements DataSetListener


removeDataSetListener

public void removeDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
removes an DataSetListener from the button


fireDataSetChanged

protected void fireDataSetChanged(java.lang.Object[] dataSet)
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.