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

A

addKmlPlaces(KmlService, KmlPlace[]) - Method in class com.nutiteq.services.CloudMadeGeocodingService
 
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.
addLine(Line) - Method in class com.nutiteq.BasicMapComponent
Add line to be displayed on map
addLines(Line[]) - Method in class com.nutiteq.BasicMapComponent
Add lines to be displayed on 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
addPlace(Place) - Method in class com.nutiteq.BasicMapComponent
Add a place to be displayed on map
addPlaceFirst(Place) - Method in class com.nutiteq.BasicMapComponent
Add a place to be displayed on map first (Z-order)
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.
addPolygon(Polygon) - Method in class com.nutiteq.BasicMapComponent
Add polygon to be displayed on map
addPolygons(Polygon[]) - Method in class com.nutiteq.BasicMapComponent
Add multiple polygons for display
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.
addTileOverlay(MapTileOverlay) - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
AndroidCellIdDataReader - Class in com.nutiteq.location.cellid
 
AndroidCellIdDataReader(Context) - Constructor for class com.nutiteq.location.cellid.AndroidCellIdDataReader
 
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 hybrid (ie. network+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.
AndroidMbTilesDatabase - Class in com.nutiteq.db
Enables to define tile databases in MBTiles.org format (for Android)
AndroidMbTilesDatabase(Context, String) - Constructor for class com.nutiteq.db.AndroidMbTilesDatabase
 
AndroidMbTilesDatabase(Context, String[]) - Constructor for class com.nutiteq.db.AndroidMbTilesDatabase
 
AndroidTileDatabaseHelper - Class in com.nutiteq.db
Universal helper for SQLite tile database.
AndroidTileDatabaseHelper(Context, String, String, String, String, String, String, String) - Constructor for class com.nutiteq.db.AndroidTileDatabaseHelper
Construct database helper with own tile table format.
areaToScreen(Rectangle, int, int, int, int) - Static method in class com.nutiteq.utils.Utils
 
asHex(byte[]) - 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
 
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 mapping.
BasicMapComponent(String, String, String, int, int, WgsPoint, int) - Constructor for class com.nutiteq.BasicMapComponent
Deprecated. use BasicMapComponent.BasicMapComponent(String, AppContext, int, int, WgsPoint, int) instead
BasicMapComponent(String, AppContext, 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.
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
browsingCanceled() - Method in interface com.nutiteq.location.LocationSourceWaiter
Handle location browsing cancellation.
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.DbStoredMap
 
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.MultiStoredMap
 
buildPath(String, int, int, int, int, int, int, int) - Method in class com.nutiteq.maps.MultiStoredMap
 
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 class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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.
calculatePointerPressed(int, int) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
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
 
calculateZoom(double) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
cancel() - Method in class com.nutiteq.services.CloudMadeDirections
 
cancel() - Method in class com.nutiteq.services.CloudMadeGeocodingService
 
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
 
cancelDoubleClick() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
cancelDualClick() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
cancelLongClick() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
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, CellIdService) - Constructor for class com.nutiteq.location.providers.CellIdLocationProvider
Create location provider for single query
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.
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.
circlePoints(WgsPoint, double, int) - Static method in class com.nutiteq.utils.Utils
generates round polygon (circle) based on center, radius and number of points Bases on spheroid with WGS84 primary axis radius (6378137 m)
clean() - Method in class com.nutiteq.android.MapView
 
clean() - Method in class com.nutiteq.android.RepaintHandler
 
close() - Method in class com.nutiteq.db.AndroidTileDatabaseHelper
 
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, String, int, int) - Constructor for class com.nutiteq.maps.CloudMade
Constructor for CloudMade map.
CloudMade(Copyright, String, 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, String) - Constructor for class com.nutiteq.services.CloudMadeDirections
 
CloudMadeDirections(DirectionsWaiter, WgsPoint, WgsPoint, String, String, String, String) - Constructor for class com.nutiteq.services.CloudMadeDirections
 
CloudMadeDirections(String, DirectionsWaiter, WgsPoint, WgsPoint, String, String, String) - Constructor for class com.nutiteq.services.CloudMadeDirections
 
