schmitzm.geotools.map.event
Class FeatureSelectedEvent
java.lang.Object
schmitzm.geotools.map.event.JMapPaneEvent
schmitzm.geotools.map.event.GeneralSelectionEvent
schmitzm.geotools.map.event.ObjectSelectionEvent<FeatureCollection>
schmitzm.geotools.map.event.FeatureSelectedEvent
public class FeatureSelectedEvent
- extends ObjectSelectionEvent<FeatureCollection>
Diese Klasse stellt ein Ereignis dar, das ein JMapPane
ausloest,
wenn der Anwender Features in der Karte ausgewaehlt hat.
- Version:
- 1.0
- Author:
- Martin Schmitz (University of Bonn/Germany)
Constructor Summary |
FeatureSelectedEvent(JMapPane sourceMap,
MapLayer sourceLayer,
Envelope envelope,
FeatureCollection result)
Erzeugt ein neues Ereignis. |
FeatureSelectedEvent(JMapPane sourceMap,
MapLayer sourceLayer,
Envelope envelope,
FeatureCollection result,
Object sourceObject)
Erzeugt ein neues Ereignis. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureSelectedEvent
public FeatureSelectedEvent(JMapPane sourceMap,
MapLayer sourceLayer,
Envelope envelope,
FeatureCollection result,
Object sourceObject)
- Erzeugt ein neues Ereignis.
- Parameters:
sourceMap
- Karte in der die Selektion vorgenommen wurdesourceLayer
- Layer aus dem die Features stammenenvelope
- Bereich der selektiert wurderesult
- selektierte FeaturessourceObject
- Objekt, das die Selektion initiiert hat (wenn null
,
wird das MapPane als Ausloeser gesetzt)
FeatureSelectedEvent
public FeatureSelectedEvent(JMapPane sourceMap,
MapLayer sourceLayer,
Envelope envelope,
FeatureCollection result)
- Erzeugt ein neues Ereignis.
- Parameters:
sourceMap
- Karte in der die Selektion vorgenommen wurdesourceLayer
- Layer aus dem die Features stammenenvelope
- Bereich der selektiert wurderesult
- selektierte Features