schmitzm.geotools.map.event
Class FeatureSelectedEvent

java.lang.Object
  extended by schmitzm.geotools.map.event.MapPaneEvent
      extended by schmitzm.geotools.map.event.GeneralSelectionEvent
          extended by schmitzm.geotools.map.event.ObjectSelectionEvent<FeatureCollection>
              extended by schmitzm.geotools.map.event.FeatureSelectedEvent

public class FeatureSelectedEvent
extends ObjectSelectionEvent<FeatureCollection>

Diese Klasse stellt ein Ereignis dar, das ein XMapPane ausloest, wenn der Anwender Features in der Karte ausgewaehlt hat.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
 
Fields inherited from class schmitzm.geotools.map.event.GeneralSelectionEvent
envelope
 
Fields inherited from class schmitzm.geotools.map.event.MapPaneEvent
source, sourceObject
 
Constructor Summary
FeatureSelectedEvent(SelectableXMapPane sourceMap, MapLayer sourceLayer, Envelope envelope, FeatureCollection result)
          Erzeugt ein neues Ereignis.
FeatureSelectedEvent(SelectableXMapPane sourceMap, MapLayer sourceLayer, Envelope envelope, FeatureCollection result, Object sourceObject)
          Erzeugt ein neues Ereignis.
 
Method Summary
 
Methods inherited from class schmitzm.geotools.map.event.ObjectSelectionEvent
getSelectionResult, getSourceLayer
 
Methods inherited from class schmitzm.geotools.map.event.GeneralSelectionEvent
getSelectionRange
 
Methods inherited from class schmitzm.geotools.map.event.MapPaneEvent
getSource, getSourceObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureSelectedEvent

public FeatureSelectedEvent(SelectableXMapPane sourceMap,
                            MapLayer sourceLayer,
                            Envelope envelope,
                            FeatureCollection result,
                            Object sourceObject)
Erzeugt ein neues Ereignis.

Parameters:
sourceMap - Karte in der die Selektion vorgenommen wurde
sourceLayer - Layer aus dem die Features stammen
envelope - Bereich der selektiert wurde
result - selektierte Features
sourceObject - Objekt, das die Selektion initiiert hat (wenn null, wird das MapPane als Ausloeser gesetzt)

FeatureSelectedEvent

public FeatureSelectedEvent(SelectableXMapPane sourceMap,
                            MapLayer sourceLayer,
                            Envelope envelope,
                            FeatureCollection result)
Erzeugt ein neues Ereignis.

Parameters:
sourceMap - Karte in der die Selektion vorgenommen wurde
sourceLayer - Layer aus dem die Features stammen
envelope - Bereich der selektiert wurde
result - selektierte Features