CloudMadeGeocodingService - Class in com.nutiteq.services
Default implementation for geocoding services.
CloudMadeGeocodingService(GeocodingResultWaiter, String, String, WgsPoint, String, String, String, int, int, WgsBoundingBox, boolean, String) - Constructor for class com.nutiteq.services.CloudMadeGeocodingService
CloudMade HTTP Geocoding and Geosearch API service.
CloudMadeGeocodingService(GeocodingResultWaiter, String, WgsPoint, String, String, String, int, int, WgsBoundingBox, boolean, String, String) - Constructor for class com.nutiteq.services.CloudMadeGeocodingService
CloudMade HTTP Geocoding and Geosearch API service.
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.db - package com.nutiteq.db
Contains database-based tile source helper interface
com.nutiteq.fs - package com.nutiteq.fs
Provides platform specific implementations for accessing file system.
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.
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
 
contains(int, int, int) - Method in class com.nutiteq.db.AndroidMbTilesDatabase
 
contains(int, int, int) - Method in interface com.nutiteq.db.TileDatabaseHelper
 
containsKey(int, int, int) - Method in class com.nutiteq.db.AndroidTileDatabaseHelper
 
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
 
createCoarseCriteria() - Static method in class com.nutiteq.location.providers.AndroidGPSProvider
this criteria will settle for less accuracy, high power, and cost
createFineCriteria() - Static method in class com.nutiteq.location.providers.AndroidGPSProvider
this criteria needs high accuracy, high power, and cost
createImage(String) - Static method in class com.nutiteq.utils.Utils
 
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

database - Variable in class com.nutiteq.db.AndroidTileDatabaseHelper
 
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.CloudMadeGeocodingService
 
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
 
DbStoredMap - Class in com.nutiteq.maps
StoredMap for Database tiles.
DbStoredMap(Copyright) - Constructor for class com.nutiteq.maps.DbStoredMap
Constructor for DbStoredMap.
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.
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.
deleteResourcePathPrefix(String) - Static method in class com.nutiteq.utils.Utils
 
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
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
 
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.
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
 
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.
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(Ellipsoid, Copyright, int, int, int) - Constructor for class com.nutiteq.maps.projections.EPSG3395
 
EPSG3395(Ellipsoid, 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.services.CloudMadeDirections
 
execute() - Method in class com.nutiteq.services.CloudMadeGeocodingService
 
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

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
 
FILL - Static variable in class com.nutiteq.components.PolyStyle
 
finalTrueCourse(WgsPoint, WgsPoint) - Static method in class com.nutiteq.components.WgsPoint
True course at p2 using great circle distance.
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, boolean) - Method in class com.nutiteq.BasicMapComponent
Set focus on given place.
FORMAT_LAT_LON - Static variable in class com.nutiteq.components.WgsPoint
 
fromWgs(Point) - Method in class com.nutiteq.maps.projections.Lambert
 
fullScreenUpdate() - Method in class com.nutiteq.BasicMapComponent
 

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
 
get(int, int, int) - Method in class com.nutiteq.db.AndroidMbTilesDatabase
 
get(String) - Method in class com.nutiteq.db.AndroidMbTilesDatabase
 
get(int, int, int) - Method in class com.nutiteq.db.AndroidTileDatabaseHelper
 
get(int, int, int) - Method in interface com.nutiteq.db.TileDatabaseHelper
 
get(String) - Method in interface com.nutiteq.db.TileDatabaseHelper
 
getAdditionalInfo(Place) - Method in class com.nutiteq.BasicMapComponent
Get additional info for place displayed by internally handled service.
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.
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
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.CloudMadeGeocodingService
 
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 class com.nutiteq.location.cellid.AndroidCellIdDataReader
 
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
 
getCenterLocation() - Method in class com.nutiteq.maps.StoredMap
 
getCenterPoint() - Method in class com.nutiteq.BasicMapComponent
Get map center point.
getCenterZoom() - Method in class com.nutiteq.maps.StoredMap
 
