Package | Description |
---|---|
com.bbn.openmap.layer.event | |
com.bbn.openmap.time |
Modifier and Type | Field and Description |
---|---|
protected TimeBounds |
TestEventHandler.timeBounds |
protected TimeBounds |
EventLayer.timeBounds |
Modifier and Type | Method and Description |
---|---|
TimeBounds |
TestEventHandler.getTimeBounds() |
TimeBounds |
EventLayer.getTimeBounds() |
Modifier and Type | Method and Description |
---|---|
void |
TestEventHandler.handleTimeBounds(TimeBounds tb) |
void |
EventLayer.handleTimeBounds(TimeBounds tb) |
protected void |
EventLayer.setTimeBounds(TimeBounds tb) |
Modifier and Type | Field and Description |
---|---|
protected TimeBounds |
TimeBoundsEvent.newTimeBounds |
protected TimeBounds |
TimeBoundsEvent.oldTimeBounds |
Modifier and Type | Method and Description |
---|---|
TimeBounds |
TimeBoundsEvent.getNewTimeBounds() |
TimeBounds |
TimeBoundsEvent.getOldTimeBounds()
Only really used to indicate when a TimeBoundsHandler has gone active, if
this is null and the new TimeBounds isn't.
|
TimeBounds |
TimeBoundsProvider.getTimeBounds()
A method called on the TimeBoundsProvider to retrieve the provider's time
bounds.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeBounds.addTimeToBounds(TimeBounds timeBounds)
Add the start and end times of provided TimeBounds to this TimeBounds.
|
void |
TimeBoundsProvider.handleTimeBounds(TimeBounds tb)
A method called on the TimeBoundsProvider to inform it of the overall
time bounds, in case some external time bounds values are being set by
another component and this provider wants to react to those bounds in
some way.
|
Constructor and Description |
---|
TimeBoundsEvent(TimeBoundsHandler source,
TimeBounds ntb,
TimeBounds otb) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details