public class MyResetAction
extends org.geotools.swing.action.ResetAction
Constructor and Description |
---|
MyResetAction(org.geotools.swing.MapPane mapPane)
Constructor of reset action.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
Method to perform reset action.
|
void |
setEnvelope(org.geotools.geometry.jts.ReferencedEnvelope envelope)
Method to set the envelope.
|
public MyResetAction(org.geotools.swing.MapPane mapPane)
mapPane
- Parent map panepublic void setEnvelope(org.geotools.geometry.jts.ReferencedEnvelope envelope)
envelope
- Envelope to be usedpublic void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class org.geotools.swing.action.ResetAction