getClickBoxSize() - Method in class com.nutiteq.components.Place
 
getCloudMadeToken() - Method in class com.nutiteq.maps.CloudMade
 
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.MultiStoredMap
 
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.UnstreamedDoubleSizedTilesMap
 
getData() - Method in class com.nutiteq.components.MapTile
 
getDays() - Method in class com.nutiteq.components.DurationTime
 
getDefaultIcon() - Method in interface com.nutiteq.kml.KmlService
 
getDefaultIcon() - Method in class com.nutiteq.kml.KmlUrlReader
 
getDefaultIcon() - Method in class com.nutiteq.services.CloudMadeGeocodingService
 
getDefaultIcon() - Method in class com.nutiteq.services.GeocodingService
 
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
 
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.
getFillStyle() - Method in class com.nutiteq.components.PolyStyle
 
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
 
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
getInitializationTask() - Method in class com.nutiteq.maps.BaseMap
 
getInitializationTask() - Method in class com.nutiteq.maps.CloudMade
 
getInitializationTask() - Method in interface com.nutiteq.maps.GeoMap
Get task that will be executed after this is set with BasicMapComponent.setMap(GeoMap)
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.
getInverseFlattening() - Method in class com.nutiteq.maps.projections.Ellipsoid
 
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.
getKmlPlaces() - Method in class com.nutiteq.BasicMapComponent
 
getKmlServices() - Method in class com.nutiteq.BasicMapComponent
Get list of used 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 class com.nutiteq.location.cellid.AndroidCellIdDataReader
 
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.
getLineStyle() - Method in class com.nutiteq.components.Line
Not part of public API.
getLineStyle() - Method in class com.nutiteq.components.PolyStyle
 
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
 
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
getMapHeight(int) - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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
getMapWidth(int) - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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 class com.nutiteq.maps.DbStoredMap
 
getMaxZoom() - Method in interface com.nutiteq.maps.GeoMap
Maximum zoom level for implementing map.
getMaxZoom() - Method in class com.nutiteq.maps.StoredMap
 
getMaxZoom() - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
getMcc() - Method in class com.nutiteq.components.Cell
 
getMcc() - Method in class com.nutiteq.location.cellid.AndroidCellIdDataReader
 
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
 
getMethod() - Method in interface com.nutiteq.location.LocationSource
Method of positioning, depending on implementation e.g.
getMethod() - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
getMethod() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
getMethod() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
getMethod() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
getMiddlePoint() - Method in class com.nutiteq.BasicMapComponent
Get map center point value in lon/lat
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 class com.nutiteq.maps.DbStoredMap
 
getMinZoom() - Method in interface com.nutiteq.maps.GeoMap
Minimum zoom level for implementing map.
getMinZoom() - Method in class com.nutiteq.maps.StoredMap
 
getMinZoom() - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
getMissingTileImage() - Method in class com.nutiteq.maps.BaseMap
 
getMissingTileImage() - Method in interface com.nutiteq.maps.GeoMap
Get image used for showing missing image.
getMissingTileImage() - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
getMnc() - Method in class com.nutiteq.components.Cell
 
getMnc() - Method in class com.nutiteq.location.cellid.AndroidCellIdDataReader
 
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
 
getNativeLocation() - Method in interface com.nutiteq.location.LocationSource
Provides native location object with last info, e.g.
getNativeLocation() - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
getNativeLocation() - Method in class com.nutiteq.location.providers.BluetoothProvider
 
getNativeLocation() - Method in class com.nutiteq.location.providers.CellIdLocationProvider
 
getNativeLocation() - Method in class com.nutiteq.location.providers.LocationAPIProvider
 
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
 
getPlacemark() - Method in class com.nutiteq.components.Place
 
getPlaceReadListener() - Method in class com.nutiteq.kml.KmlUrlReader
 
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
 
getPolarRadius() - Method in class com.nutiteq.maps.projections.Ellipsoid
 
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
 
