A B C D E F G H I J K L M N O P Q R S T U V W Y Z

A

addKmlPlaces(KmlService, KmlPlace[]) - Method in class com.nutiteq.services.GeocodingService
 
addKmlService(KmlService) - Method in class com.nutiteq.BasicMapComponent
Add kml service to be handled (updated, parsed, painted) internally by library.
addKmlService(KmlService) - Method in class com.nutiteq.MapItem
Add KML layer to the map Usage example: mapItem.addKmlService(new KmlUrlReader("http://www.panoramio.com/panoramio.kml?
addLine(Line) - Method in class com.nutiteq.BasicMapComponent
Add line to be displayed on map
addLine(Line) - Method in class com.nutiteq.MapItem
Add single line to map
addLines(Line[]) - Method in class com.nutiteq.BasicMapComponent
Add lines to be displayed on map
addLines(Line[]) - Method in class com.nutiteq.MapItem
Add multiple lines to map
addLocationListener(LocationListener) - Method in interface com.nutiteq.location.LocationSource
Add listener for location coordinates
addLocationListener(LocationListener) - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
addLocationListener(LocationListener) - Method in class com.nutiteq.location.providers.BluetoothProvider
 
addLocationListener(LocationListener) - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
addLocationListener(LocationListener) - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
addOnMapElements(OnMapElement[]) - Method in class com.nutiteq.BasicMapComponent
Add elements to be displayed on map
addOnMapElements(OnMapElement[], boolean) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
addOnMapElements(OnMapElement[]) - Method in class com.nutiteq.MapItem
Add elements to be displayed on map
addPlace(Place) - Method in class com.nutiteq.BasicMapComponent
Add a place to be displayed on map
addPlace(Place) - Method in class com.nutiteq.MapItem
Add Place to map
addPlaces(Place[]) - Method in class com.nutiteq.BasicMapComponent
Add places to be displayed on map
addPlaces(Place[], boolean) - Method in class com.nutiteq.BasicMapComponent
Not part of public API.
addPlaces(Place[]) - Method in class com.nutiteq.MapItem
Add many places to map
addPolygon(Polygon) - Method in class com.nutiteq.BasicMapComponent
Add polygon to be displayed on map
addPolygon(Polygon) - Method in class com.nutiteq.MapItem
 
addPolygons(Polygon[]) - Method in class com.nutiteq.BasicMapComponent
Add multiple polygons for display
addPolygons(Polygon[]) - Method in class com.nutiteq.MapItem
 
addRequestProperty(String, String) - Method in class com.nutiteq.net.DefaultDownloadStreamOpener
Add request properties, that will be added added to every request (for example User-Agent).
addTileOverlay(MapTileOverlay) - Method in class com.nutiteq.maps.BaseMap
 
addTileOverlay(MapTileOverlay) - Method in interface com.nutiteq.maps.GeoMap
Add overlay for displaying tiles with additional data on map tiles.
AndroidGPSProvider - Class in com.nutiteq.location.providers
Location provider wrapped around Android GPS implementation.
AndroidGPSProvider(LocationManager, long) - Constructor for class com.nutiteq.location.providers.AndroidGPSProvider
Create new location provider using GPS positioning.
AndroidGPSProvider(LocationManager, String, long) - Constructor for class com.nutiteq.location.providers.AndroidGPSProvider
Create new location provider using defined Android positioning option.
AndroidKeysHandler - Class in com.nutiteq.controls
Keys handler for Android G1 phone.
AndroidKeysHandler() - Constructor for class com.nutiteq.controls.AndroidKeysHandler
 
AndroidLogger - Class in com.nutiteq.log
Logger implementation to be used on Android platform
AndroidLogger(String) - Constructor for class com.nutiteq.log.AndroidLogger
Create new logger for Android platform.
areaToScreen(Rectangle, int, int, int, int) - Static method in class com.nutiteq.utils.Utils
 

B

BaseKaMap - Class in com.nutiteq.maps
 
BaseKaMap(String, int, int[], int, int) - Constructor for class com.nutiteq.maps.BaseKaMap
 
BaseKaMap(Copyright, int, int[], int, int) - Constructor for class com.nutiteq.maps.BaseKaMap
 
BASELINE - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
BASELINE - Static variable in class javax.microedition.lcdui.Graphics
 
BaseMap - Class in com.nutiteq.maps
Base class for maps that handles some common logic between different map types.
BaseMap(Copyright, int, int, int) - Constructor for class com.nutiteq.maps.BaseMap
 
BaseMap(String, int, int, int) - Constructor for class com.nutiteq.maps.BaseMap
 
BasicMapComponent - Class in com.nutiteq
Main class for integration between implementing application and maps library without any default values.
BasicMapComponent(String, String, String, int, int, WgsPoint, int) - Constructor for class com.nutiteq.BasicMapComponent
Constructor for map display object.
BasicMapComponent(String, MIDlet, int, int, WgsPoint, int) - Constructor for class com.nutiteq.BasicMapComponent
Constructor for map display object.
binarySearch(int[], int) - Static method in class com.nutiteq.utils.Utils
 
binarySearch(String[], String) - Static method in class com.nutiteq.utils.Utils
 
BlomOrthoMap - Class in com.nutiteq.maps
 
BlomOrthoMap(String, String) - Constructor for class com.nutiteq.maps.BlomOrthoMap
 
BlomOrthoMap(Copyright, String, String) - Constructor for class com.nutiteq.maps.BlomOrthoMap
 
BlomStreetsOverlay - Class in com.nutiteq.maps.overlays
 
BlomStreetsOverlay(String) - Constructor for class com.nutiteq.maps.overlays.BlomStreetsOverlay
 
BLUETOOTH_TIMEOUT - Static variable in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
BluetoothAPIConnection - Class in com.nutiteq.bluetooth
Wrapper around J2ME Connection class.
BluetoothAPIConnection(Connection) - Constructor for class com.nutiteq.bluetooth.BluetoothAPIConnection
 
BluetoothAPIDevice - Class in com.nutiteq.bluetooth
Bluetooth devices implemented on top of Bluetooth API (JSR-82)
BluetoothAPIDevice(BluetoothHandler) - Constructor for class com.nutiteq.bluetooth.BluetoothAPIDevice
Create new browser with caller, that could handle found devices.
BluetoothDevice - Interface in com.nutiteq.bluetooth
Bluetooth device used for communication with other devices.
BluetoothGpsBrowser - Class in com.nutiteq.helpers
Generic bluetooth GPS selector implemented using J2ME high level UI elements.
BluetoothGpsBrowser(String, LocationSourceWaiter, String, String, String, String) - Constructor for class com.nutiteq.helpers.BluetoothGpsBrowser
Create new browser that will be shown on screen.
BluetoothHandler - Interface in com.nutiteq.bluetooth
Interface for classes dealing with bluetooth devices.
BluetoothProvider - Class in com.nutiteq.location.providers
Provider reading NMEA data from given connection source.
BluetoothProvider(LocationDataConnectionProvider, String) - Constructor for class com.nutiteq.location.providers.BluetoothProvider
Create provider
BOTTOM - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
BOTTOM - Static variable in class javax.microedition.lcdui.Graphics
 
browsingCanceled() - Method in interface com.nutiteq.location.LocationSourceWaiter
Handle location browsing cancellation.
browsingCancelled() - Method in interface com.nutiteq.helpers.FileBrowserListener
Inform that the browsing was cancelled.
btServicesFound - Variable in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
bubbleSort(Sortable[]) - Static method in class com.nutiteq.utils.Utils
 
bubbleSort(int[]) - Static method in class com.nutiteq.utils.Utils
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.BlomOrthoMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.CloudMade
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.DigitalGlobeMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.JaredOpenStreetMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.KaMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.NavteqMapTP
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.OpenStreetMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.QKMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.SimpleWMSMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.StoredMap
 
buildPath(int, int, int) - Method in class com.nutiteq.maps.TMSMap
 
buildPath(int, int, int) - Method in interface com.nutiteq.maps.UnstreamedMap
Build path for the tile image.
buildStreamedPath(MapTile[]) - Method in class com.nutiteq.maps.NutiteqStreamedMap
 
buildStreamedPath(MapTile[]) - Method in class com.nutiteq.maps.StreamedKaMap
 
buildStreamedPath(MapTile[]) - Method in interface com.nutiteq.maps.StreamedMap
Create path for retrieving given tiles as one file

C

Cache - Interface in com.nutiteq.cache
Interface for library caching implementation.
cache(String, byte[], int) - Method in interface com.nutiteq.cache.Cache
Cache given data
cache(String, byte[], int) - Method in class com.nutiteq.cache.CachingChain
 
cache(String, byte[], int) - Method in class com.nutiteq.cache.MemoryCache
 
cache(String, byte[], int) - Method in class com.nutiteq.cache.RmsCache
 
CACHE_LEVEL_MEMORY - Static variable in interface com.nutiteq.cache.Cache
Cache items at memory level
CACHE_LEVEL_NONE - Static variable in interface com.nutiteq.cache.Cache
Don't cache items
CACHE_LEVEL_PERSISTENT - Static variable in interface com.nutiteq.cache.Cache
Cache item to persistent storage.
cacheHit(String, int) - Method in interface com.nutiteq.net.DownloadCounter
Data for given url was retrieved from cache
cacheHit(String, int) - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
CachingChain - Class in com.nutiteq.cache
Combines different caching levels to one cache.
CachingChain(Cache[]) - Constructor for class com.nutiteq.cache.CachingChain
Define caching chain with given cache levels.
calculateCorrection(MapPos) - Method in class com.nutiteq.components.TileMapBounds
Calculate map position correction for it to be within map bounds.
calculatePosition(GeoMap, int) - Method in class com.nutiteq.components.Line
Not part of public API.
calculatePosition(GeoMap, int) - Method in interface com.nutiteq.components.OnMapElement
 
calculatePosition(GeoMap, int) - Method in class com.nutiteq.components.Place
Not part of public API
calculatePosition(GeoMap, int) - Method in class com.nutiteq.components.Polygon
 
cancel() - Method in class com.nutiteq.services.CloudMadeDirections
 
cancel() - Method in class com.nutiteq.services.GeocodingService
 
cancel() - Method in class com.nutiteq.services.OpenLSDirections
 
cancel() - Method in interface com.nutiteq.services.Service
Cancel service execution
cancel() - Method in class com.nutiteq.services.YourNavigationDirections
 
cantLocate() - Method in interface com.nutiteq.location.cellid.CellIdResponseWaiter
 
cantLocate() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
Cell - Class in com.nutiteq.components
 
Cell(String, String, String, String) - Constructor for class com.nutiteq.components.Cell
 
CellIdDataFeederListener - Interface in com.nutiteq.location.cellid
 
CellIdDataReader - Interface in com.nutiteq.location.cellid
Implementation interface for retrieving data required for CellId location positioning.
CellIdLocationProvider - Class in com.nutiteq.location.providers
Generic cell id location positioning handler.
CellIdLocationProvider(CellIdDataReader) - Constructor for class com.nutiteq.location.providers.CellIdLocationProvider
Create location provider for single query
CellIdLocationProvider(CellIdDataReader, long) - Constructor for class com.nutiteq.location.providers.CellIdLocationProvider
 
CellIdLocationProvider(CellIdDataReader, CellIdService) - Constructor for class com.nutiteq.location.providers.CellIdLocationProvider
 
CellIdLocationProvider(CellIdDataReader, CellIdService, long) - Constructor for class com.nutiteq.location.providers.CellIdLocationProvider
Create location provider that queries for location at given interval
CellIdResponseWaiter - Interface in com.nutiteq.location.cellid
Interface for classes waiting location information from CellIdService
CellIdService - Interface in com.nutiteq.location.cellid
Interface for defining custom cellid services.
charWidth(char) - Method in class javax.microedition.lcdui.Font
 
checkBounds(int, int, int, int, int, int) - Static method in class com.nutiteq.components.MapPos
Not part of public API Check if an image bounded by left, top, right, bottom can be displayed.
clean() - Method in class com.nutiteq.android.MapView
 
close() - Method in interface com.nutiteq.fs.FileSystemConnection
 
close() - Method in class com.nutiteq.fs.MidpFileSystemConnection
 
closeReader(Reader) - Static method in class com.nutiteq.utils.Utils
 
closeRecordStore(RecordStore) - Static method in class com.nutiteq.utils.Utils
 
closeStream(InputStream) - Static method in class com.nutiteq.utils.Utils
 
closeStream(OutputStream) - Static method in class com.nutiteq.utils.Utils
 
CloudMade - Class in com.nutiteq.maps
Map for using CloudMade maps (with tile size 64 and 256).
CloudMade(String, int, int) - Constructor for class com.nutiteq.maps.CloudMade
Constructor for CloudMade map.
CloudMade(Copyright, String, int, int) - Constructor for class com.nutiteq.maps.CloudMade
 
CloudMadeDirections - Class in com.nutiteq.services
Routing service using CloudMade routing, version 0.3.
CloudMadeDirections(DirectionsWaiter, WgsPoint, WgsPoint, String, String) - Constructor for class com.nutiteq.services.CloudMadeDirections
 
CloudMadeDirections(DirectionsWaiter, WgsPoint, WgsPoint, String, String, String) - Constructor for class com.nutiteq.services.CloudMadeDirections
 
com.nutiteq - package com.nutiteq
Provides main elements for enabling mapping functionality in implementing applications.
com.nutiteq.android - package com.nutiteq.android
Contains Android specific UI elements
com.nutiteq.bluetooth - package com.nutiteq.bluetooth
Contains classes for browsing/accessing bluetooth devices.
com.nutiteq.cache - package com.nutiteq.cache
Network caching implementations used in library.
com.nutiteq.components - package com.nutiteq.components
Basic elements used in library.
com.nutiteq.controls - package com.nutiteq.controls
Basic controls for map moving/interaction.
com.nutiteq.fs - package com.nutiteq.fs
Provides platform specific implementations for accessing file system.
com.nutiteq.helpers - package com.nutiteq.helpers
Contains basic helpers for tasks outside library core funtionality.
com.nutiteq.io - package com.nutiteq.io
Provides support for retrieving resources from various locations
com.nutiteq.kml - package com.nutiteq.kml
Classes required for KML handling inside library.
com.nutiteq.listeners - package com.nutiteq.listeners
Listeners for receiving actions/notifications from library.
com.nutiteq.location - package com.nutiteq.location
Provides classes for displaying and retrieving location data.
com.nutiteq.location.cellid - package com.nutiteq.location.cellid
Provides classes for accessing CellID properties and services.
com.nutiteq.location.providers - package com.nutiteq.location.providers
Provides different implementation for location info retrieval.
com.nutiteq.log - package com.nutiteq.log
Provides simple logging to a log buffer.
com.nutiteq.maps - package com.nutiteq.maps
Contains implementations for using map servers as tile source.
com.nutiteq.maps.overlays - package com.nutiteq.maps.overlays
Overlays used for additional data display
com.nutiteq.maps.projections - package com.nutiteq.maps.projections
Provides projection implementation.
com.nutiteq.net - package com.nutiteq.net
Objects for enabling networking inside library.
com.nutiteq.services - package com.nutiteq.services
Provides interfaces and ready made services to be used with library.
com.nutiteq.ui - package com.nutiteq.ui
UI elements used for basic mapping functionality.
com.nutiteq.utils - package com.nutiteq.utils
Different utilities used in library.
com.nutiteq.wrappers.rimui - package com.nutiteq.wrappers.rimui
Wrappers around RIM UI elements, to have similar interface with J2ME lcdui implementation.
commandAction(Command, Displayable) - Method in class com.nutiteq.helpers.BluetoothGpsBrowser
 
commandAction(Command, Displayable) - Method in class com.nutiteq.helpers.FileBrowser
Called when a command is selected.
compareTo(Object) - Method in interface com.nutiteq.components.Sortable
 
contains(String) - Method in interface com.nutiteq.cache.Cache
Does this cache contain data for given cache key
contains(String, int) - Method in interface com.nutiteq.cache.Cache
Does the specified cache level contain given cache key
contains(String) - Method in class com.nutiteq.cache.CachingChain
 
contains(String, int) - Method in class com.nutiteq.cache.CachingChain
 
contains(String) - Method in class com.nutiteq.cache.MemoryCache
 
contains(String, int) - Method in class com.nutiteq.cache.MemoryCache
 
contains(String) - Method in class com.nutiteq.cache.RmsCache
 
contains(String, int) - Method in class com.nutiteq.cache.RmsCache
 
CONTROL_ZOOM_IN - Static variable in class com.nutiteq.controls.OnScreenZoomControls
 
CONTROL_ZOOM_OUT - Static variable in class com.nutiteq.controls.OnScreenZoomControls
 
ControlKeys - Interface in com.nutiteq.controls
Defines internal action codes used by library.
ControlKeysHandler - Interface in com.nutiteq.controls
Interface for implementations mapping action codes defined in ControlKeys to key presses on phone.
copy() - Method in class com.nutiteq.components.MapPos
Not part of public API Create a copy of this object.
Copyright - Interface in com.nutiteq.ui
Interface for copyright notice to be displayed on map vie
COPYRIGHT_FONT_LARGE - Static variable in class com.nutiteq.ui.StringCopyright
 
COPYRIGHT_FONT_MEDIUM - Static variable in class com.nutiteq.ui.StringCopyright
 
COPYRIGHT_FONT_SMALL - Static variable in class com.nutiteq.ui.StringCopyright
 
createImage(String) - Static method in class com.nutiteq.utils.Utils
 
createImage(String) - Static method in class com.nutiteq.wrappers.rimui.Image
 
createImage(byte[], int, int) - Static method in class com.nutiteq.wrappers.rimui.Image
 
createImage(int, int) - Static method in class com.nutiteq.wrappers.rimui.Image
 
createImage(InputStream) - Static method in class com.nutiteq.wrappers.rimui.Image
 
createImage(Image, int, int, int, int, int) - Static method in class com.nutiteq.wrappers.rimui.Image
 
createImage(byte[], int, int) - Static method in class javax.microedition.lcdui.Image
 
createImage(Image, int, int, int, int, int) - Static method in class javax.microedition.lcdui.Image
 
createImage(int, int) - Static method in class javax.microedition.lcdui.Image
 
createImage(String) - Static method in class javax.microedition.lcdui.Image
 
createImage(InputStream) - Static method in class javax.microedition.lcdui.Image
 
createInputStreamReader(byte[]) - Static method in class com.nutiteq.utils.Utils
 
createRequestUrl(String, String, String, String) - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
createRequestUrl(String, String, String, String) - Method in class com.nutiteq.location.cellid.OpenCellIdService
 
Cursor - Interface in com.nutiteq.ui
Interface for screen cursor used for places highlighting and selecting

D

dataMoved() - Method in interface com.nutiteq.net.NetworkListener
 
dataMoved() - Method in class com.nutiteq.ui.NutiteqDownloadDisplay
 
DataPostingDownloadable - Interface in com.nutiteq.net
Interface for download objects that also need to send data to server.
dataRetrieved(byte[]) - Method in interface com.nutiteq.io.ResourceDataWaiter
Data for resource retrieved
dataRetrieved(byte[]) - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
dataRetrieved(byte[]) - Method in class com.nutiteq.location.cellid.OpenCellIdMeasurePushTask
 
dataRetrieved(byte[]) - Method in class com.nutiteq.services.CloudMadeDirections
 
dataRetrieved(byte[]) - Method in class com.nutiteq.services.GeocodingService
 
dataRetrieved(byte[]) - Method in class com.nutiteq.services.OpenLSDirections
 
dataRetrieved(byte[]) - Method in class com.nutiteq.services.YourNavigationDirections
 
debug(String) - Method in class com.nutiteq.log.AndroidLogger
 
debug(String) - Method in class com.nutiteq.log.DefaultLogger
 
debug(String) - Static method in class com.nutiteq.log.Log
 
debug(String) - Method in interface com.nutiteq.log.Logger
 
DEFAULT_COLOR - Static variable in class com.nutiteq.components.LineStyle
 
DEFAULT_COLOR - Static variable in class com.nutiteq.components.PolyStyle
 
DEFAULT_STYLE - Static variable in class com.nutiteq.components.LineStyle
 
DEFAULT_STYLE - Static variable in class com.nutiteq.components.PolyStyle
 
DEFAULT_TIMEOUT - Static variable in class com.nutiteq.net.DefaultDownloadStreamOpener
Default timeout for network activity.
DEFAULT_URL - Static variable in class com.nutiteq.services.GeocodingService
URL for default backend.
DEFAULT_WIDTH - Static variable in class com.nutiteq.components.LineStyle
 
DEFAULT_ZOOM_IMAGE - Static variable in class com.nutiteq.controls.OnScreenZoomControls
Default zoom controls image path for library.
DefaultCursor - Class in com.nutiteq.ui
Default cursor implementation used in MapComponent.
DefaultCursor(int) - Constructor for class com.nutiteq.ui.DefaultCursor
Constructor for default cursor.
DefaultDownloadStreamOpener - Class in com.nutiteq.net
Default stream opener used inside library.
DefaultDownloadStreamOpener(String) - Constructor for class com.nutiteq.net.DefaultDownloadStreamOpener
 
DefaultDownloadStreamOpener() - Constructor for class com.nutiteq.net.DefaultDownloadStreamOpener
 
DefaultDownloadStreamOpener(long) - Constructor for class com.nutiteq.net.DefaultDownloadStreamOpener
 
DefaultDownloadStreamOpener(String, long) - Constructor for class com.nutiteq.net.DefaultDownloadStreamOpener
 
DefaultLogger - Class in com.nutiteq.log
Default logger used in library (if logging will be enabled).
DefaultLogger() - Constructor for class com.nutiteq.log.DefaultLogger
 
DefaultZoomIndicator - Class in com.nutiteq.ui
Default zoom indicator used, when MapComponent.showZoomLevelIndicator(boolean) is called.
DefaultZoomIndicator(int, int) - Constructor for class com.nutiteq.ui.DefaultZoomIndicator
 
defineControlKey(int, int) - Method in class com.nutiteq.BasicMapComponent
Set key code values for defined control keys.
defineControlKey(int, int) - Method in class com.nutiteq.MapItem
Define Control Keys codes for map manipulation.
defineKey(int, int) - Method in class com.nutiteq.controls.UserDefinedKeysMapping
Define controlaction for key code.
deinitialize() - Method in interface com.nutiteq.cache.Cache
Clean up cache resources and, if needed, write cache definition/index somewhere.
deinitialize() - Method in class com.nutiteq.cache.CachingChain
 
deinitialize() - Method in class com.nutiteq.cache.MemoryCache
 
deinitialize() - Method in class com.nutiteq.cache.RmsCache
 
DelayedMapListener - Class in com.nutiteq.listeners
This class implements a delayed map listener that can be used as a wrapper for another map listener.
DelayedMapListener(MapListener) - Constructor for class com.nutiteq.listeners.DelayedMapListener
Constructor for DelayedMapListener.
DelayedMapListener(MapListener, int, int) - Constructor for class com.nutiteq.listeners.DelayedMapListener
Constructor for DelayedMapListener.
deviceDiscovered(RemoteDevice, DeviceClass) - Method in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
DigitalGlobeMap - Class in com.nutiteq.maps
Areal maps provided by DigitalGlobe.
DigitalGlobeMap(String) - Constructor for class com.nutiteq.maps.DigitalGlobeMap
Create new map for 256 tile size and zoom range 0-19.
DigitalGlobeMap(Copyright, String) - Constructor for class com.nutiteq.maps.DigitalGlobeMap
 
DirectionsService - Interface in com.nutiteq.services
 
DirectionsWaiter - Interface in com.nutiteq.services
Interface for classes waiting on directions service
directoryListed(String, Vector) - Method in interface com.nutiteq.helpers.FileBrowserListener
Called when a directory is listed.
disconnect() - Method in class com.nutiteq.bluetooth.BluetoothAPIConnection
 
disconnect() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
disconnect() - Method in interface com.nutiteq.location.providers.LocationDataConnection
Disconnect from given source
DiscoveredDevice - Class in com.nutiteq.bluetooth
Device discovered by BluetoothDevice.
DiscoveredDevice(String, String) - Constructor for class com.nutiteq.bluetooth.DiscoveredDevice
 
DISPLAY_BOTTOM - Static variable in class com.nutiteq.components.PlaceLabel
Display label on bottom of map componeny
DISPLAY_CENTER - Static variable in class com.nutiteq.components.PlaceLabel
Display label on screen, right over the place.
DISPLAY_NONE - Static variable in class com.nutiteq.components.PlaceLabel
Don't display label
DISPLAY_TOP - Static variable in class com.nutiteq.components.PlaceLabel
Display label on top of map component
displayTime() - Method in class com.nutiteq.ui.DefaultZoomIndicator
 
displayTime() - Method in interface com.nutiteq.ui.ZoomIndicator
How long should element be visible after zoom keys have been pressed
DisplayUpdater - Interface in com.nutiteq.ui
Interface for objects that have the ability to call screen updates.
Distance - Class in com.nutiteq.components
Generic distance object.
Distance(float, String) - Constructor for class com.nutiteq.components.Distance
 
distanceFromLineInPixels(int, int, int, int) - Method in class com.nutiteq.components.MapPos
 
distanceFromLineInPixels(Point, Point) - Method in class com.nutiteq.components.MapPos
 
distanceInMeters(WgsPoint, WgsPoint) - Static method in class com.nutiteq.components.WgsPoint
Compute distance in meters between two points.
distanceInPixels(MapPos) - Method in class com.nutiteq.components.Line
 
distanceInPixels(MapPos) - Method in class com.nutiteq.components.MapPos
Not part of public API
distanceInPixels(MapPos) - Method in interface com.nutiteq.components.OnMapElement
 
distanceInPixels(MapPos) - Method in class com.nutiteq.components.Place
 
distanceInPixels(MapPos) - Method in class com.nutiteq.components.Polygon
 
DOTTED - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
DOTTED - Static variable in class javax.microedition.lcdui.Graphics
 
doubleBubbleSort(int[], int[]) - Static method in class com.nutiteq.utils.Utils
 
doubleBubbleSort(String[], String[]) - Static method in class com.nutiteq.utils.Utils
 
downloadCompleted() - Method in interface com.nutiteq.net.DownloadCounter
Download request was completed.
downloadCompleted() - Method in interface com.nutiteq.net.NetworkListener
 
downloadCompleted() - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
downloadCompleted() - Method in class com.nutiteq.ui.NutiteqDownloadDisplay
 
DownloadCounter - Interface in com.nutiteq.net
Interface for defining download counter objects
DownloadDisplay - Interface in com.nutiteq.ui
Interface for implementing overlays showing network activity.
downloaded(int) - Method in interface com.nutiteq.net.DownloadCounter
Notify about donwloaded bytes
downloaded(int) - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
downloadStarted() - Method in interface com.nutiteq.net.NetworkListener
 
downloadStarted() - Method in class com.nutiteq.ui.NutiteqDownloadDisplay
 
DownloadStreamOpener - Interface in com.nutiteq.net
Interface for opening stream to downloaded resource.
DownloadStreamWaiter - Interface in com.nutiteq.net
Interface for objects that are waiting for download stream.
drawImage(Image, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
drawImage(Image, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
drawLine(int, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
drawLine(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
drawRect(int, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
drawRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
drawRGB(int[], int, int, int, int, int, int, boolean) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
drawRGB(int[], int, int, int, int, int, int, boolean) - Method in class javax.microedition.lcdui.Graphics
 
drawString(String, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
drawString(String, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
DurationTime - Class in com.nutiteq.components
Generic duration object containing days, hours, minutes and seconds.
DurationTime(int, int, int, int) - Constructor for class com.nutiteq.components.DurationTime
 
DurationTime() - Constructor for class com.nutiteq.components.DurationTime
 

E

EAST - Static variable in class com.nutiteq.maps.BlomOrthoMap
 
elementClicked(OnMapElement) - Method in interface com.nutiteq.listeners.OnMapElementListener
Element clicked
elementEntered(OnMapElement) - Method in interface com.nutiteq.listeners.OnMapElementListener
Element gained focus
elementLeft(OnMapElement) - Method in interface com.nutiteq.listeners.OnMapElementListener
Element lost focus
Ellipsoid - Class in com.nutiteq.maps.projections
 
Ellipsoid(double, double) - Constructor for class com.nutiteq.maps.projections.Ellipsoid
create a new ellipsoid and precompute its parameters
enableAll() - Static method in class com.nutiteq.log.Log
 
enableDownloadCounter() - Method in class com.nutiteq.MapComponent
Enable network traffic counter using default implementation ( NutiteqDownloadCounter).
enableDownloadCounter() - Method in class com.nutiteq.MapItem
Enable network traffic counter using default implementation ( NutiteqDownloadCounter).
enableDownloadDisplay() - Method in class com.nutiteq.MapComponent
Enable network traffic overlay using default implementation for painting ( NutiteqDownloadDisplay).
enableDownloadDisplay() - Method in class com.nutiteq.MapItem
Enable network traffic overlay using default implementation for painting ( NutiteqDownloadDisplay).
enqueue(Task) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
enqueueDownload(ResourceRequestor, int) - Method in class com.nutiteq.BasicMapComponent
Enqueue download requestor to be handled by library.
enqueueDownload(ResourceRequestor, int) - Method in class com.nutiteq.MapItem
Enqueue new download task to be executed by library.
EPSG3395 - Class in com.nutiteq.maps.projections
Abstract class for doing WGS84 coordinates calculations to map pixels in EPSG3395 (WGS84 Elliptical Mercator projection) and back.
EPSG3395(Copyright, int, int, int) - Constructor for class com.nutiteq.maps.projections.EPSG3395
 
EPSG3395(String, int, int, int) - Constructor for class com.nutiteq.maps.projections.EPSG3395
 
EPSG3785 - Class in com.nutiteq.maps.projections
Abstract class for doing WGS84 coordinates calculations to map pixels in EPSG3785 (Spherical Mercator projection) and back.
EPSG3785(Copyright, int, int, int) - Constructor for class com.nutiteq.maps.projections.EPSG3785
 
EPSG3785(String, int, int, int) - Constructor for class com.nutiteq.maps.projections.EPSG3785
 
EPSG4326 - Class in com.nutiteq.maps.projections
Abstract class for doing WGS84 coordinates calculations to map pixels in EPSG4326 (Plate-carree (flat) projection, to be used with WMS) and back.
EPSG4326(Copyright, int, int, int) - Constructor for class com.nutiteq.maps.projections.EPSG4326
 
EPSG4326(String, int, int, int) - Constructor for class com.nutiteq.maps.projections.EPSG4326
 
equals(Object) - Method in class com.nutiteq.components.KmlPlace
 
equals(Object) - Method in class com.nutiteq.components.MapPos
Equals only compares x, y, zoom.
equals(Object) - Method in class com.nutiteq.components.MapTile
 
equals(Object) - Method in class com.nutiteq.components.Place
 
equals(Object) - Method in class com.nutiteq.components.PlaceLabel
 
equals(Object) - Method in class com.nutiteq.components.Point
Check for equality.
equals(Object) - Method in class com.nutiteq.components.WgsPoint
Check if two WgsPoint objects refer to the same coordinates.
error(String) - Method in class com.nutiteq.log.AndroidLogger
 
error(String) - Method in class com.nutiteq.log.DefaultLogger
 
error(String) - Static method in class com.nutiteq.log.Log
 
error(String) - Method in interface com.nutiteq.log.Logger
 
error(int, String) - Method in interface com.nutiteq.net.DownloadStreamWaiter
Error notification with codes from DownloadStreamOpener
ERROR_DESTINATION_ADDRESS_NOT_FOUND - Static variable in interface com.nutiteq.services.DirectionsService
Error code for destination not found
ERROR_FROM_ADDRESS_NOT_FOUND - Static variable in interface com.nutiteq.services.DirectionsService
Error code for from address not found
ERROR_FROM_AND_DESTINATION_ADDRESS_SAME - Static variable in interface com.nutiteq.services.DirectionsService
Error code for from and destination address are the same
ERROR_ROUTE_NOT_FOUND - Static variable in interface com.nutiteq.services.DirectionsService
Error code for route not found
ErrorListener - Interface in com.nutiteq.listeners
 
errors(int) - Method in interface com.nutiteq.services.GeocodingResultWaiter
 
EventDrivenPanning - Class in com.nutiteq.ui
Unthreaded panning implementation that uses key repeated events for panning.
EventDrivenPanning() - Constructor for class com.nutiteq.ui.EventDrivenPanning
 
execute() - Method in class com.nutiteq.helpers.BluetoothGpsBrowser
 
execute() - Method in class com.nutiteq.services.CloudMadeDirections
 
execute() - Method in class com.nutiteq.services.GeocodingService
 
execute() - Method in class com.nutiteq.services.OpenLSDirections
 
execute() - Method in interface com.nutiteq.services.Service
Performe service action
execute() - Method in class com.nutiteq.services.YourNavigationDirections
 

F

FACE_MONOSPACE - Static variable in class javax.microedition.lcdui.Font
 
FACE_PROPORTIONAL - Static variable in class javax.microedition.lcdui.Font
 
FACE_SYSTEM - Static variable in class com.nutiteq.wrappers.rimui.Font
 
FACE_SYSTEM - Static variable in class javax.microedition.lcdui.Font
 
FileBrowser - Class in com.nutiteq.helpers
This class implements a file browser using J2ME MIDP UI.
FileBrowser(FileSystem) - Constructor for class com.nutiteq.helpers.FileBrowser
Create a FileBrowser object.
FileBrowserListener - Interface in com.nutiteq.helpers
This interface defines a listener that gets called by the file browser.
fileSelected(String, String) - Method in interface com.nutiteq.helpers.FileBrowserListener
Called when a file is clicked.
fileSize() - Method in class com.nutiteq.fs.MidpFileSystemConnection
 
FileSystem - Interface in com.nutiteq.fs
Abstract class for support of various file system access implementations.
FileSystemConnection - Interface in com.nutiteq.fs
 
fillRect(int, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
fillRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
fillRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
fillTriangle(int, int, int, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Graphics
Not implemented yet
fillTriangle(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
findRemoteDevices() - Method in class com.nutiteq.bluetooth.BluetoothAPIDevice
Find all remote devices supporting serial port connection and report them to BluetoothHandler.
findRemoteDevices() - Method in interface com.nutiteq.bluetooth.BluetoothDevice
Find devices supporting
FINGER_CLICK_TOLERANCE - Static variable in class com.nutiteq.BasicMapComponent
Pixel tolerance used for phones without stylus to distinguish between screen click and drag events
focusOnPlace(Place) - Method in class com.nutiteq.BasicMapComponent
Set focus on given place.
Font - Class in com.nutiteq.wrappers.rimui
This is a wrapper around J2ME font class, to enable usages of RIM UI font.
Font - Class in javax.microedition.lcdui
 
FONT_INPUT_TEXT - Static variable in class javax.microedition.lcdui.Font
 
FONT_STATIC_TEXT - Static variable in class javax.microedition.lcdui.Font
 
fromWgs(Point) - Method in class com.nutiteq.maps.projections.Lambert
 

G

GeocodingResultWaiter - Interface in com.nutiteq.services
Interface for objects waiting on Geocoding service results
GeocodingService - Class in com.nutiteq.services
Default implementation for geocoding services.
GeocodingService(GeocodingResultWaiter, String, String, WgsPoint, String, String, int[], int, boolean) - Constructor for class com.nutiteq.services.GeocodingService
 
GeoMap - Interface in com.nutiteq.maps
Defines the basic properties for displayed map.
get(String) - Method in interface com.nutiteq.cache.Cache
Get cached data.
get(String) - Method in class com.nutiteq.cache.CachingChain
 
get(String) - Method in class com.nutiteq.cache.MemoryCache
 
get(String) - Method in class com.nutiteq.cache.RmsCache
 
getAdditionalInfo(Place) - Method in class com.nutiteq.BasicMapComponent
Get additional info for place displayed by internally handled service.
getAdditionalInfo(Place) - Method in class com.nutiteq.MapItem
Get additional info for internally handled (retrieved from kml service) objects.
getAddress() - Method in class com.nutiteq.components.KmlPlace
 
getAddress() - Method in class com.nutiteq.components.PlaceInfo
 
getAllRequiredTiles() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
getAnchorX(int) - Method in class com.nutiteq.components.PlaceIcon
 
getAnchorX(int) - Method in interface com.nutiteq.components.Placemark
Get placemarks relative position x
getAnchorY(int) - Method in class com.nutiteq.components.PlaceIcon
 
getAnchorY(int) - Method in interface com.nutiteq.components.Placemark
Get placemarks relative position y.
getBitmap() - Method in class javax.microedition.lcdui.Image
 
getBoundingBox() - Method in class com.nutiteq.BasicMapComponent
Get bounding box for current map view.
getBoundingBox() - Method in class com.nutiteq.components.RouteSummary
Best view for full route
getBoundingBox() - Method in class com.nutiteq.MapItem
Get Bounding Box of current map view
getBoundingBoxCenter() - Method in class com.nutiteq.components.WgsBoundingBox
Calculate approximate center for this bounding box
getBytesLoadedFromCache() - Method in interface com.nutiteq.net.DownloadCounter
 
getBytesLoadedFromCache() - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
getCachingLevel() - Method in interface com.nutiteq.io.ResourceRequestor
Define at which level should given resource be cached.
getCachingLevel() - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
getCachingLevel() - Method in class com.nutiteq.location.cellid.OpenCellIdMeasurePushTask
 
getCachingLevel() - Method in class com.nutiteq.services.CloudMadeDirections
 
getCachingLevel() - Method in class com.nutiteq.services.GeocodingService
 
getCachingLevel() - Method in class com.nutiteq.services.OpenLSDirections
 
getCellId() - Method in class com.nutiteq.components.Cell
 
getCellId() - Method in interface com.nutiteq.location.cellid.CellIdDataReader
Get CellId
getCellId() - Method in class com.nutiteq.location.cellid.MotorolaCellIdDataReader
 
getCellId() - Method in class com.nutiteq.location.cellid.NokiaCellIdDataReader
 
getCellId() - Method in class com.nutiteq.location.cellid.SonyEricssonCellIdDataReader
 
getCenterPoint() - Method in class com.nutiteq.BasicMapComponent
Get map center point.
getClipHeight() - Method in class com.nutiteq.wrappers.rimui.Graphics
 
getClipHeight() - Method in class javax.microedition.lcdui.Graphics
 
getClipWidth() - Method in class com.nutiteq.wrappers.rimui.Graphics
 
getClipWidth() - Method in class javax.microedition.lcdui.Graphics
 
getClipX() - Method in class com.nutiteq.wrappers.rimui.Graphics
 
getClipX() - Method in class javax.microedition.lcdui.Graphics
 
getClipY() - Method in class com.nutiteq.wrappers.rimui.Graphics
 
getClipY() - Method in class javax.microedition.lcdui.Graphics
 
getColor() - Method in class com.nutiteq.components.LineStyle
Not part of public API
getColor() - Method in class com.nutiteq.components.PolyStyle
 
getConfig() - Method in class com.nutiteq.maps.StoredMap
 
getContentType() - Method in interface com.nutiteq.net.DataPostingDownloadable
Content type for sent data
getControlAction(int, int) - Method in class com.nutiteq.controls.OnScreenZoomControls
Not part of public API
getCoordinates() - Method in class com.nutiteq.components.PlaceInfo
 
getCopyright() - Method in class com.nutiteq.maps.BaseMap
 
getCopyright() - Method in interface com.nutiteq.maps.GeoMap
Map copyright string painted on screen
getCopyright() - Method in class com.nutiteq.maps.StoredMap
 
getData() - Method in class com.nutiteq.components.MapTile
 
getDays() - Method in class com.nutiteq.components.DurationTime
 
getDefaultFont() - Static method in class com.nutiteq.wrappers.rimui.Font
 
getDefaultFont() - Static method in class javax.microedition.lcdui.Font
 
getDescent() - Method in class javax.microedition.lcdui.Font
 
getDescription() - Method in class com.nutiteq.components.KmlPlace
 
getDescription() - Method in class com.nutiteq.components.PlaceInfo
 
getDistance() - Method in class com.nutiteq.components.RouteInstruction
 
getDistance() - Method in class com.nutiteq.components.RouteSummary
Distance of this route
getDownloadCounter() - Method in class com.nutiteq.BasicMapComponent
 
getDownloadCounter() - Method in class com.nutiteq.MapItem
 
getDownloadedBytes() - Method in interface com.nutiteq.net.DownloadCounter
 
getDownloadedBytes() - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
getDuration() - Method in class com.nutiteq.components.RouteInstruction
 
getEccentricity() - Method in class com.nutiteq.maps.projections.Ellipsoid
 
getElements() - Method in class com.nutiteq.components.Place
Not part of public API
getEquatorialRadius() - Method in class com.nutiteq.maps.projections.Ellipsoid
 
getErrorListener() - Method in class com.nutiteq.BasicMapComponent
Get the current error listener.
getExtendedData() - Method in class com.nutiteq.components.KmlPlace
 
getExtendedData() - Method in class com.nutiteq.components.PlaceInfo
Returns ExtendedData element as (ExtendedDataMap, a Hashtable)
getExtendedData(String) - Method in class com.nutiteq.components.PlaceInfo
Returns specific ExtendedData value by key
getFileExtension() - Method in class com.nutiteq.maps.StoredMap
Get extension for files used by stored maps.
getFont(int, int, int) - Static method in class com.nutiteq.wrappers.rimui.Font
 
getFont(int, int, int) - Static method in class javax.microedition.lcdui.Font
 
getGraphics() - Method in class com.nutiteq.wrappers.rimui.Image
 
getGraphics() - Method in class javax.microedition.lcdui.Image
 
getHashSize() - Method in class com.nutiteq.maps.StoredMap
Get the hash size.
getHeight() - Method in class com.nutiteq.BasicMapComponent
Return current view height
getHeight(int) - Method in class com.nutiteq.components.PlaceIcon
 
getHeight(int) - Method in interface com.nutiteq.components.Placemark
Get height of the placemark, based on current zoom level
getHeight() - Method in class com.nutiteq.components.Rectangle
 
getHeight() - Method in class com.nutiteq.wrappers.rimui.Font
 
getHeight() - Method in class com.nutiteq.wrappers.rimui.Image
 
getHeight() - Method in class javax.microedition.lcdui.Font
 
getHeight() - Method in class javax.microedition.lcdui.Image
 
getHours() - Method in class com.nutiteq.components.DurationTime
 
getIcon() - Method in class com.nutiteq.components.Place
Get place icon
getIcon() - Method in class com.nutiteq.components.PlaceIcon
Not part of public API
getId() - Method in class com.nutiteq.components.Place
Get place id
getIDString() - Method in class com.nutiteq.components.MapTile
Not part of public API
getImage() - Method in class com.nutiteq.components.MapTile
Not part of public API
getInfoObject() - Method in class com.nutiteq.components.KmlPlace
Not part of public API
getInstruction() - Method in class com.nutiteq.components.RouteInstruction
 
getInstructionNumber() - Method in class com.nutiteq.components.RouteInstruction
 
getInstructions() - Method in class com.nutiteq.components.Route
Get instructios for this route
getInstructionType() - Method in class com.nutiteq.components.RouteInstruction
 
getInternalMiddlePoint() - Method in class com.nutiteq.BasicMapComponent
Not part of public API.
getKeyActionCode(int) - Method in interface com.nutiteq.controls.ControlKeysHandler
Get action code for the key
getKeyActionCode(int) - Method in class com.nutiteq.controls.MGMapsKeysHandler
 
getKeyActionCode(int) - Method in class com.nutiteq.controls.UserDefinedKeysMapping
 
getKmlPlaces(KmlService) - Method in class com.nutiteq.BasicMapComponent
Get KML places which were read by KML parser.
getKmlServices() - Method in class com.nutiteq.BasicMapComponent
Get list of used kml services
getKmlServices() - Method in class com.nutiteq.MapItem
List currently added KML Services
getLabel() - Method in interface com.nutiteq.components.Label
String representation of this label
getLabel() - Method in class com.nutiteq.components.Line
 
getLabel() - Method in interface com.nutiteq.components.OnMapElement
 
getLabel() - Method in class com.nutiteq.components.Place
Get place label
getLabel() - Method in class com.nutiteq.components.PlaceLabel
Not part of public API
getLabel() - Method in class com.nutiteq.components.Polygon
 
getLabelViewUpdate(MapPos, int, int) - Method in class com.nutiteq.components.Place
 
getLac() - Method in class com.nutiteq.components.Cell
 
getLac() - Method in interface com.nutiteq.location.cellid.CellIdDataReader
Get location area code
getLac() - Method in class com.nutiteq.location.cellid.MotorolaCellIdDataReader
 
getLac() - Method in class com.nutiteq.location.cellid.NokiaCellIdDataReader
 
getLac() - Method in class com.nutiteq.location.cellid.SonyEricssonCellIdDataReader
 
getLat() - Method in class com.nutiteq.components.WgsPoint
Get coordinate latitude
getLibraryLog() - Method in class com.nutiteq.BasicMapComponent
Get internal log for library.
getLibraryLog() - Method in class com.nutiteq.MapItem
Get internal log for library.
getLineStyle() - Method in class com.nutiteq.components.Line
Not part of public API.
getLocation() - Method in interface com.nutiteq.location.LocationSource
 
getLocation() - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
getLocation() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
getLocation() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
getLocation() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
getLocationMarker() - Method in interface com.nutiteq.location.LocationSource
Get location marker used on screen
getLocationMarker() - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
getLocationMarker() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
getLocationMarker() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
getLocationMarker() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
getLog() - Method in class com.nutiteq.log.AndroidLogger
 
getLog() - Method in class com.nutiteq.log.DefaultLogger
 
getLog() - Static method in class com.nutiteq.log.Log
 
getLog() - Method in interface com.nutiteq.log.Logger
 
getLon() - Method in class com.nutiteq.components.WgsPoint
Get coordinate longitude
getMap() - Method in class com.nutiteq.BasicMapComponent
Retrieve currently used map.
getMap() - Method in class com.nutiteq.components.MapTile
 
getMap() - Method in class com.nutiteq.MapItem
Retrieve currently used map.
getMapHeight(int) - Method in class com.nutiteq.maps.BaseKaMap
 
getMapHeight(int) - Method in class com.nutiteq.maps.BaseMap
Get map height for given zoom level.
getMapHeight(int) - Method in interface com.nutiteq.maps.GeoMap
Get map height based on zoom level
getMapListener() - Method in class com.nutiteq.BasicMapComponent
Get the current map listener.
getMapPosition(WgsPoint) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
getMapPosition() - Method in class com.nutiteq.components.Place
Not part of public API
getMapWidth(int) - Method in class com.nutiteq.maps.BaseKaMap
 
getMapWidth(int) - Method in class com.nutiteq.maps.BaseMap
Get map width for given zoom level.
getMapWidth(int) - Method in interface com.nutiteq.maps.GeoMap
Get map width based on zoom level
getMaxPoint() - Method in class com.nutiteq.components.TileMapBounds
 
getMaxZoom() - Method in class com.nutiteq.components.ZoomRange
 
getMaxZoom() - Method in class com.nutiteq.maps.BaseMap
 
getMaxZoom() - Method in interface com.nutiteq.maps.GeoMap
Maximum zoom level for implementing map.
getMaxZoom() - Method in class com.nutiteq.maps.StoredMap
 
getMcc() - Method in class com.nutiteq.components.Cell
 
getMcc() - Method in interface com.nutiteq.location.cellid.CellIdDataReader
Get mobile country code
getMcc() - Method in class com.nutiteq.location.cellid.MotorolaCellIdDataReader
 
getMcc() - Method in class com.nutiteq.location.cellid.NokiaCellIdDataReader
 
getMcc() - Method in class com.nutiteq.location.cellid.SonyEricssonCellIdDataReader
 
getMiddlePoint() - Method in class com.nutiteq.BasicMapComponent
Get map center point value in lon/lat
getMiddlePoint() - Method in class com.nutiteq.MapItem
Get current center point of map
getMinPoint() - Method in class com.nutiteq.components.TileMapBounds
 
getMinutes() - Method in class com.nutiteq.components.DurationTime
 
getMinZoom() - Method in class com.nutiteq.components.ZoomRange
 
getMinZoom() - Method in class com.nutiteq.maps.BaseMap
 
getMinZoom() - Method in interface com.nutiteq.maps.GeoMap
Minimum zoom level for implementing map.
getMinZoom() - Method in class com.nutiteq.maps.StoredMap
 
getMissingTileImage() - Method in class com.nutiteq.maps.BaseMap
 
getMissingTileImage() - Method in interface com.nutiteq.maps.GeoMap
Get image used for showing missing image.
getMnc() - Method in class com.nutiteq.components.Cell
 
getMnc() - Method in interface com.nutiteq.location.cellid.CellIdDataReader
Get mobile network code
getMnc() - Method in class com.nutiteq.location.cellid.MotorolaCellIdDataReader
 
getMnc() - Method in class com.nutiteq.location.cellid.NokiaCellIdDataReader
 
getMnc() - Method in class com.nutiteq.location.cellid.SonyEricssonCellIdDataReader
 
getName() - Method in class com.nutiteq.bluetooth.DiscoveredDevice
 
getName() - Method in class com.nutiteq.components.KmlPlace
 
getName() - Method in class com.nutiteq.components.Place
Get place name
getName() - Method in class com.nutiteq.components.PlaceInfo
 
getNativeFont() - Method in class com.nutiteq.wrappers.rimui.Font
Retrieve wrapped RIM UI font
getNativeImage() - Method in class com.nutiteq.wrappers.rimui.Image
 
getNumberOfCacheHits() - Method in interface com.nutiteq.net.DownloadCounter
 
getNumberOfCacheHits() - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
getNumberOfNetworkRequests() - Method in interface com.nutiteq.net.DownloadCounter
 
getNumberOfNetworkRequests() - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
getOnMapElementListener() - Method in class com.nutiteq.BasicMapComponent
Get current listener for objects on map
getOverlayTileUrl(MapTile) - Method in interface com.nutiteq.maps.MapTileOverlay
Generate overlay tile url for given map tile.
getOverlayTileUrl(MapTile) - Method in class com.nutiteq.maps.overlays.BlomStreetsOverlay
 
getPlace() - Method in class com.nutiteq.components.KmlPlace
 
getPlaceListener() - Method in class com.nutiteq.BasicMapComponent
Deprecated. Will be removed in 1.0.3. Use BasicMapComponent.getOnMapElementListener() instead.
getPlacemark() - Method in class com.nutiteq.components.Place
 
getPoint() - Method in class com.nutiteq.components.RouteInstruction
 
getPointOnDisplay(int, int) - Method in interface com.nutiteq.ui.Cursor
Get the "e;select"e; point on screen for cursor.
getPointOnDisplay(int, int) - Method in class com.nutiteq.ui.DefaultCursor
 
getPoints() - Method in class com.nutiteq.components.Line
 
getPoints() - Method in interface com.nutiteq.components.OnMapElement
 
getPoints() - Method in class com.nutiteq.components.Place
 
getPoints() - Method in class com.nutiteq.components.Polygon
 
getPostContent() - Method in interface com.nutiteq.net.DataPostingDownloadable
Get content that should be sent to server
getRatio() - Method in class com.nutiteq.maps.projections.EPSG4326
 
getRequiredTile() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
getResourceType(String) - Static method in class com.nutiteq.utils.Utils
 
getRGB(int[], int, int, int, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Image
 
getRGB(int[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Image
 
getRoots() - Method in interface com.nutiteq.fs.FileSystem
Get file system roots.
getRoots() - Method in class com.nutiteq.fs.IDENFileSystem
List all roots in the filesystem
getRoots() - Method in class com.nutiteq.fs.JSR75FileSystem
List all roots in the filesystem
getRoots() - Method in class com.nutiteq.fs.MotoFileSystem
List all roots in the filesystem
getRouteLine() - Method in class com.nutiteq.components.Route
Get line for this route
getRoutePointMarkers(Image[]) - Method in class com.nutiteq.components.Route
Get route markers, that can be shown on map.
getRouteSummary() - Method in class com.nutiteq.components.Route
Get route summary
getScreenLeft() - Method in class com.nutiteq.BasicMapComponent
Get the screen position for the top-left corner.
getScreenTop() - Method in class com.nutiteq.BasicMapComponent
Get the screen position for the top-left corner.
getSeconds() - Method in class com.nutiteq.components.DurationTime
 
getServiceUrl(WgsBoundingBox, int) - Method in interface com.nutiteq.kml.KmlService
Called after if needsUpdate has returned true.
getServiceUrl(WgsBoundingBox, int) - Method in class com.nutiteq.kml.KmlUrlReader
 
getServiceUrl(WgsBoundingBox, int) - Method in class com.nutiteq.services.GeocodingService
 
getSize() - Method in class com.nutiteq.components.MapTile
Not part of public API
getSnippet() - Method in class com.nutiteq.components.KmlPlace
 
getSnippet() - Method in class com.nutiteq.components.PlaceInfo
 
getStatus() - Method in interface com.nutiteq.location.LocationSource
Get status code for location source.
getStatus() - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
getStatus() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
getStatus() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
getStatus() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
getStyleUrl() - Method in class com.nutiteq.components.KmlPlace
 
getTileImageData(int, int, int) - Method in interface com.nutiteq.maps.LocalMap
Read image from local resource
getTileMapBounds(int) - Method in class com.nutiteq.maps.BaseKaMap
 
getTileMapBounds(int) - Method in class com.nutiteq.maps.BaseMap
Get map bounds for specified zoom level.
getTileMapBounds(int) - Method in interface com.nutiteq.maps.GeoMap
Get map bounds for given zoom level.
getTileOverlay() - Method in class com.nutiteq.maps.BaseMap
 
getTileOverlay() - Method in interface com.nutiteq.maps.GeoMap
Get overlay used for map
getTileSize() - Method in class com.nutiteq.maps.BaseMap
 
getTileSize() - Method in interface com.nutiteq.maps.GeoMap
Get tile size for implemented map
getTilesPerFile() - Method in class com.nutiteq.maps.StoredMap
Get the number of tiles per file.
getTimeout() - Method in class com.nutiteq.net.DefaultDownloadStreamOpener
 
getTimeout() - Method in interface com.nutiteq.net.DownloadStreamOpener
 
getTotalTime() - Method in class com.nutiteq.components.RouteSummary
Total time for the route
getTypefacePaint() - Method in class javax.microedition.lcdui.Font
 
getUnitOfMeasure() - Method in class com.nutiteq.components.Distance
 
getUrl() - Method in class com.nutiteq.bluetooth.DiscoveredDevice
 
getValue() - Method in class com.nutiteq.components.Distance
 
getViewUpdate(int, int, int, int) - Method in interface com.nutiteq.components.Label
Get pixels needed for proper label display.
getViewUpdate(int, int, int, int) - Method in class com.nutiteq.components.PlaceLabel
 
getVisiblePlaces() - Method in class com.nutiteq.BasicMapComponent
Get places currently visible on map view.
getWgs() - Method in class com.nutiteq.components.KmlPlace
 
getWgs() - Method in class com.nutiteq.components.Place
Place coordinates in WGS84
getWgsMax() - Method in class com.nutiteq.components.WgsBoundingBox
 
getWgsMin() - Method in class com.nutiteq.components.WgsBoundingBox
 
getWidth() - Method in class com.nutiteq.BasicMapComponent
Return current view width
getWidth() - Method in class com.nutiteq.components.LineStyle
Not part of public API
getWidth(int) - Method in class com.nutiteq.components.PlaceIcon
 
getWidth(int) - Method in interface com.nutiteq.components.Placemark
Get width of the placemark, based on current zoom level
getWidth() - Method in class com.nutiteq.components.Rectangle
 
getWidth() - Method in class com.nutiteq.wrappers.rimui.Image
 
getWidth() - Method in class javax.microedition.lcdui.Image
 
getX() - Method in class com.nutiteq.components.MapPos
 
getX() - Method in class com.nutiteq.components.MapTile
 
getX() - Method in class com.nutiteq.components.Point
 
getX() - Method in class com.nutiteq.components.Rectangle
 
getY() - Method in class com.nutiteq.components.MapPos
 
getY() - Method in class com.nutiteq.components.MapTile
 
getY() - Method in class com.nutiteq.components.Point
 
getY() - Method in class com.nutiteq.components.Rectangle
 
getZoom() - Method in class com.nutiteq.BasicMapComponent
Get the current zoom level.
getZoom() - Method in class com.nutiteq.components.MapPos
 
getZoom() - Method in class com.nutiteq.components.MapTile
 
getZoom() - Method in class com.nutiteq.MapItem
Get the current zoom level.
getZoomRange() - Method in class com.nutiteq.BasicMapComponent
Get zoom range for currently used map
getZoomRange() - Method in class com.nutiteq.MapItem
get max and min zoom of current map (typically 0...18)
getZoomRange() - Method in class com.nutiteq.maps.BaseMap
 
getZoomRange() - Method in interface com.nutiteq.maps.GeoMap
Get zoom range for the map
getZoomRange() - Method in class com.nutiteq.maps.StoredMap
 
Graphics - Class in com.nutiteq.wrappers.rimui
Wrapper implementation around RIM UI graphics to enable similar API to J2ME graphics.
Graphics(Graphics) - Constructor for class com.nutiteq.wrappers.rimui.Graphics
Wrap 'native' RIM UI Graphics class
Graphics - Class in javax.microedition.lcdui
 
Graphics(Canvas) - Constructor for class javax.microedition.lcdui.Graphics
 
GRS80 - Static variable in class com.nutiteq.maps.projections.Ellipsoid
WGS84 ellipsoid

H

hashCode() - Method in class com.nutiteq.components.KmlPlace
 
hashCode() - Method in class com.nutiteq.components.MapPos
 
hashCode() - Method in class com.nutiteq.components.MapTile
 
hashCode() - Method in class com.nutiteq.components.Place
 
hashCode() - Method in class com.nutiteq.components.PlaceLabel
 
hashCode() - Method in class com.nutiteq.components.Point
 
hashCode() - Method in class com.nutiteq.components.WgsPoint
 
HCENTER - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
HCENTER - Static variable in class javax.microedition.lcdui.Graphics
 

I

IDENFileSystem - Class in com.nutiteq.fs
File reading using Motorola IDEN file API.
IDENFileSystem() - Constructor for class com.nutiteq.fs.IDENFileSystem
 
Image - Class in com.nutiteq.wrappers.rimui
Wrapper around Bitmap class to have similar interface to J2ME Image class.
Image - Class in javax.microedition.lcdui
 
IMAGE_ROUTE_END - Static variable in interface com.nutiteq.services.DirectionsService
 
IMAGE_ROUTE_LEFT - Static variable in interface com.nutiteq.services.DirectionsService
 
IMAGE_ROUTE_RIGHT - Static variable in interface com.nutiteq.services.DirectionsService
 
IMAGE_ROUTE_START - Static variable in interface com.nutiteq.services.DirectionsService
 
IMAGE_ROUTE_STRAIGHT - Static variable in interface com.nutiteq.services.DirectionsService
 
info(String) - Method in class com.nutiteq.log.AndroidLogger
 
info(String) - Method in class com.nutiteq.log.DefaultLogger
 
info(String) - Static method in class com.nutiteq.log.Log
 
info(String) - Method in interface com.nutiteq.log.Logger
 
initialize() - Method in interface com.nutiteq.cache.Cache
Initialize needed resources for cache.
initialize() - Method in class com.nutiteq.cache.CachingChain
 
initialize() - Method in class com.nutiteq.cache.MemoryCache
 
initialize() - Method in class com.nutiteq.cache.RmsCache
 
initializeConfigUsingFs(FileSystem) - Method in class com.nutiteq.maps.StoredMap
Read cache.conf
inquiryCompleted(int) - Method in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
isCentered(MapPos) - Method in class com.nutiteq.components.Line
 
isCentered(MapPos) - Method in interface com.nutiteq.components.OnMapElement
 
isCentered(MapPos) - Method in class com.nutiteq.components.Place
 
isCentered(MapPos) - Method in class com.nutiteq.components.Polygon
 
isDirectory(String) - Method in interface com.nutiteq.fs.FileSystem
Check if a file is a directory
isDirectory(String) - Method in class com.nutiteq.fs.IDENFileSystem
Check if a file is a directory
isDirectory(String) - Method in class com.nutiteq.fs.JSR75FileSystem
Check if a file is a directory
isDirectory(String) - Method in class com.nutiteq.fs.MotoFileSystem
Check if a file is a directory
isInitializeConf() - Method in class com.nutiteq.maps.StoredMap
 
isPanning() - Method in class com.nutiteq.ui.EventDrivenPanning
 
isPanning() - Method in interface com.nutiteq.ui.PanningStrategy
Is panning implementation still running
isPanning() - Method in class com.nutiteq.ui.ThreadDrivenPanning
 
isVisible(int, int, int, int, int) - Method in class com.nutiteq.components.Line
 
isVisible(MapPos, int, int) - Method in class com.nutiteq.components.MapPos
Not part of public API
isVisible(MapPos, GeoMap, int, int) - Method in class com.nutiteq.components.MapTile
Not part of public API Check if the map tile is visible.
isVisible(int, int, int, int, int) - Method in interface com.nutiteq.components.OnMapElement
 
isVisible(int, int, int, int, int) - Method in class com.nutiteq.components.Place
 
isVisible(int, int, int, int, int) - Method in class com.nutiteq.components.Polygon
 
isVisible() - Method in class com.nutiteq.ui.DefaultZoomIndicator
 
isVisible() - Method in interface com.nutiteq.ui.DownloadDisplay
 
isVisible() - Method in class com.nutiteq.ui.NutiteqDownloadDisplay
 
isVisible() - Method in interface com.nutiteq.ui.ZoomIndicator
Is this element visible
isWithinBounds(int, int) - Method in class com.nutiteq.components.TileMapBounds
Is given position on tile map within map bounds

J

JaredOpenStreetMap - Class in com.nutiteq.maps
Implementation for map that uses OpenStreetMap tiles from jar.
JaredOpenStreetMap(int, int, int) - Constructor for class com.nutiteq.maps.JaredOpenStreetMap
Create map with tiles located at jar root.
JaredOpenStreetMap(String, int, int, int) - Constructor for class com.nutiteq.maps.JaredOpenStreetMap
Create map with tiles in defined path.
JaredOpenStreetMap(Copyright, String, int, int, int) - Constructor for class com.nutiteq.maps.JaredOpenStreetMap
 
javax.microedition.lcdui - package javax.microedition.lcdui
Provides J2ME classes implementation for Android platform.
JSR75FileSystem - Class in com.nutiteq.fs
This class includes implementation for reading files using JSR-75.
JSR75FileSystem() - Constructor for class com.nutiteq.fs.JSR75FileSystem
 

K

KaMap - Class in com.nutiteq.maps
Map type to be used with standard OpenLayers kaMap layer
KaMap(String, String, String, String, String, int, int[], int, int) - Constructor for class com.nutiteq.maps.KaMap
 
keyPressed(int) - Method in class com.nutiteq.BasicMapComponent
Handle key pressed event
keyReleased(int) - Method in class com.nutiteq.BasicMapComponent
Handle key released event
keyRepeated(int) - Method in class com.nutiteq.BasicMapComponent
Handle key repeated event
keyRepeated(int) - Method in class com.nutiteq.ui.EventDrivenPanning
 
keyRepeated(int) - Method in interface com.nutiteq.ui.PanningStrategy
Notify panning 'thread' about key repeated events
keyRepeated(int) - Method in class com.nutiteq.ui.ThreadDrivenPanning
 
KmlPlace - Class in com.nutiteq.components
 
KmlPlace(Place, String, String, String, String, ExtendedDataMap) - Constructor for class com.nutiteq.components.KmlPlace
 
KmlPlace(String, Image, WgsPoint, String, String, String, String, ExtendedDataMap) - Constructor for class com.nutiteq.components.KmlPlace
 
KmlService - Interface in com.nutiteq.kml
Interface for kml services implementation.
KmlUrlReader - Class in com.nutiteq.kml
Basic KML URL reader, adds standard BBOX, zoom and max=10 parameters in default way.
KmlUrlReader(String, boolean) - Constructor for class com.nutiteq.kml.KmlUrlReader
Constructor for the built-in KML reader.
KmlUrlReader(String, int, boolean) - Constructor for class com.nutiteq.kml.KmlUrlReader
Constructor for the built-in KML reader.
KmlUrlReader(String, int, boolean, boolean) - Constructor for class com.nutiteq.kml.KmlUrlReader
Constructor for the built-in KML reader.

L

Label - Interface in com.nutiteq.components
 
labelClicked(int, int, int, int, int, int) - Method in interface com.nutiteq.components.Label
Notify label about the click and click location on screen
labelClicked(MapPos, int, int, int, int) - Method in class com.nutiteq.components.Place
 
labelClicked(int, int, int, int, int, int) - Method in class com.nutiteq.components.PlaceLabel
 
Lambert - Class in com.nutiteq.maps.projections
 
Lambert(Ellipsoid, Copyright, int, int, int) - Constructor for class com.nutiteq.maps.projections.Lambert
 
Lambert(Ellipsoid, String, int, int, int) - Constructor for class com.nutiteq.maps.projections.Lambert
 
LEFT - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
LEFT - Static variable in class javax.microedition.lcdui.Graphics
 
licenseError(String) - Method in interface com.nutiteq.listeners.ErrorListener
Invalid license was used
Line - Class in com.nutiteq.components
Line object to be displayed on map
Line(WgsPoint[]) - Constructor for class com.nutiteq.components.Line
Constructor for line object with default style
Line(WgsPoint[], boolean) - Constructor for class com.nutiteq.components.Line
 
Line(WgsPoint[], LineStyle) - Constructor for class com.nutiteq.components.Line
Constructor for line with user defined style
Line(WgsPoint[], LineStyle, Label) - Constructor for class com.nutiteq.components.Line
 
Line(WgsPoint[], LineStyle, boolean) - Constructor for class com.nutiteq.components.Line
 
Line(WgsPoint[], LineStyle, Label, boolean) - Constructor for class com.nutiteq.components.Line
 
LineStyle - Class in com.nutiteq.components
Style object for Line
LineStyle(int, int) - Constructor for class com.nutiteq.components.LineStyle
Constructor for line style object
listFiles(String) - Method in interface com.nutiteq.fs.FileSystem
List all files in a directory.
listFiles(String) - Method in class com.nutiteq.fs.IDENFileSystem
List all files in a directory.
listFiles(String) - Method in class com.nutiteq.fs.JSR75FileSystem
List all files in a directory.
listFiles(String) - Method in class com.nutiteq.fs.MotoFileSystem
List all files in a directory.
LocalMap - Interface in com.nutiteq.maps
Interface for reading map tiles from local resource (jar, file system).
LocationAPIProvider - Class in com.nutiteq.location.providers
This is a wrapper class around JSR179
LocationAPIProvider(long) - Constructor for class com.nutiteq.location.providers.LocationAPIProvider
Create location provider with given update interval (in milliseconds) and without any accuracy requirements.
LocationAPIProvider(long, int) - Constructor for class com.nutiteq.location.providers.LocationAPIProvider
Create location provider with given update interval (in milliseconds) and without an accuracy requirement.
LocationDataConnection - Interface in com.nutiteq.location.providers
 
LocationDataConnectionProvider - Interface in com.nutiteq.location.providers
Interface for object that know how to open connections to location sources.
LocationListener - Interface in com.nutiteq.location
Interface for objects needing location data
LocationMarker - Interface in com.nutiteq.location
Interface for graphical representation of location data.
locationRetrieved(WgsPoint) - Method in interface com.nutiteq.location.cellid.CellIdResponseWaiter
 
locationRetrieved(WgsPoint) - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
LocationSource - Interface in com.nutiteq.location
Coordinates data source for LocationMarker.
LocationSourceWaiter - Interface in com.nutiteq.location
Interface for class calling BluetoothGpsBrowser.
locationUpdated(LocationProvider, Location) - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
Log - Class in com.nutiteq.log
Log handler used by library.
log2(int) - Static method in class com.nutiteq.utils.Utils
Avoid FP operations.
Logger - Interface in com.nutiteq.log
Interface for defining custom logging handlers.
looseFocusOnDrag(boolean) - Method in class com.nutiteq.BasicMapComponent
On touch screen phones, if some object has been selected, should focus be lost on map drag.
loosePlaceFocus() - Method in class com.nutiteq.BasicMapComponent
 

M

mapClicked(WgsPoint) - Method in class com.nutiteq.android.MapView
 
mapClicked(WgsPoint) - Method in class com.nutiteq.listeners.DelayedMapListener
 
mapClicked(WgsPoint) - Method in interface com.nutiteq.listeners.MapListener
Called when a point on the map is clicked (when place is not selected).
mapClicked(WgsPoint) - Method in class com.nutiteq.MapItem
Event for clicking on map (used in MapListener)
MapComponent - Class in com.nutiteq
An extension for BasicMapComponent initialized with basic default values.
MapComponent(String, String, String, int, int, WgsPoint, int) - Constructor for class com.nutiteq.MapComponent
Constructor for map display object.
MapComponent(String, MIDlet, int, int, WgsPoint, int) - Constructor for class com.nutiteq.MapComponent
Constructor for map display object.
MapItem - Class in com.nutiteq
A high level wrapper around MapComponent, to be used inside Forms.
MapItem(String, String, MIDlet, int, int, WgsPoint, int) - Constructor for class com.nutiteq.MapItem
Constructor for map component wrapper, that can be used in high level UI components.
MapItem(String, String, String, String, int, int, WgsPoint, int) - Constructor for class com.nutiteq.MapItem
Constructor for map component wrapper, that can be used in high level UI components.
MapListener - Interface in com.nutiteq.listeners
Listen for map events.
mapMoved() - Method in class com.nutiteq.android.MapView
 
mapMoved() - Method in class com.nutiteq.listeners.DelayedMapListener
 
mapMoved() - Method in interface com.nutiteq.listeners.MapListener
Called after map has been moved.
mapMoved() - Method in class com.nutiteq.MapItem
Event for moving of map (used in MapListener)
MAPNIK - Static variable in class com.nutiteq.maps.OpenStreetMap
Instance if Open Street Map
MapPos - Class in com.nutiteq.components
Implements a projected position on a map as a set of 3 numbers: (x,y) projected pixel coordinates, (zoom) zoom level.
MapPos(int, int, int) - Constructor for class com.nutiteq.components.MapPos
Constructor for MapPos.
mapPosToWgs(MapPos) - Method in class com.nutiteq.maps.BaseKaMap
 
mapPosToWgs(MapPos) - Method in interface com.nutiteq.maps.GeoMap
Convert a point on pixel map to WGS84 coordinates (decimal coordinates * 1000000)
mapPosToWgs(MapPos) - Method in class com.nutiteq.maps.projections.EPSG3395
 
mapPosToWgs(MapPos) - Method in class com.nutiteq.maps.projections.EPSG3785
 
mapPosToWgs(MapPos) - Method in class com.nutiteq.maps.projections.EPSG4326
 
mapPosToWgs(MapPos) - Method in interface com.nutiteq.maps.projections.Projection
Convert a point on pixel map to WGS84 coordinates (decimal coordinates * 1000000)
MapTile - Class in com.nutiteq.components
Object containing map tile location on the map (x, y coordinates of upper-left corner on whole map) and image data for that tile.
MapTile(int, int, int, GeoMap, MapTilesRequestor) - Constructor for class com.nutiteq.components.MapTile
Not part of public API
MapTileOverlay - Interface in com.nutiteq.maps
Overlay information service for map tiles.
MapView - Class in com.nutiteq.android
Simple map view handler for displaying map component on screen.
MapView(Context, BasicMapComponent) - Constructor for class com.nutiteq.android.MapView
 
MAX_ZOOM - Static variable in class com.nutiteq.maps.OpenStreetMap
 
maxResults() - Method in interface com.nutiteq.kml.KmlService
Maximum number of results returned from this service.
maxResults() - Method in class com.nutiteq.kml.KmlUrlReader
 
maxResults() - Method in class com.nutiteq.services.GeocodingService
 
MemoryCache - Class in com.nutiteq.cache
Memory cache implementing LRU (least recently used) strategy.
MemoryCache(int) - Constructor for class com.nutiteq.cache.MemoryCache
Create a new MemoryCache instance.
mergeAreas(Rectangle, Rectangle) - Static method in class com.nutiteq.utils.Utils
 
MGMapsKeysHandler - Class in com.nutiteq.controls
A wrapper around UserDefinedKeysMapping that defines MGMaps style move/zoom key actions.
MGMapsKeysHandler() - Constructor for class com.nutiteq.controls.MGMapsKeysHandler
 
MidpFileSystemConnection - Class in com.nutiteq.fs
 
MidpFileSystemConnection(InputConnection) - Constructor for class com.nutiteq.fs.MidpFileSystemConnection
 
MIN_ZOOM - Static variable in class com.nutiteq.maps.OpenStreetMap
 
MotoFileSystem - Class in com.nutiteq.fs
File reading using Motorola (not IDEN) file API.
MotoFileSystem() - Constructor for class com.nutiteq.fs.MotoFileSystem
 
MotorolaCellIdDataReader - Class in com.nutiteq.location.cellid
Motorola implementation for accessing data required for cell id positioning.
MotorolaCellIdDataReader() - Constructor for class com.nutiteq.location.cellid.MotorolaCellIdDataReader
 
MotorolaCellIdLocationProvider - Class in com.nutiteq.location.providers
Cell id positioning provider for Motorola handsets.
MotorolaCellIdLocationProvider() - Constructor for class com.nutiteq.location.providers.MotorolaCellIdLocationProvider
Create location provider with default service OpenCellIdService
MotorolaCellIdLocationProvider(CellIdService) - Constructor for class com.nutiteq.location.providers.MotorolaCellIdLocationProvider
Create location provider with custom cellId service.
MOVE_DOWN_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
Code for move map down key
MOVE_LEFT_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
Code for move map left key
MOVE_METHOD_BICYCLE - Static variable in class com.nutiteq.services.YourNavigationDirections
 
MOVE_METHOD_CAR - Static variable in class com.nutiteq.services.YourNavigationDirections
 
MOVE_METHOD_FOOT - Static variable in class com.nutiteq.services.YourNavigationDirections
 
MOVE_RIGHT_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
Code for move map right key
MOVE_UP_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
Code for move map up key
moveMap(double, double) - Method in class com.nutiteq.BasicMapComponent
Move map without changing zoom.
moveMap(WgsPoint) - Method in class com.nutiteq.BasicMapComponent
Move map without changing zoom.

N

NavteqMapTP - Class in com.nutiteq.maps
 
NavteqMapTP(String, String) - Constructor for class com.nutiteq.maps.NavteqMapTP
 
NavteqMapTP(Copyright, String, String) - Constructor for class com.nutiteq.maps.NavteqMapTP
 
NavteqMapTP(String) - Constructor for class com.nutiteq.maps.NavteqMapTP
 
NavteqMapTP(Copyright, String) - Constructor for class com.nutiteq.maps.NavteqMapTP
 
needRepaint(boolean) - Method in class com.nutiteq.android.MapView
 
needRepaint(boolean) - Method in class com.nutiteq.listeners.DelayedMapListener
 
needRepaint(boolean) - Method in interface com.nutiteq.listeners.MapListener
Called when the map is changed in some way and repaint needs to be called on the container object.
needRepaint(boolean) - Method in class com.nutiteq.MapItem
Event if map needs repainting (used in MapListener)
needsUpdate(WgsBoundingBox, int) - Method in interface com.nutiteq.kml.KmlService
Does the service need an update.
needsUpdate(WgsBoundingBox, int) - Method in class com.nutiteq.kml.KmlUrlReader
 
needsUpdate(WgsBoundingBox, int) - Method in class com.nutiteq.services.GeocodingService
 
NETWORK_ERROR - Static variable in interface com.nutiteq.net.DownloadStreamOpener
Error code for network error
NETWORK_ERROR - Static variable in class com.nutiteq.services.GeocodingService
 
networkError(String) - Method in interface com.nutiteq.listeners.ErrorListener
Library has encountered a network related error.
networkError() - Method in interface com.nutiteq.services.DirectionsWaiter
Network error has occurred during directions service execution
NetworkListener - Interface in com.nutiteq.net
Listener for activities from download counter.
networkRequest(String) - Method in interface com.nutiteq.net.DownloadCounter
Successful network request has been made.
networkRequest(String) - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
NO_ACTION_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
 
NokiaCellIdDataReader - Class in com.nutiteq.location.cellid
 
NokiaCellIdDataReader() - Constructor for class com.nutiteq.location.cellid.NokiaCellIdDataReader
 
NORTH - Static variable in class com.nutiteq.maps.BlomOrthoMap
 
NOT_FOUND - Static variable in class com.nutiteq.services.GeocodingService
 
notifyError() - Method in class com.nutiteq.components.MapTile
Not part of public API
notifyError() - Method in interface com.nutiteq.io.ResourceRequestor
Notify implementing object about retrieval error
notifyError(WgsPoint) - Method in interface com.nutiteq.location.cellid.CellIdDataFeederListener
 
notifyError() - Method in interface com.nutiteq.location.cellid.CellIdResponseWaiter
 
notifyError() - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
notifyError() - Method in class com.nutiteq.location.cellid.OpenCellIdMeasurePushTask
 
notifyError() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
notifyError() - Method in class com.nutiteq.services.CloudMadeDirections
 
notifyError() - Method in class com.nutiteq.services.GeocodingService
 
notifyError() - Method in class com.nutiteq.services.OpenLSDirections
 
notifyError() - Method in class com.nutiteq.services.YourNavigationDirections
 
NUTITEQ_DEFAULT_SERVICE_URL - Static variable in class com.nutiteq.services.OpenLSDirections
Default baseurl for the service.
NutiteqDownloadCounter - Class in com.nutiteq.net
Default download counter used in library.
NutiteqDownloadCounter() - Constructor for class com.nutiteq.net.NutiteqDownloadCounter
 
NutiteqDownloadDisplay - Class in com.nutiteq.ui
Default overlay for showing network activity.
NutiteqDownloadDisplay() - Constructor for class com.nutiteq.ui.NutiteqDownloadDisplay
 
NutiteqLocationMarker - Class in com.nutiteq.location
Default implementation for location marker.
NutiteqLocationMarker(Placemark, int, boolean) - Constructor for class com.nutiteq.location.NutiteqLocationMarker
 
NutiteqLocationMarker(Placemark, Placemark, int, boolean) - Constructor for class com.nutiteq.location.NutiteqLocationMarker
 
NutiteqStreamedMap - Class in com.nutiteq.maps
Streamed maps based on Nutiteq map tiles streaming server.
NutiteqStreamedMap(String, String, int, int, int) - Constructor for class com.nutiteq.maps.NutiteqStreamedMap
 
NutiteqStreamedMap(String, Copyright, int, int, int) - Constructor for class com.nutiteq.maps.NutiteqStreamedMap
 

O

onKeyDown(int, KeyEvent) - Method in class com.nutiteq.android.MapView
 
onKeyUp(int, KeyEvent) - Method in class com.nutiteq.android.MapView
 
OnlineCellIdService - Class in com.nutiteq.location.cellid
 
OnlineCellIdService() - Constructor for class com.nutiteq.location.cellid.OnlineCellIdService
 
onLocationChanged(Location) - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
OnMapElement - Interface in com.nutiteq.components
 
OnMapElementListener - Interface in com.nutiteq.listeners
Listener for events displayed on map
onProviderDisabled(String) - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
onProviderEnabled(String) - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
OnScreenZoomControls - Class in com.nutiteq.controls
Zoom controls to be used on touch screen.
OnScreenZoomControls(Image) - Constructor for class com.nutiteq.controls.OnScreenZoomControls
Create zoom controls with given image.
onStatusChanged(String, int, Bundle) - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
onTouchEvent(MotionEvent) - Method in class com.nutiteq.android.MapView
 
OpenAerialMap - Class in com.nutiteq.maps
Map source for OpenAerialMap.
OpenAerialMap(int, int) - Constructor for class com.nutiteq.maps.OpenAerialMap
Create new instance of OpenArealMap with given zoom range.
OpenCellIdDataFeeder - Class in com.nutiteq.location.cellid
 
OpenCellIdDataFeeder(String, CellIdDataFeederListener) - Constructor for class com.nutiteq.location.cellid.OpenCellIdDataFeeder
 
OpenCellIdMeasurePushTask - Class in com.nutiteq.location.cellid
 
OpenCellIdMeasurePushTask(String, WgsPoint, Cell, CellIdDataFeederListener) - Constructor for class com.nutiteq.location.cellid.OpenCellIdMeasurePushTask
 
OpenCellIdService - Class in com.nutiteq.location.cellid
CellId servic on top of OpenCellId
OpenCellIdService() - Constructor for class com.nutiteq.location.cellid.OpenCellIdService
 
openConnection(String) - Method in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
openConnection(String) - Method in interface com.nutiteq.location.providers.LocationDataConnectionProvider
Open connection with given url
openConnectionToFile(String) - Method in interface com.nutiteq.fs.FileSystem
 
openConnectionToFile(String) - Method in class com.nutiteq.fs.IDENFileSystem
 
openConnectionToFile(String) - Method in class com.nutiteq.fs.JSR75FileSystem
 
openConnectionToFile(String) - Method in class com.nutiteq.fs.MotoFileSystem
 
openInputStream() - Method in class com.nutiteq.bluetooth.BluetoothAPIConnection
 
openInputStream() - Method in interface com.nutiteq.fs.FileSystemConnection
 
openInputStream() - Method in class com.nutiteq.fs.MidpFileSystemConnection
 
openInputStream() - Method in interface com.nutiteq.location.providers.LocationDataConnection
Open input stream to given location source
openInputStream(DownloadStreamWaiter, String) - Method in class com.nutiteq.net.DefaultDownloadStreamOpener
 
openInputStream(DownloadStreamWaiter, DataPostingDownloadable) - Method in class com.nutiteq.net.DefaultDownloadStreamOpener
 
openInputStream(DownloadStreamWaiter, String) - Method in interface com.nutiteq.net.DownloadStreamOpener
Open a connection to given network resource and pass opened stream to streamWaiter.
openInputStream(DownloadStreamWaiter, DataPostingDownloadable) - Method in interface com.nutiteq.net.DownloadStreamOpener
 
OpenLSDirections - Class in com.nutiteq.services
OpenLS directions service using Nutiteq's backend.
OpenLSDirections(DirectionsWaiter, String, String, WgsPoint, WgsPoint) - Constructor for class com.nutiteq.services.OpenLSDirections
 
OpenStreetMap - Class in com.nutiteq.maps
Default implementation using Open Street Map tiles server.
OpenStreetMap(String, int, int, int) - Constructor for class com.nutiteq.maps.OpenStreetMap
 
OpenStreetMap(Copyright, String, int, int, int) - Constructor for class com.nutiteq.maps.OpenStreetMap
 
ORTHO - Static variable in class com.nutiteq.maps.BlomOrthoMap
 

P

paint(Graphics) - Method in class com.nutiteq.BasicMapComponent
Paint the map component.
paint(Graphics, int, int, int, int) - Method in interface com.nutiteq.components.Label
Paint label to screen
paint(Graphics, MapPos, int, int, Rectangle) - Method in class com.nutiteq.components.Line
 
paint(Graphics, MapPos, int, int, Rectangle) - Method in interface com.nutiteq.components.OnMapElement
 
paint(Graphics, MapPos, int, int, Rectangle) - Method in class com.nutiteq.components.Place
Not part of public API
paint(Graphics, int, int, int) - Method in class com.nutiteq.components.PlaceIcon
 
paint(Graphics, int, int, int, int) - Method in class com.nutiteq.components.PlaceLabel
Not part of public API
paint(Graphics, int, int, int) - Method in interface com.nutiteq.components.Placemark
Paint placemark to screen. screenX and screenY are 0, 0 for placemark.
paint(Graphics, MapPos, int, int, Rectangle) - Method in class com.nutiteq.components.Polygon
 
paint(Graphics, int, int) - Method in class com.nutiteq.controls.OnScreenZoomControls
Not part of public API
paint(Graphics, MapPos, int, int) - Method in interface com.nutiteq.location.LocationMarker
 
paint(Graphics, MapPos, int, int) - Method in class com.nutiteq.location.NutiteqLocationMarker
Not part of public API
paint(Graphics, int, int) - Method in interface com.nutiteq.ui.Copyright
Paint copyright notice on map view
paint(Graphics, int, int, int, int) - Method in interface com.nutiteq.ui.Cursor
Paint cursor on the screen.
paint(Graphics, int, int, int, int) - Method in class com.nutiteq.ui.DefaultCursor
 
paint(Graphics, int, int, int) - Method in class com.nutiteq.ui.DefaultZoomIndicator
 
paint(Graphics, int, int) - Method in interface com.nutiteq.ui.DownloadDisplay
 
paint(Graphics, int, int) - Method in class com.nutiteq.ui.NutiteqDownloadDisplay
 
paint(Graphics, int, int) - Method in class com.nutiteq.ui.StringCopyright
 
paint(Graphics, int, int, int) - Method in interface com.nutiteq.ui.ZoomIndicator
Paint element on screen Note: if you change clip on graphics, please restore it to previous state.
paintAt(Graphics, int, int) - Method in class com.nutiteq.BasicMapComponent
Paint map view to give position on screen
panMap(int, int) - Method in class com.nutiteq.BasicMapComponent
Move view on map by number of pixels
PanningStrategy - Interface in com.nutiteq.ui
General interface for panning strategy
parseDecimalDegree(String, String) - Static method in class com.nutiteq.utils.Utils
 
parseInt(String) - Static method in class com.nutiteq.utils.Utils
 
parseInt(String, int) - Static method in class com.nutiteq.utils.Utils
 
parseResponse(CellIdResponseWaiter, String) - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
parseResponse(CellIdResponseWaiter, String) - Method in class com.nutiteq.location.cellid.OpenCellIdService
 
parseWgsFromString(String, String) - Static method in class com.nutiteq.utils.Utils
 
Place - Class in com.nutiteq.components
Place object to be used for showing location points on maps.
Place(int, String, Image, WgsPoint) - Constructor for class com.nutiteq.components.Place
 
Place(int, String, Placemark, WgsPoint) - Constructor for class com.nutiteq.components.Place
 
Place(int, Label, Placemark, WgsPoint) - Constructor for class com.nutiteq.components.Place
 
Place(int, Label, Placemark, Placemark, WgsPoint) - Constructor for class com.nutiteq.components.Place
 
Place(int, Label, Placemark, Placemark, WgsPoint, boolean) - Constructor for class com.nutiteq.components.Place
 
Place(int, Label, Placemark, WgsPoint, boolean) - Constructor for class com.nutiteq.components.Place
 
Place(int, String, Image, double, double) - Constructor for class com.nutiteq.components.Place
 
Place(int, Label, Image, WgsPoint) - Constructor for class com.nutiteq.components.Place
 
Place(int, Label, Image, double, double) - Constructor for class com.nutiteq.components.Place
 
placeClicked(Place) - Method in interface com.nutiteq.listeners.PlaceListener
Deprecated. Called when a place is clicked.
placeEntered(Place) - Method in interface com.nutiteq.listeners.PlaceListener
Deprecated. Called when a place becomes centered (map center is within place icon)
PlaceIcon - Class in com.nutiteq.components
Icon used for marking a place on map
PlaceIcon(Image) - Constructor for class com.nutiteq.components.PlaceIcon
Create a icon object with default anchor point.
PlaceIcon(Image, int, int) - Constructor for class com.nutiteq.components.PlaceIcon
Create a icon object with custom image placement.
PlaceInfo - Class in com.nutiteq.components
Data object representing additional data for internally handled map object.
PlaceInfo() - Constructor for class com.nutiteq.components.PlaceInfo
 
PlaceLabel - Class in com.nutiteq.components
Place label to be displayed on map if a place is highlighted.
PlaceLabel(String, int) - Constructor for class com.nutiteq.components.PlaceLabel
PlaceLabel constructor.
PlaceLabel(String) - Constructor for class com.nutiteq.components.PlaceLabel
Create label with default display style (label displayed right over place on map)
placeLeft(Place) - Method in interface com.nutiteq.listeners.PlaceListener
Deprecated. Called when a place is no longer centered
PlaceListener - Interface in com.nutiteq.listeners
Deprecated. Starting from 1.0.0, use OnMapElementListener instead. This class will be removed in 1.0.3. For migration to OnMapElementListener all event methods (place*()) should be replaced with corresponding methods in OnMapElementListener
Placemark - Interface in com.nutiteq.components
Interface for defining custom placemarks.
Point - Class in com.nutiteq.components
This class implements a point on a map, identified by WGS84 coordinates, longitude (x) and latitude (y).
Point(int, int) - Constructor for class com.nutiteq.components.Point
Constructor for Point.
pointerDragged(int, int) - Method in class com.nutiteq.BasicMapComponent
Handle pointer dragged event
pointerPressed(int, int) - Method in class com.nutiteq.BasicMapComponent
Handle pointer pressed event
pointerReleased(int, int) - Method in class com.nutiteq.BasicMapComponent
Handle pointer released event
pointOnLabel(int, int, int, int, int, int) - Method in interface com.nutiteq.components.Label
Is given screen point on label
pointOnLabel(MapPos, int, int, int, int) - Method in class com.nutiteq.components.Place
 
pointOnLabel(int, int, int, int, int, int) - Method in class com.nutiteq.components.PlaceLabel
 
Polygon - Class in com.nutiteq.components
A generic polygon object.
Polygon(WgsPoint[]) - Constructor for class com.nutiteq.components.Polygon
 
Polygon(WgsPoint[], PolyStyle) - Constructor for class com.nutiteq.components.Polygon
 
Polygon(WgsPoint[], PolyStyle, Label) - Constructor for class com.nutiteq.components.Polygon
 
Polygon(WgsPoint[], boolean) - Constructor for class com.nutiteq.components.Polygon
 
Polygon(WgsPoint[], PolyStyle, boolean) - Constructor for class com.nutiteq.components.Polygon
 
Polygon(WgsPoint[], PolyStyle, Label, boolean) - Constructor for class com.nutiteq.components.Polygon
 
PolyStyle - Class in com.nutiteq.components
 
PolyStyle(int) - Constructor for class com.nutiteq.components.PolyStyle
 
popAll() - Method in class com.nutiteq.wrappers.rimui.Graphics
Pop graphics contexts, that might have been pushed in Graphics.setClip(int, int, int, int).
prepareForParameters(String) - Static method in class com.nutiteq.utils.Utils
 
printStackTrace(Throwable) - Method in class com.nutiteq.log.AndroidLogger
 
printStackTrace(Throwable) - Method in class com.nutiteq.log.DefaultLogger
 
printStackTrace(Exception) - Static method in class com.nutiteq.log.Log
 
printStackTrace(Throwable) - Method in interface com.nutiteq.log.Logger
 
Projection - Interface in com.nutiteq.maps.projections
Interface for projection system calculation implementations
providerStateChanged(LocationProvider, int) - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
pushFailed(WgsPoint, Cell) - Method in interface com.nutiteq.location.cellid.CellIdDataFeederListener
 
pushSuccess(WgsPoint, Cell) - Method in interface com.nutiteq.location.cellid.CellIdDataFeederListener
 

Q

QKMap - Class in com.nutiteq.maps
General QuadKey-based API connector (baseUrl{quadkey}format style).
QKMap(Copyright, String, int, int, int, String) - Constructor for class com.nutiteq.maps.QKMap
Quadtree based map general server API connector
QKMap(String, String, int, int, int, String) - Constructor for class com.nutiteq.maps.QKMap
Quadtree based map general server API connector
quit() - Method in interface com.nutiteq.location.LocationMarker
Notify marker to quit updates
quit() - Method in interface com.nutiteq.location.LocationSource
Quit location polling
quit() - Method in class com.nutiteq.location.NutiteqLocationMarker
 
quit() - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
quit() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
quit() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
quit() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
quit() - Method in class com.nutiteq.ui.EventDrivenPanning
 
quit() - Method in interface com.nutiteq.ui.PanningStrategy
Quit panning 'thread'
quit() - Method in class com.nutiteq.ui.ThreadDrivenPanning
 

R

readFile(String) - Method in interface com.nutiteq.fs.FileSystem
Read file from disk/memory card/flash.
readFile(String) - Method in class com.nutiteq.fs.IDENFileSystem
Read a file using JSR-75 API.
readFile(String) - Method in class com.nutiteq.fs.JSR75FileSystem
Read a file using JSR-75 API.
readFile(String) - Method in class com.nutiteq.fs.MotoFileSystem
Read a file using JSR-75 API.
readLine(InputStream) - Static method in class com.nutiteq.utils.Utils
 
Rectangle - Class in com.nutiteq.components
 
Rectangle(int, int, int, int) - Constructor for class com.nutiteq.components.Rectangle
 
rectanglesIntersect(int, int, int, int, int, int, int, int) - Static method in class com.nutiteq.utils.Utils
 
remoteDevicesFound(DiscoveredDevice[]) - Method in interface com.nutiteq.bluetooth.BluetoothHandler
Give found devices to handler class
remoteDevicesFound(DiscoveredDevice[]) - Method in class com.nutiteq.helpers.BluetoothGpsBrowser
 
removeAllPlaces() - Method in class com.nutiteq.BasicMapComponent
Remove all places.
removeKmlService(KmlService) - Method in class com.nutiteq.BasicMapComponent
Remove previously added kml service
removeKmlService(KmlService) - Method in class com.nutiteq.MapItem
Remove previously added kml service
removeLine(Line) - Method in class com.nutiteq.BasicMapComponent
Remove a line from previously added lines
removeLine(Line) - Method in class com.nutiteq.MapItem
Remove previously added line
removeLines(Line[]) - Method in class com.nutiteq.BasicMapComponent
Remove lines from previously added lines
removeLines(Line[]) - Method in class com.nutiteq.MapItem
Remove multiple lines
removeLocationSource() - Method in class com.nutiteq.BasicMapComponent
Remove used location source
removeLocationSource() - Method in class com.nutiteq.MapItem
Remove used location source
removeOnMapElements(OnMapElement[]) - Method in class com.nutiteq.BasicMapComponent
Remove given elements from map display
removeOnMapElements(OnMapElement[]) - Method in class com.nutiteq.MapItem
Remove given elements from map display
removePlace(Place) - Method in class com.nutiteq.BasicMapComponent
Remove a place from previously added places
removePlace(Place) - Method in class com.nutiteq.MapItem
Remove Place from map
removePlaces(Place[]) - Method in class com.nutiteq.BasicMapComponent
Remove places from previously added places
removePlaces(Place[]) - Method in class com.nutiteq.MapItem
remove several places from map
removePolygon(Polygon) - Method in class com.nutiteq.BasicMapComponent
Remove polygon from map
removePolygon(Polygon) - Method in class com.nutiteq.MapItem
 
removePolygons(Polygon[]) - Method in class com.nutiteq.BasicMapComponent
Remove multiple polygons from map
removePolygons(Polygon[]) - Method in class com.nutiteq.MapItem
 
removeZoomDelay() - Method in class com.nutiteq.BasicMapComponent
Not part of public API.
repaint() - Method in class com.nutiteq.BasicMapComponent
 
repaint(boolean) - Method in class com.nutiteq.BasicMapComponent
Not in public API.
repaint() - Method in interface com.nutiteq.ui.DisplayUpdater
 
replaceAll(String, String, String) - Static method in class com.nutiteq.utils.Utils
 
replacePlaces(Place[]) - Method in class com.nutiteq.BasicMapComponent
Add new places to the map and remove all other places previously on the map.
requiresMoreTiles() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
resetRead() - Method in class com.nutiteq.kml.KmlUrlReader
 
resize(int, int) - Method in class com.nutiteq.BasicMapComponent
Changes map view size
resizeImageAndCopyPrevious(int, int, Image) - Static method in class com.nutiteq.utils.Utils
 
RESOURCE_TYPE_FILE - Static variable in class com.nutiteq.utils.Utils
 
RESOURCE_TYPE_JAR - Static variable in class com.nutiteq.utils.Utils
 
RESOURCE_TYPE_NETWORK - Static variable in class com.nutiteq.utils.Utils
 
ResourceDataWaiter - Interface in com.nutiteq.io
Interface for extending ResourceRequestor by declaring that given objects waits full data for resource.
resourcePath() - Method in interface com.nutiteq.io.ResourceRequestor
Get path to resource.
resourcePath() - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
resourcePath() - Method in class com.nutiteq.location.cellid.OpenCellIdMeasurePushTask
 
resourcePath() - Method in class com.nutiteq.services.CloudMadeDirections
 
resourcePath() - Method in class com.nutiteq.services.GeocodingService
 
resourcePath() - Method in class com.nutiteq.services.OpenLSDirections
 
resourcePath() - Method in class com.nutiteq.services.YourNavigationDirections
 
ResourceRequestor - Interface in com.nutiteq.io
Interface for general resources retrieval.
ResourceStreamWaiter - Interface in com.nutiteq.io
Defines resource that handles data reading by itself.
RESPONCE_NOT_OK - Static variable in interface com.nutiteq.net.DownloadStreamOpener
Error code for response with other responce code then 200.
retrieveLocation(String, String, String, String) - Method in interface com.nutiteq.location.cellid.CellIdService
Retrieve location with given cellid information
retrieveLocation(String, String, String, String) - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
RIGHT - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
RIGHT - Static variable in class javax.microedition.lcdui.Graphics
 
RmsCache - Class in com.nutiteq.cache
Caching inside record stores.
RmsCache(String, int, int) - Constructor for class com.nutiteq.cache.RmsCache
Creates a new record stores cache with given number of cache buckets.
round(double) - Static method in class com.nutiteq.utils.Utils
 
Route - Class in com.nutiteq.components
Data object containing route information from directions service.
Route(RouteSummary, Line, RouteInstruction[]) - Constructor for class com.nutiteq.components.Route
Route from directions service
ROUTE_TYPE_BICYCLE - Static variable in class com.nutiteq.services.CloudMadeDirections
 
ROUTE_TYPE_CAR - Static variable in class com.nutiteq.services.CloudMadeDirections
 
ROUTE_TYPE_FASTEST - Static variable in class com.nutiteq.services.YourNavigationDirections
 
ROUTE_TYPE_FOOT - Static variable in class com.nutiteq.services.CloudMadeDirections
 
ROUTE_TYPE_MODIFIER_SHORTEST - Static variable in class com.nutiteq.services.CloudMadeDirections
 
ROUTE_TYPE_SHORTEST - Static variable in class com.nutiteq.services.YourNavigationDirections
 
routeFound(Route) - Method in interface com.nutiteq.services.DirectionsWaiter
Give resut to waiting object
RouteInstruction - Class in com.nutiteq.components
Data object for route instruction
RouteInstruction(int, int, DurationTime, String, Distance, WgsPoint) - Constructor for class com.nutiteq.components.RouteInstruction
 
RouteSummary - Class in com.nutiteq.components
Summary of the found route int directions service.
RouteSummary(DurationTime, Distance, WgsBoundingBox) - Constructor for class com.nutiteq.components.RouteSummary
 
routingErrors(int) - Method in interface com.nutiteq.services.DirectionsWaiter
Server side routing errors.
routingParsingError(String) - Method in interface com.nutiteq.services.DirectionsWaiter
Parsing error notification
run() - Method in class com.nutiteq.listeners.DelayedMapListener
Main thread method.
run() - Method in class com.nutiteq.location.NutiteqLocationMarker
 
run() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
run() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
run() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
run() - Method in class com.nutiteq.ui.ThreadDrivenPanning
 

S

SEARCH_TYPE_GEOCODING - Static variable in class com.nutiteq.services.GeocodingService
Search type for geocoding (place search)
SEARCH_TYPE_POI - Static variable in class com.nutiteq.services.GeocodingService
Search type for POI search
searchResults(KmlPlace[]) - Method in interface com.nutiteq.services.GeocodingResultWaiter
Received results from server.
SECURITY_EXCEPTION - Static variable in interface com.nutiteq.net.DownloadStreamOpener
Error code for security exception, when network connection was opened.
SELECT_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
Select key
SERVER_ERROR - Static variable in class com.nutiteq.services.GeocodingService
 
serverSideRender() - Method in class com.nutiteq.kml.KmlUrlReader
 
Service - Interface in com.nutiteq.services
Interface for generic service
servicesDiscovered(int, ServiceRecord[]) - Method in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
serviceSearchCompleted(int, int) - Method in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
setAddress(String) - Method in class com.nutiteq.components.PlaceInfo
Not part of public API
setBoundingBox(WgsBoundingBox) - Method in class com.nutiteq.BasicMapComponent
Set bounding box for the view.
setBoundingBox(WgsBoundingBox) - Method in class com.nutiteq.MapItem
Set bounding box for the view.
setClip(int, int, int, int) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
setClip(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
setColor(int) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
setColor(int) - Method in class javax.microedition.lcdui.Graphics
 
setControlKeysHandler(ControlKeysHandler) - Method in class com.nutiteq.BasicMapComponent
Change control keys handler used for actions mapping.
setControlKeysHandler(ControlKeysHandler) - Method in class com.nutiteq.MapItem
Change control keys handler used for actions mapping.
setCoordinates(WgsPoint) - Method in class com.nutiteq.components.PlaceInfo
Not part of public API
setCopyright(Copyright) - Method in class com.nutiteq.maps.BaseMap
 
setCursor(Cursor) - Method in class com.nutiteq.BasicMapComponent
Set cursor used on screen for places selection, etc.
setCursor(Cursor) - Method in class com.nutiteq.MapItem
Replace the default cursor.
setDescription(String) - Method in class com.nutiteq.components.PlaceInfo
Not part of public API
setDisplayUpdater(DisplayUpdater) - Method in interface com.nutiteq.ui.DownloadDisplay
 
setDisplayUpdater(DisplayUpdater) - Method in class com.nutiteq.ui.NutiteqDownloadDisplay
 
setDownloadCounter(DownloadCounter) - Method in class com.nutiteq.BasicMapComponent
Set download counter used for gathering information about network traffic
setDownloadCounter(DownloadCounter) - Method in class com.nutiteq.MapItem
Set download counter used for gathering information about network traffic
setDownloadCounter(DownloadCounter) - Method in interface com.nutiteq.ui.DownloadDisplay
 
setDownloadCounter(DownloadCounter) - Method in class com.nutiteq.ui.NutiteqDownloadDisplay
 
setDownloadDisplay(DownloadDisplay) - Method in class com.nutiteq.BasicMapComponent
Set used implementation for network traffic display on map.
setDownloadDisplay(DownloadDisplay) - Method in class com.nutiteq.MapItem
Set used implementation for network traffic display on map.
setDownloadStreamOpener(DownloadStreamOpener) - Method in class com.nutiteq.BasicMapComponent
Change the implementation for download stream opening.
setDownloadStreamOpener(DownloadStreamOpener) - Method in class com.nutiteq.MapItem
Set download stream opener, that creates connections to downloaded resources
setErrorListener(ErrorListener) - Method in class com.nutiteq.BasicMapComponent
Set listener for library errors
setErrorListener(ErrorListener) - Method in class com.nutiteq.MapItem
Set listener for component error events (connection errors, license errors, parsing errors etc
setExtendedData(ExtendedDataMap) - Method in class com.nutiteq.components.PlaceInfo
Not part of public API
setFileExtension(String) - Method in class com.nutiteq.maps.StoredMap
Set extension for files used by stored maps.
setFileSystem(FileSystem) - Method in class com.nutiteq.BasicMapComponent
Set file system to be used for StoredMap handling
setFileSystem(FileSystem) - Method in class com.nutiteq.MapItem
 
setFont(Font) - Method in class com.nutiteq.wrappers.rimui.Graphics
 
setFont(Font) - Method in class javax.microedition.lcdui.Graphics
 
setHashSize(int) - Method in class com.nutiteq.maps.StoredMap
Set hash size.
setIcon(Image) - Method in class com.nutiteq.components.Place
Not part of public API
setImagesData(byte[][]) - Method in class com.nutiteq.components.MapTile
Not part of public API
setIsActive(boolean) - Method in class com.nutiteq.components.Place
 
setLicense(License) - Method in class com.nutiteq.BasicMapComponent
Not in public API.
setLocation(WgsPoint) - Method in class com.nutiteq.location.cellid.OpenCellIdDataFeeder
 
setLocation(WgsPoint) - Method in interface com.nutiteq.location.LocationListener
 
setLocation(WgsPoint) - Method in class com.nutiteq.location.NutiteqLocationMarker
 
setLocationMarker(LocationMarker) - Method in interface com.nutiteq.location.LocationSource
Set location marker where to push location updates
setLocationMarker(LocationMarker) - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
setLocationMarker(LocationMarker) - Method in class com.nutiteq.location.providers.BluetoothProvider
 
setLocationMarker(LocationMarker) - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
setLocationMarker(LocationMarker) - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
setLocationSource(LocationSource) - Method in class com.nutiteq.BasicMapComponent
Set location source with GPS marker to be displayed.
setLocationSource(LocationSource) - Method in interface com.nutiteq.location.LocationMarker
Set location source into marker.
setLocationSource(LocationSource) - Method in interface com.nutiteq.location.LocationSourceWaiter
Receive location source from helper
setLocationSource(LocationSource) - Method in class com.nutiteq.location.NutiteqLocationMarker
 
setLocationSource(LocationSource) - Method in class com.nutiteq.MapItem
Set location source with GPS marker to be displayed on map
setLogger(Logger) - Static method in class com.nutiteq.log.Log
 
setMap(GeoMap) - Method in class com.nutiteq.BasicMapComponent
Change used map
setMap(GeoMap) - Method in class com.nutiteq.MapItem
Change base map
setMapComponent(BasicMapComponent) - Method in interface com.nutiteq.location.LocationMarker
 
setMapComponent(BasicMapComponent) - Method in class com.nutiteq.location.NutiteqLocationMarker
Not part of public API
setMapComponent(Pannable) - Method in class com.nutiteq.ui.EventDrivenPanning
 
setMapComponent(Pannable) - Method in interface com.nutiteq.ui.PanningStrategy
Will be called from library, after strategy has been entered into MapComponent or MapItem
setMapComponent(Pannable) - Method in class com.nutiteq.ui.ThreadDrivenPanning
 
setMapListener(MapListener) - Method in class com.nutiteq.BasicMapComponent
Set map listener for receiving map related callback events from library
setMapListener(MapListener) - Method in class com.nutiteq.MapItem
Set map listener for receiving callback events from library.
setMaxZoom(int) - Method in class com.nutiteq.maps.StoredMap
Set maximum zoom level.
setMiddlePoint(double, double, int) - Method in class com.nutiteq.BasicMapComponent
Define middle point location in WGS84
setMiddlePoint(WgsPoint, int) - Method in class com.nutiteq.BasicMapComponent
Define middle point location in WGS84
setMiddlePoint(WgsPoint) - Method in class com.nutiteq.BasicMapComponent
Define middle point in WGS84, without changing zoom level
setMiddlePoint(WgsPoint, int) - Method in class com.nutiteq.MapItem
Set middle point of map
setMiddlePoint(double, double, int) - Method in class com.nutiteq.MapItem
Set Center point of map
setMinZoom(int) - Method in class com.nutiteq.maps.StoredMap
Set minimum zoom level.
setMissingTileImage(Image) - Method in class com.nutiteq.maps.BaseMap
 
setMissingTileImage(Image) - Method in interface com.nutiteq.maps.GeoMap
Set image used for missing tiles
setName(String) - Method in class com.nutiteq.components.PlaceInfo
Not part of public API
setName(String) - Method in class com.nutiteq.maps.StoredMap
Set the name of this map.
setNetworkCache(Cache) - Method in class com.nutiteq.BasicMapComponent
Set cache for networking.
setNetworkCache(Cache) - Method in class com.nutiteq.MapItem
Set cache for networking.
setNetworkListener(NetworkListener) - Method in interface com.nutiteq.net.DownloadCounter
 
setNetworkListener(NetworkListener) - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
setOnMapElementListener(OnMapElementListener) - Method in class com.nutiteq.BasicMapComponent
Set listener for receiving events related to objects shown on map.
setOnMapElementListener(OnMapElementListener) - Method in class com.nutiteq.MapItem
 
setOnMapElements(OnMapElement[]) - Method in class com.nutiteq.components.Place
Not part of public API
setOnScreenZoomControls(OnScreenZoomControls) - Method in class com.nutiteq.BasicMapComponent
Set zoom controls to be displayed on screen and used for touch screen zooming.
setOnScreenZoomControls(OnScreenZoomControls) - Method in class com.nutiteq.MapItem
Set zoom controls to be displayed on screen and used for touch screen zooming.
setOverlayData(byte[][]) - Method in class com.nutiteq.components.MapTile
 
setPanningStrategy(PanningStrategy) - Method in class com.nutiteq.BasicMapComponent
Set panning strategy for map component.
setPanningStrategy(PanningStrategy) - Method in class com.nutiteq.MapItem
Set panning strategy for map component.
setPlaceListener(PlaceListener) - Method in class com.nutiteq.BasicMapComponent
Deprecated. use BasicMapComponent.setOnMapElementListener(OnMapElementListener) instead. This method will be removed in 1.0.3
setPlaceListener(PlaceListener) - Method in class com.nutiteq.MapItem
Set Place listener to receive place "mouseover" and selection events
setPrintStackTrace(boolean) - Static method in class com.nutiteq.log.Log
 
setRequestHeaders(HttpConnection) - Method in class com.nutiteq.maps.TMSMap
 
setResponseWaiter(CellIdResponseWaiter) - Method in interface com.nutiteq.location.cellid.CellIdService
Set object waiting for response from this service
setResponseWaiter(CellIdResponseWaiter) - Method in class com.nutiteq.location.cellid.OnlineCellIdService
 
setScreenBounds(int, int, int, int) - Method in class com.nutiteq.BasicMapComponent
Set bounds on screen.
setScreenCenter(int, int) - Method in class com.nutiteq.BasicMapComponent
Set the screen position for the center of the displayed map.
setScreenPosition(int, int) - Method in class com.nutiteq.BasicMapComponent
Set position on screen for top-left corner.
setShowDebug(boolean) - Static method in class com.nutiteq.log.Log
 
setShowError(boolean) - Static method in class com.nutiteq.log.Log
 
setShowInfo(boolean) - Static method in class com.nutiteq.log.Log
 
setSize(int, int) - Method in class com.nutiteq.BasicMapComponent
Set map size on screen.
setSnippet(String) - Method in class com.nutiteq.components.PlaceInfo
Not part of public API
setStyle(LineStyle) - Method in class com.nutiteq.components.Line
Set line style.
setStyle(PolyStyle) - Method in class com.nutiteq.components.Polygon
 
setStyleUrl(String) - Method in class com.nutiteq.components.KmlPlace
Not par of public API
setTileSearchStrategy(GeoMap[]) - Method in class com.nutiteq.BasicMapComponent
Set search strategy for map tile.
setTileSearchStrategy(GeoMap[]) - Method in class com.nutiteq.MapItem
Set search strategy for map tile.
setTilesPerFile(int) - Method in class com.nutiteq.maps.StoredMap
Set tiles per file.
setTimeoutInterval(int) - Method in class com.nutiteq.listeners.DelayedMapListener
Set the timeout interval.
setTouchClickTolerance(int) - Method in class com.nutiteq.BasicMapComponent
Set tolerance for detecting click events instead of dragging on touchscreen.
setTrackingEnabled(boolean) - Method in interface com.nutiteq.location.LocationMarker
 
setTrackingEnabled(boolean) - Method in class com.nutiteq.location.NutiteqLocationMarker
 
setUsedIcon(Placemark) - Method in class com.nutiteq.components.PlaceLabel
 
setVisible(boolean) - Method in class com.nutiteq.ui.DefaultZoomIndicator
 
setVisible(boolean) - Method in interface com.nutiteq.ui.ZoomIndicator
Set element visible
setWidthHeightRatio(double) - Method in class com.nutiteq.maps.projections.EPSG4326
Set ratio between width and height.
setX(int) - Method in class com.nutiteq.components.MapPos
 
setY(int) - Method in class com.nutiteq.components.MapPos
 
setZoom(int) - Method in class com.nutiteq.BasicMapComponent
Set map zoom without changing position.
setZoom(int) - Method in class com.nutiteq.components.MapPos
 
setZoom(int) - Method in class com.nutiteq.components.PlaceLabel
 
setZoom(int) - Method in class com.nutiteq.MapItem
Set map zoom without changing position.
setZoomLevelIndicator(ZoomIndicator) - Method in class com.nutiteq.BasicMapComponent
Set zoom indicator to be painted on display.
setZoomLevelIndicator(ZoomIndicator) - Method in class com.nutiteq.MapItem
Set zoom indicator to be painted on display
setZoomRange(ZoomRange) - Method in class com.nutiteq.maps.StoredMap
Set zoom range.
setZoomRange(ZoomRange) - Method in class com.nutiteq.ui.DefaultZoomIndicator
 
setZoomRange(ZoomRange) - Method in interface com.nutiteq.ui.ZoomIndicator
Set zoom range that is available
showDefaultCursor() - Method in class com.nutiteq.MapComponent
Show default cursor (red cross) on screen.
showDefaultOnScreenZoomControls() - Method in class com.nutiteq.MapComponent
Show default zoom controls with +/- in upper left corner.
showUI(MIDlet, String, FileBrowserListener) - Method in class com.nutiteq.helpers.FileBrowser
Show file browser UI (list).
showZoomLevelIndicator(boolean) - Method in class com.nutiteq.MapComponent
Show map zoom scale after zoom action.
showZoomLevelIndicator(boolean) - Method in class com.nutiteq.MapItem
Show map zoom scale after zoom action.
SimpleWMSMap - Class in com.nutiteq.maps
Simple WMS map implementation using EPSG4326 projection for WMS version 1.1.1.
SimpleWMSMap(String, int, int, int, String, String, String, String, String) - Constructor for class com.nutiteq.maps.SimpleWMSMap
Constructor for the simple WMS implementation
SimpleWMSMap(String, int, int, int, String, String, String, String, Copyright) - Constructor for class com.nutiteq.maps.SimpleWMSMap
 
SIZE_LARGE - Static variable in class com.nutiteq.wrappers.rimui.Font
 
SIZE_LARGE - Static variable in class javax.microedition.lcdui.Font
 
SIZE_MEDIUM - Static variable in class com.nutiteq.wrappers.rimui.Font
 
SIZE_MEDIUM - Static variable in class javax.microedition.lcdui.Font
 
SIZE_SMALL - Static variable in class com.nutiteq.wrappers.rimui.Font
 
SIZE_SMALL - Static variable in class javax.microedition.lcdui.Font
 
SOLID - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
SOLID - Static variable in class javax.microedition.lcdui.Graphics
 
SonyEricssonCellIdDataReader - Class in com.nutiteq.location.cellid
Cell id positioning data reader for SonyEricsson devices.
SonyEricssonCellIdDataReader() - Constructor for class com.nutiteq.location.cellid.SonyEricssonCellIdDataReader
 
SonyEricssonCellIdLocationProvider - Class in com.nutiteq.location.providers
SonyEricsson implementation for location provider based on mobile cell ID.
SonyEricssonCellIdLocationProvider() - Constructor for class com.nutiteq.location.providers.SonyEricssonCellIdLocationProvider
Create location provider with default service OpenCellIdService
SonyEricssonCellIdLocationProvider(CellIdService) - Constructor for class com.nutiteq.location.providers.SonyEricssonCellIdLocationProvider
Create location provider with custom cellId service
Sortable - Interface in com.nutiteq.components
 
SOUTH - Static variable in class com.nutiteq.maps.BlomOrthoMap
 
split(String, String) - Static method in class com.nutiteq.utils.Utils
 
start() - Method in interface com.nutiteq.location.LocationSource
Start location polling
start() - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
start() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
start() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
start() - Method in class com.nutiteq.ui.EventDrivenPanning
 
start() - Method in interface com.nutiteq.ui.PanningStrategy
Start panning 'thread'
startMapping() - Method in class com.nutiteq.BasicMapComponent
Initialize needed resources for mapping and start internal threads.
startMapping() - Method in class com.nutiteq.MapComponent
Initialize needed resources for mapping and start internal threads.
startMapping() - Method in class com.nutiteq.MapItem
Initialize needed resources for mapping and start internal threads.
startPanning(int, int, boolean) - Method in class com.nutiteq.ui.EventDrivenPanning
 
startPanning(int, int, boolean) - Method in interface com.nutiteq.ui.PanningStrategy
Start panning with directions information.
startPanning(int, int, boolean) - Method in class com.nutiteq.ui.ThreadDrivenPanning
 
STATUS_CANT_LOCATE - Static variable in interface com.nutiteq.location.LocationSource
 
STATUS_CONNECTED - Static variable in interface com.nutiteq.location.LocationSource
 
STATUS_CONNECTING - Static variable in interface com.nutiteq.location.LocationSource
 
STATUS_CONNECTION_LOST - Static variable in interface com.nutiteq.location.LocationSource
 
stopMapping() - Method in class com.nutiteq.BasicMapComponent
Stop threads started by MapComponent.
stopMapping() - Method in class com.nutiteq.MapItem
Stop threads started by MapComponent.
stopPanning() - Method in class com.nutiteq.ui.EventDrivenPanning
 
stopPanning() - Method in interface com.nutiteq.ui.PanningStrategy
Stop current pan action.
stopPanning() - Method in class com.nutiteq.ui.ThreadDrivenPanning
 
StoredMap - Class in com.nutiteq.maps
Note: to use stored map You need to also insert FileSystem into map component using BasicMapComponent.setFileSystem(FileSystem)
StoredMap(String, String, boolean) - Constructor for class com.nutiteq.maps.StoredMap
Constructor for StoredMap.
StreamedCloudMadeMap - Class in com.nutiteq.maps
 
StreamedCloudMadeMap() - Constructor for class com.nutiteq.maps.StreamedCloudMadeMap
 
StreamedKaMap - Class in com.nutiteq.maps
 
StreamedKaMap(String, String, int, int[], int, int) - Constructor for class com.nutiteq.maps.StreamedKaMap
 
StreamedMap - Interface in com.nutiteq.maps
Interface for streamed map data handling
StreamedOpenAerialMap - Class in com.nutiteq.maps
OpenAerial map streamed via Nutiteq tile streaming server.
StreamedOpenAerialMap(int, int) - Constructor for class com.nutiteq.maps.StreamedOpenAerialMap
 
streamOpened(InputStream, DownloadCounter, Cache) - Method in interface com.nutiteq.io.ResourceStreamWaiter
Stream for resource has been opened
streamOpened(InputStream) - Method in interface com.nutiteq.net.DownloadStreamWaiter
Give opened stream to waiter.
StringCopyright - Class in com.nutiteq.ui
Default copyright implementation painting notice in lower-right corner of map display.
StringCopyright(String) - Constructor for class com.nutiteq.ui.StringCopyright
Create copyright notice
StringCopyright(String, int) - Constructor for class com.nutiteq.ui.StringCopyright
Create copyright notice with given font size.
stringWidth(String) - Method in class com.nutiteq.wrappers.rimui.Font
 
stringWidth(String) - Method in class javax.microedition.lcdui.Font
 
STYLE_BOLD - Static variable in class com.nutiteq.wrappers.rimui.Font
 
STYLE_BOLD - Static variable in class javax.microedition.lcdui.Font
 
STYLE_ITALIC - Static variable in class javax.microedition.lcdui.Font
 
STYLE_PLAIN - Static variable in class com.nutiteq.wrappers.rimui.Font
 
STYLE_PLAIN - Static variable in class javax.microedition.lcdui.Font
 
STYLE_UNDERLINED - Static variable in class javax.microedition.lcdui.Font
 
STYLUS_CLICK_TOLERANCE - Static variable in class com.nutiteq.BasicMapComponent
Pixel tolerance used for stylus phones to distinguish between screen click and drag events
substringWidth(String, int, int) - Method in class com.nutiteq.wrappers.rimui.Font
 
substringWidth(String, int, int) - Method in class javax.microedition.lcdui.Font
 

T

ThreadDrivenPanning - Class in com.nutiteq.ui
Thread driven panning implementation, that will pan map at 35 ms intervals.
ThreadDrivenPanning() - Constructor for class com.nutiteq.ui.ThreadDrivenPanning
 
TILE_SIZE - Static variable in class com.nutiteq.maps.OpenStreetMap
 
TILE_SIZE_256 - Static variable in class com.nutiteq.maps.CloudMade
 
TILE_SIZE_64 - Static variable in class com.nutiteq.maps.CloudMade
 
TileMapBounds - Class in com.nutiteq.components
Defines map bounds on pixel map.
TileMapBounds(MapPos, MapPos) - Constructor for class com.nutiteq.components.TileMapBounds
Create tile map bounds.
tileRetrieved(MapTile) - Method in class com.nutiteq.BasicMapComponent
Not in public API.
TMSMap - Class in com.nutiteq.maps
General Tiled Map Server API connector (url/zoom/x/y.format style)
TMSMap(String, int, int, int, String, Copyright) - Constructor for class com.nutiteq.maps.TMSMap
Final URL will be generated as baseUrlzoom/x/yformat
TMSMap(String, int, int, int, String, String) - Constructor for class com.nutiteq.maps.TMSMap
Tiled Map Server based general map server API.
toInternalWgs() - Method in class com.nutiteq.components.WgsPoint
 
toMapArea(int) - Method in class com.nutiteq.components.Place
 
TOO_MANY_REDIRECTS - Static variable in interface com.nutiteq.net.DownloadStreamOpener
Maximum number of HTTP redirects has been reached.
TOP - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
TOP - Static variable in class javax.microedition.lcdui.Graphics
 
toString(Point) - Static method in class com.nutiteq.components.Point
Convert a point to a string.
toString() - Method in class com.nutiteq.components.Point
Non-static toString().
toString() - Method in class com.nutiteq.components.WgsBoundingBox
 
toString() - Method in class com.nutiteq.components.WgsPoint
 
toStringWithLeadingZeroes(int, int) - Static method in class com.nutiteq.utils.Utils
 
toWgs(Point) - Method in class com.nutiteq.maps.projections.Lambert
 
toWgsPoint() - Method in class com.nutiteq.components.Point
Not part of public API
tryAgain() - Method in class com.nutiteq.components.MapTile
Not part of public API

U

UnstreamedMap - Interface in com.nutiteq.maps
Interface for map definition, that retrieves every map tile separately.
updateIcon(Image) - Method in class com.nutiteq.components.KmlPlace
Update icon for this place
updatePosition() - Method in interface com.nutiteq.location.LocationMarker
Force marker position update after zoom
updatePosition() - Method in class com.nutiteq.location.NutiteqLocationMarker
Not part of public API
updateTile(MapTile) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
urlEncode(String) - Static method in class com.nutiteq.utils.Utils
 
UserDefinedKeysMapping - Class in com.nutiteq.controls
Default control keys mapping used inside library.
UserDefinedKeysMapping() - Constructor for class com.nutiteq.controls.UserDefinedKeysMapping
 
usesIcon(String, KmlStylesCache) - Method in class com.nutiteq.components.KmlPlace
Not part of public API
Utils - Class in com.nutiteq.utils
 
UUID_SERIALPORT - Static variable in interface com.nutiteq.bluetooth.BluetoothDevice
UUID for serial port

V

VCENTER - Static variable in class com.nutiteq.wrappers.rimui.Graphics
 
VCENTER - Static variable in class javax.microedition.lcdui.Graphics
 

W

WEST - Static variable in class com.nutiteq.maps.BlomOrthoMap
 
WgsBoundingBox - Class in com.nutiteq.components
Bounding box containing corner coordinates in WGS84.
WgsBoundingBox(WgsPoint, WgsPoint) - Constructor for class com.nutiteq.components.WgsBoundingBox
 
WgsBoundingBox(double, double, double, double) - Constructor for class com.nutiteq.components.WgsBoundingBox
 
WgsPoint - Class in com.nutiteq.components
Point object for moving WGS84 coordinates between library and implementing application
WgsPoint(double, double) - Constructor for class com.nutiteq.components.WgsPoint
 
wgsToMapPos(Point, int) - Method in class com.nutiteq.maps.BaseKaMap
 
wgsToMapPos(Point, int) - Method in interface com.nutiteq.maps.GeoMap
Convert WGS84 coordinates to pixel point on map
wgsToMapPos(Point, int) - Method in class com.nutiteq.maps.projections.EPSG3395
 
wgsToMapPos(Point, int) - Method in class com.nutiteq.maps.projections.EPSG3785
 
wgsToMapPos(Point, int) - Method in class com.nutiteq.maps.projections.EPSG4326
 
wgsToMapPos(Point, int) - Method in interface com.nutiteq.maps.projections.Projection
Convert WGS84 coordinates to pixel point on map
wrapText(String, Font, int) - Static method in class com.nutiteq.utils.Utils
 

Y

YourNavigationDirections - Class in com.nutiteq.services
 
YourNavigationDirections(DirectionsWaiter, WgsPoint, WgsPoint, String, int) - Constructor for class com.nutiteq.services.YourNavigationDirections
 

Z

zoom(MapPos, int) - Method in class com.nutiteq.maps.BaseKaMap
 
zoom(MapPos, int) - Method in class com.nutiteq.maps.BaseMap
Handles zoom for display middle point (as default the red cross on screen) by assuming that map size between single zoom levels is always magnitude of two (next map size is two times smaller or bigger).
zoom(MapPos, int) - Method in interface com.nutiteq.maps.GeoMap
Do zoom calculations for screen middle point
ZOOM_IN_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
Code for zoom in key
ZOOM_OUT_KEY - Static variable in interface com.nutiteq.controls.ControlKeys
Code for zoom out key
zoomIn() - Method in class com.nutiteq.BasicMapComponent
Zoom in one level
zoomIn() - Method in class com.nutiteq.MapItem
Zoom in map 1 step
ZoomIndicator - Interface in com.nutiteq.ui
Element for displaying zoom range and current zoom on screen.
zoomLevelIndicatorCheck() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
zoomOut() - Method in class com.nutiteq.BasicMapComponent
Zoom out one level
zoomOut() - Method in class com.nutiteq.MapItem
Zoom out map 1 step
ZoomRange - Class in com.nutiteq.components
Zoom range supported by map
ZoomRange(int, int) - Constructor for class com.nutiteq.components.ZoomRange
Map zoom range

A B C D E F G H I J K L M N O P Q R S T U V W Y Z