|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.psu.geovista.data.geog.ShapeFileToShape
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 |
public ShapeFileToShape()
| Method Detail |
public void setInputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps inputDataSetForApps)
public edu.psu.geovista.data.geog.DataSetForApps getInputDataSetForApps()
public void setOutputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps outputDataSetForApps)
public edu.psu.geovista.data.geog.DataSetForApps getOutputDataSetForApps()
public void setInputDataSet(java.lang.Object[] inputDataSet)
public java.lang.Object[] getInputDataSet()
public void setOutputDataSet(java.lang.Object[] outputDataSet)
public java.lang.Object[] getOutputDataSet()
public void setListenerList(javax.swing.event.EventListenerList listenerList)
public javax.swing.event.EventListenerList getListenerList()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void addActionListener(java.awt.event.ActionListener l)
public void removeActionListener(java.awt.event.ActionListener l)
protected void fireActionPerformed(java.lang.String command)
EventListenerListpublic void addDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
public void removeDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
protected void fireDataSetChanged(java.lang.Object[] dataSet)
EventListenerList
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||