getRequestMethod() - Method in interface com.nutiteq.net.DataPostingDownloadable
Set the method for the URL request.
getRequiredTile() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
getResourceType(String) - Static method in class com.nutiteq.utils.Utils
 
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
getScaleBar() - Method in class com.nutiteq.BasicMapComponent
Return currently used scale bar
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.CloudMadeGeocodingService
 
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
 
getSupportedZoomLevels() - Method in class com.nutiteq.maps.MultiStoredMap
 
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
getTileOverlay() - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
getTileSize() - Method in class com.nutiteq.maps.BaseMap
 
getTileSize() - Method in interface com.nutiteq.maps.GeoMap
Get tile size for implemented map
getTileSize() - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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
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
 
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
 
getZoomLevel() - Method in class com.nutiteq.components.TileMapBounds
 
getZoomRange() - Method in class com.nutiteq.BasicMapComponent
Get zoom range for currently used map
getZoomRange() - Method in class com.nutiteq.maps.BaseMap
 
getZoomRange() - Method in class com.nutiteq.maps.DbStoredMap
 
getZoomRange() - Method in interface com.nutiteq.maps.GeoMap
Get zoom range for the map
getZoomRange() - Method in class com.nutiteq.maps.StoredMap
 
getZoomRange() - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
GRS80 - Static variable in class com.nutiteq.maps.projections.Ellipsoid
GRS80 ellipsoid
GRS80_2 - Static variable in class com.nutiteq.maps.projections.Ellipsoid
 

H

handleMessage(Message) - Method in class com.nutiteq.android.RepaintHandler
 
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
 

I

IDENFileSystem - Class in com.nutiteq.fs
File reading using Motorola IDEN file API.
IDENFileSystem() - Constructor for class com.nutiteq.fs.IDENFileSystem
 
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
 
initialize() - Method in class com.nutiteq.db.AndroidMbTilesDatabase
 
initialize() - Method in interface com.nutiteq.db.TileDatabaseHelper
 
initializeConfigUsingFs(FileSystem) - Method in class com.nutiteq.maps.MultiStoredMap
 
initializeConfigUsingFs(FileSystem) - Method in class com.nutiteq.maps.StoredMap
Read cache.conf
initialTrueCourse(WgsPoint, WgsPoint) - Static method in class com.nutiteq.components.WgsPoint
True course at p1 using great circle distance.
inquiryCompleted(int) - Method in class com.nutiteq.bluetooth.BluetoothAPIDevice
 
intersectsWithBounds(int, int, int) - Method in class com.nutiteq.components.TileMapBounds
 
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.MultiStoredMap
 
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
 
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, String) - 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.
KmlUrlReader(String, int, boolean, boolean, String) - Constructor for class com.nutiteq.kml.KmlUrlReader
Constructor for the built-in KML reader.
KRASOVSKY - Static variable in class com.nutiteq.maps.projections.Ellipsoid
Krasovsky ellipsoid

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
 
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
 
LINE_FILL - Static variable in class com.nutiteq.components.PolyStyle
 
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.
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 with accuracy requirement.
LocationAPIProvider(long, int, int, int) - Constructor for class com.nutiteq.location.providers.LocationAPIProvider
Create location provider with given update interval (in milliseconds) and with 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 com.nutiteq.helpers.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
Not part of public API

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).
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.
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)
mapPosToWgs(MapPos) - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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
 
MapView(Context, AttributeSet) - 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.CloudMadeGeocodingService
 
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
Defines set of most common J2ME device keys - arrows, * and # for zooming etc
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(CellIdService) - Constructor for class com.nutiteq.location.providers.MotorolaCellIdLocationProvider
Create location provider with given cellId converter 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.
MultiStoredMap - Class in com.nutiteq.maps
 
MultiStoredMap(String, String) - Constructor for class com.nutiteq.maps.MultiStoredMap
Enables to use multiple stored map packages.
MultiStoredMap(String, String, Copyright) - Constructor for class com.nutiteq.maps.MultiStoredMap
Enables to use multiple stored map packages.

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.
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.CloudMadeGeocodingService
 
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.CloudMadeGeocodingService
 
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
 
NO_FILL - Static variable in class com.nutiteq.components.PolyStyle
 
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.CloudMadeGeocodingService
 
