Uses of Interface
provided.owlMaps.utils.IOwlMapUtils
Package | Description |
---|---|
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.model |
Contains the model and its interfaces for the demo app.
|
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
|
-
Uses of IOwlMapUtils in provided.owlMaps.control
Methods in provided.owlMaps.control that return IOwlMapUtils Modifier and Type Method Description IOwlMapUtils
IOwlMapControl. getMapUtils()
Get the IOwlMapUtils configured for this system. -
Uses of IOwlMapUtils in provided.owlMaps.control.impl
Fields in provided.owlMaps.control.impl declared as IOwlMapUtils Modifier and Type Field Description private IOwlMapUtils
OwlMapControl. owlMapUtils
The IOwlMapUtils that is tied to this instance of the system.Methods in provided.owlMaps.control.impl that return IOwlMapUtils Modifier and Type Method Description IOwlMapUtils
OwlMapControl. getMapUtils()
Get the IOwlMapUtils configured for this system. -
Uses of IOwlMapUtils in provided.owlMaps.demo.model
Fields in provided.owlMaps.demo.model declared as IOwlMapUtils Modifier and Type Field Description private IOwlMapUtils
DemoModel. owlMapUtils
The map-dependent map utilities -
Uses of IOwlMapUtils in provided.owlMaps.utils.impl
Classes in provided.owlMaps.utils.impl that implement IOwlMapUtils Modifier and Type Class Description class
AOwlMapUtils
Abstract implementation of IOwlMapUtils