OwlMaps Library
Package | Description |
---|---|
provided.owlMaps |
The top-level of the OwlMaps system.
|
provided.owlMaps.cefUtils |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Utilities for managing the Chromium Embedded Framework (CEF) This package uses the CefMessageRouter (org.cef.browser.CefMessageRouter) to route communications from the Javascript side to the Java side. |
provided.owlMaps.cefUtils.gson |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
GSON utilities in support of CEF operations. |
provided.owlMaps.cefUtils.impl |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Implementations of CEF utiltiies |
provided.owlMaps.cefUtils.wrapper |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Interfaces that combine user-facing interfaces with ICefObjectWrapper. |
provided.owlMaps.components |
Contains interfaces and classes related to components that can be placed on a map.
|
provided.owlMaps.components.infowindow |
Contains entities required to create pop-up information windows on a map.
|
provided.owlMaps.components.marker |
Contains entities for creating markers on a map
|
provided.owlMaps.components.overlay |
Components that are overlaid on the map.
|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
provided.owlMaps.control |
Contains entities for implementing and supporting starting and controlling up the OwlMaps system
|
provided.owlMaps.control.impl |
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE! ***
Implementations of the owlmaps.control package interfaces |
provided.owlMaps.demo |
Contains a fully operational demo application.
|
provided.owlMaps.demo.controller |
Contains the controller for the demo app.
|
provided.owlMaps.demo.model |
Contains the model and its interfaces for the demo app.
|
provided.owlMaps.demo.view |
Contains the view and its interfaces for the demo app.
|
provided.owlMaps.general |
Contains entities for general usage in multiple parts of the OwlMaps system.
|
provided.owlMaps.general.impl |
Contains implementations of some of the interfaces in the provided.owlMaps.general package.
|
provided.owlMaps.map |
Contains entities for creating a map
|
provided.owlMaps.map.data |
Entities needed to support the data capabilities of maps
|
provided.owlMaps.mouse |
Contains entities for managing mouse events
|
provided.owlMaps.utils |
Contains utilities for working with maps and components
|
provided.owlMaps.utils.impl |
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE!
Contains impelmentations of some of the interfaces in provided.owlMaps.utils
|