NOT_FOUND - Static variable in class com.nutiteq.services.GeocodingService
 
notifyAfterDoubleClick() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
notifyAfterDoubleClickPress(int, int) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
notifyAfterDoubleClickRelease(int, int) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
notifyAfterDualClick() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
notifyAfterLongPress() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
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.CloudMadeGeocodingService
 
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.
onSizeChanged(int, int, int, int) - Method in class com.nutiteq.android.MapView
 
onSizeChanged(int, int, int, int) - Method in interface com.nutiteq.android.OnSizeChangedListener
 
OnSizeChangedListener - Interface in com.nutiteq.android
 
onStatusChanged(String, int, Bundle) - Method in class com.nutiteq.location.providers.AndroidGPSProvider
 
onTouchEvent(MotionEvent) - Method in class com.nutiteq.android.MapView
 
open() - Method in class com.nutiteq.db.AndroidTileDatabaseHelper
 
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 service on top of OpenCellId
OpenCellIdService(String) - 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 - Static variable in class com.nutiteq.maps.NutiteqStreamedMap
 
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
 
parsePoint(int, String, String) - Static method in class com.nutiteq.components.WgsPoint
 
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, int, int) - Constructor for class com.nutiteq.components.Place
 
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, Placemark, WgsPoint, boolean, int) - 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
 
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)
Placemark - Interface in com.nutiteq.components
Interface for defining custom placemarks.
placesAdded() - Method in interface com.nutiteq.kml.KmlService
 
placesAdded() - Method in class com.nutiteq.kml.KmlUrlReader
 
placesAdded() - Method in class com.nutiteq.services.CloudMadeGeocodingService
 
placesAdded() - Method in class com.nutiteq.services.GeocodingService
 
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
pointerDraggedDual(double) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
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
 
PolyStyle(int, int) - Constructor for class com.nutiteq.components.PolyStyle
 
PolyStyle(int, int, LineStyle) - Constructor for class com.nutiteq.components.PolyStyle
 
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

readConfig(FileSystem) - Method in class com.nutiteq.maps.StoredMap
 
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
 
refreshTileOverlay() - Method in class com.nutiteq.BasicMapComponent
refreshes map overlays contribution from http://code.google.com/p/doroga-tv-widget/source/browse/trunk/nutiteq_map_sdk_1_1_0_refresh_tile_overlay.patch
remoteDevicesFound(DiscoveredDevice[]) - Method in interface com.nutiteq.bluetooth.BluetoothHandler
Give found devices to handler class
removeAllPlaces() - Method in class com.nutiteq.BasicMapComponent
Remove all places.
removeKmlService(KmlService) - Method in class com.nutiteq.BasicMapComponent
Remove previously added kml service
removeKmlService() - Method in class com.nutiteq.BasicMapComponent
removes all KML Services added so far
removeLine(Line) - Method in class com.nutiteq.BasicMapComponent
Remove a line from previously added lines
removeLines(Line[]) - Method in class com.nutiteq.BasicMapComponent
Remove lines from previously added lines
removeLocationSource() - Method in class com.nutiteq.BasicMapComponent
Remove used location source
removeOnMapElements(OnMapElement[]) - Method in class com.nutiteq.BasicMapComponent
Remove given elements from map display
removePlace(Place) - Method in class com.nutiteq.BasicMapComponent
Remove a place from previously added places
removePlaces(Place[]) - Method in class com.nutiteq.BasicMapComponent
Remove places from previously added places
removePolygon(Polygon) - Method in class com.nutiteq.BasicMapComponent
Remove polygon from map
removePolygons(Polygon[]) - Method in class com.nutiteq.BasicMapComponent
Remove multiple polygons from map
removeZoomDelay() - Method in class com.nutiteq.BasicMapComponent
Not part of public API.
repaint() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
repaint(boolean) - Method in class com.nutiteq.BasicMapComponent
Not in public API.
repaint() - Method in interface com.nutiteq.ui.DisplayUpdater
 
RepaintHandler - Class in com.nutiteq.android
 
