|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.psu.geovista.data.geog.ShapeFileProjection
This class, when passed a ShapeFile, will project it using it's current projection. The original spatial data will not be changed. An ActionEvent will be fired as well. It will also project and fire an ActionEvent on being passed a new projection.
| Constructor Summary | |
ShapeFileProjection()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
addActionListener(java.awt.event.ActionListener l)
implements ActionListener |
void |
addChangeListener(javax.swing.event.ChangeListener l)
implements ChangeListener |
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 |
fireChangePerformed(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. |
javax.swing.event.EventListenerList |
getListenerList()
|
java.lang.Object[] |
getOutputAuxiliarySpatialData()
|
edu.psu.geovista.data.geog.DataSetForApps |
getOutputAuxiliarySpatialDataForApps()
|
java.lang.Object[] |
getOutputDataSet()
|
edu.psu.geovista.data.geog.DataSetForApps |
getOutputDataSetForApps()
|
Projection |
getProj()
|
java.awt.Shape[] |
project(java.awt.Shape[] shpFile)
|
void |
removeActionListener(java.awt.event.ActionListener l)
removes an ActionListener from the button |
void |
removeChangeListener(javax.swing.event.ChangeListener l)
removes an ChangeListener from the button |
void |
removeDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
removes an DataSetListener from the button |
void |
setInputAuxiliaryData(edu.psu.geovista.data.geog.DataSetForApps auxDataSet)
|
void |
setInputAuxiliaryData(java.lang.Object[] auxDataSet)
|
void |
setInputDataSet(java.lang.Object[] inputDataSet)
|
void |
setInputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps inputDataSet)
|
void |
setListenerList(javax.swing.event.EventListenerList listenerList)
|
void |
setProj(Projection proj)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ShapeFileProjection()
| Method Detail |
public java.awt.Shape[] project(java.awt.Shape[] shpFile)
public void setInputDataSetForApps(edu.psu.geovista.data.geog.DataSetForApps inputDataSet)
public edu.psu.geovista.data.geog.DataSetForApps getOutputDataSetForApps()
public java.lang.Object[] getOutputDataSet()
public void setInputDataSet(java.lang.Object[] inputDataSet)
public void setInputAuxiliaryData(java.lang.Object[] auxDataSet)
public void setInputAuxiliaryData(edu.psu.geovista.data.geog.DataSetForApps auxDataSet)
public java.lang.Object[] getOutputAuxiliarySpatialData()
public edu.psu.geovista.data.geog.DataSetForApps getOutputAuxiliarySpatialDataForApps()
public void setProj(Projection proj)
public Projection getProj()
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 addChangeListener(javax.swing.event.ChangeListener l)
public void removeChangeListener(javax.swing.event.ChangeListener l)
protected void fireChangePerformed(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 | ||||||||||