public class AtomicEvent extends FMapEvent
An atomic event represents a group of events that will be attended without any interruption.
This kind of events are created by the buffer of events of the MapContext
.
Constructor and Description |
---|
AtomicEvent(ArrayList fmapEvents)
Creates a new instance of this kind of event.
|
Modifier and Type | Method and Description |
---|---|
ColorEvent[] |
getColorEvents()
Returns all color events that constitute this one.
|
FMapEvent |
getEvent(int index)
Returns the event at the specified position in the internal list.
|
int |
getEventCount()
Returns the number of events that constitute this one.
|
ExtentEvent[] |
getExtentEvents()
Returns all extent events that constitute this one.
|
LayerCollectionEvent[] |
getLayerCollectionEvents()
Returns all layer collection events that constitute this one.
|
LayerEvent[] |
getLayerEvents()
Returns all layer events that constitute this one.
|
LegendEvent[] |
getLegendEvents()
Returns all legend events that constitute this one.
|
ProjectionEvent[] |
getProjectionEvents()
Returns all projection events that constitute this one.
|
SelectionEvent[] |
getSelectionEvents()
Returns all vector layer selection events that constitute this one.
|
getEventType, setEventType
public AtomicEvent(ArrayList fmapEvents)
Creates a new instance of this kind of event.
fmapEvents
- events that will constitute this onepublic FMapEvent getEvent(int index)
Returns the event at the specified position in the internal list.
index
- index of event to returnpublic int getEventCount()
Returns the number of events that constitute this one.
public LegendEvent[] getLegendEvents()
Returns all legend events that constitute this one.
public LayerCollectionEvent[] getLayerCollectionEvents()
Returns all layer collection events that constitute this one.
public SelectionEvent[] getSelectionEvents()
Returns all vector layer selection events that constitute this one.
public ExtentEvent[] getExtentEvents()
Returns all extent events that constitute this one.
public LayerEvent[] getLayerEvents()
Returns all layer events that constitute this one.
public ColorEvent[] getColorEvents()
Returns all color events that constitute this one.
public ProjectionEvent[] getProjectionEvents()
Returns all projection events that constitute this one.