RepaintHandler(MapView) - Constructor for class com.nutiteq.android.RepaintHandler
 
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_DB - Static variable 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.CloudMadeGeocodingService
 
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
 
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.CloudMadeGeocodingService
 
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.
setClickBoxSize(int) - Method in class com.nutiteq.components.Place
Set touch/clicking tolerance for the place
setControlKeysHandler(ControlKeysHandler) - Method in class com.nutiteq.BasicMapComponent
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.
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
 
setDoubleClickZoomIn(boolean) - Method in class com.nutiteq.BasicMapComponent
Enable/disable zooming in when double clicking the map
setDownloadCounter(DownloadCounter) - Method in class com.nutiteq.BasicMapComponent
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.
setDownloadStreamOpener(DownloadStreamOpener) - Method in class com.nutiteq.BasicMapComponent
Change the implementation for download stream opening.
setDualClickZoomOut(boolean) - Method in class com.nutiteq.BasicMapComponent
Enable/disable zooming out when dual clicking (with two fingers) the map
setErrorListener(ErrorListener) - Method in class com.nutiteq.BasicMapComponent
Set listener for library errors
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
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
setImageProcessor(ImageProcessor) - Method in class com.nutiteq.BasicMapComponent
Enables processing of all map images.
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
 
setLogger(Logger) - Static method in class com.nutiteq.log.Log
 
setMap(GeoMap) - Method in class com.nutiteq.BasicMapComponent
Change used map
setMapComponent(BasicMapComponent) - Method in class com.nutiteq.android.MapView
 
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
 
setMapDragging(boolean) - Method in class com.nutiteq.BasicMapComponent
Enable or disable map moving by dragging the pointer.
setMapListener(MapListener) - Method in class com.nutiteq.BasicMapComponent
Set map listener for receiving map related callback events from library
setMaxZoom(int) - Method in class com.nutiteq.maps.DbStoredMap
Set maximum zoom level.
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
setMinZoom(int) - Method in class com.nutiteq.maps.DbStoredMap
Set minimum zoom level.
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
setMissingTileImage(Image) - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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.
setNetworkListener(NetworkListener) - Method in interface com.nutiteq.net.DownloadCounter
 
setNetworkListener(NetworkListener) - Method in class com.nutiteq.net.NutiteqDownloadCounter
 
setOnLongClickListener(OnLongClickListener) - Method in class com.nutiteq.BasicMapComponent
Set long click listener
setOnMapElementListener(OnMapElementListener) - Method in class com.nutiteq.BasicMapComponent
Set listener for receiving events related to objects shown on map.
setOnMapElements(OnMapElement[]) - Method in class com.nutiteq.components.Place
Not part of public API
setOnPointerDragListener(OnPointerDragListener) - Method in class com.nutiteq.BasicMapComponent
Set pointer drag listener
setOnPointerPressListener(OnPointerPressListener) - Method in class com.nutiteq.BasicMapComponent
Set pointer press listener
setOnPointerReleaseListener(OnPointerReleaseListener) - Method in class com.nutiteq.BasicMapComponent
Set pointer release listener
setOnScreenZoomControls(OnScreenZoomControls) - Method in class com.nutiteq.BasicMapComponent
Set zoom controls to be displayed on screen and used for touch screen zooming.
setOnSizeChangedListener(OnSizeChangedListener) - Method in class com.nutiteq.android.MapView
 
setOverlayData(byte[][]) - Method in class com.nutiteq.components.MapTile
 
setPanningStrategy(PanningStrategy) - Method in class com.nutiteq.BasicMapComponent
Set panning strategy for map component.
setPlaceReadListener(KmlReadListener) - Method in interface com.nutiteq.kml.KmlService
 
setPlaceReadListener(KmlReadListener) - Method in class com.nutiteq.kml.KmlUrlReader
 
setPlaceReadListener(KmlReadListener) - Method in class com.nutiteq.services.CloudMadeGeocodingService
 
setPlaceReadListener(KmlReadListener) - Method in class com.nutiteq.services.GeocodingService
 
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
 
