See: Description
Interface | Description |
---|---|
GeoEventListener |
Interface for receiving geographic events.
|
Class | Description |
---|---|
GeoEvent |
Class representing a geographic event.
|
GeoEventGenerator |
Abstract implementation of a class which generates GeoEvents and triggers
listeners.
|
GraphGeoCanvas<N,E> |
Implementation of a graph canvas which overlays a geographic display.
|
ProjectionArrangement<N,E> |
Graph arrangement which uses a geographic projection to locate its nodes.
|
TimedGeoLayer |
Extension of a geographic layer which includes temporal components.
|
TimerGeoCanvas |
Implementation of a GeoCanvas which adds a layer for temporal overlays.
|
Provides visualization utilities with a geographic reference. This set of classes is useful for displaying structured data, such as graphs or trees, that have a significant geographic component. For instance, the package could show a geographic-based network. These classes can be used as an example for how to extend both the geographic and visualization components in a synergistic way.