setScaleBar(ScaleBar) - Method in class com.nutiteq.BasicMapComponent
Set scale bar to be displayed on screen
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
 
setShowOverlaysWhileZooming(boolean) - Method in class com.nutiteq.BasicMapComponent
Enable or disable overlay rendering (Points, KML Services, Lines etc) while zooming.
setSize(int, int) - Method in class com.nutiteq.BasicMapComponent
Set map size on screen.
setSmoothZoom(boolean) - Method in class com.nutiteq.BasicMapComponent
Disable or enable smooth zooming
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
setTileDatabaseSystem(TileDatabaseHelper) - Method in class com.nutiteq.BasicMapComponent
Set database connection to be used for DbStoredMap handling
setTileSearchStrategy(GeoMap[]) - Method in class com.nutiteq.BasicMapComponent
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
setWgs(WgsPoint) - Method in class com.nutiteq.components.Place
Deprecated. since 0.4.0
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
 
setZoomLevelIndicator(ZoomIndicator) - Method in class com.nutiteq.BasicMapComponent
Set zoom indicator to be painted on display.
setZoomRange(ZoomRange) - Method in class com.nutiteq.maps.DbStoredMap
Set zoom range.
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
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
 
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(CellIdService) - Constructor for class com.nutiteq.location.providers.SonyEricssonCellIdLocationProvider
Create location provider with given cellId converter 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'
startDualZoom(double, double, double) - Method in class com.nutiteq.BasicMapComponent
Not part of public API
startMapping() - Method in class com.nutiteq.BasicMapComponent
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
 
stopDualZoom() - Method in class com.nutiteq.BasicMapComponent
Not part of public API
stopMapping() - Method in class com.nutiteq.BasicMapComponent
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.
StoredMap(String, String, boolean, Copyright) - 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
Deprecated. The OpenAerialMap.org is down
StreamedOpenAerialMap(int, int) - Constructor for class com.nutiteq.maps.StreamedOpenAerialMap
Deprecated.  
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.
STYLUS_CLICK_TOLERANCE - Static variable in class com.nutiteq.BasicMapComponent
Pixel tolerance used for stylus phones to distinguish between screen click and drag events

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
 
TileDatabaseHelper - Interface in com.nutiteq.db
 
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.
toDateTime(long) - Static method in class com.nutiteq.utils.Utils
 
toHexWithLeadingZeroes(int, int) - Static method in class com.nutiteq.utils.Utils
 
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.
toString() - Method in class com.nutiteq.components.MapPos
 
toString() - Method in class com.nutiteq.components.PlaceLabel
 
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.TileMapBounds
 
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

UnstreamedDoubleSizedTilesMap - Class in com.nutiteq.maps
 
UnstreamedDoubleSizedTilesMap(GeoMap) - Constructor for class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
Resizes ("zooms in") all map images for the map, exactly 2 times
UnstreamedDoubleSizedTilesMap(GeoMap, boolean) - Constructor for class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
Digitally zooms map images for the map
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

W

WEST - Static variable in class com.nutiteq.maps.BlomOrthoMap
 
WGRS8084 - Static variable in class com.nutiteq.maps.projections.Ellipsoid
 
WGS84 - Static variable in class com.nutiteq.maps.projections.Ellipsoid
WGS84 ellipsoid
WGS84_2 - Static variable in class com.nutiteq.maps.projections.Ellipsoid
 
WGS84_3 - Static variable in class com.nutiteq.maps.projections.Ellipsoid
 
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
wgsToMapPos(Point, int) - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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
 
YourNavigationDirections(DirectionsWaiter, WgsPoint, WgsPoint, String, int, String) - Constructor for class com.nutiteq.services.YourNavigationDirections
YourNavigation.org API routing implementation

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(MapPos, int) - Method in class com.nutiteq.maps.UnstreamedDoubleSizedTilesMap
 
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
ZOOM_UNKNOWN - Static variable in class com.nutiteq.BasicMapComponent
 
zoomIn() - Method in class com.nutiteq.BasicMapComponent
Zoom in one 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 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 W Y Z