Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

add(MapVec) - Method in class com.nutiteq.core.MapPos
Creates a new map position by adding a map vector to this map position.
add(MapVec) - Method in class com.nutiteq.core.MapVec
Creates a new map vector by adding a map vector to this map vector.
add(VectorElement) - Method in class com.nutiteq.datasources.LocalVectorDataSource
Adds a vector element to the data source.
add(Layer) - Method in class com.nutiteq.layers.Layers
Adds a new layer to the layer stack.
add(Geometry) - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
add(Layer) - Method in class com.nutiteq.wrappedcommons.LayerVector
 
add(LineGeometry) - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
add(MapPos) - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
add(MapPosVector) - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
add(PackageInfo) - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
add(PointGeometry) - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
add(PolygonGeometry) - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
add(RoutingInstruction) - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
add(ScreenPos) - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
add(String) - Method in class com.nutiteq.wrappedcommons.StringVector
 
add(short) - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
add(VectorElementClickInfo) - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
add(VectorElement) - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
addAll(VectorElementVector) - Method in class com.nutiteq.datasources.LocalVectorDataSource
Adds multiple vector elements to the data source.
addRule(String, Style) - Method in class com.nutiteq.styles.StyleSelectorBuilder
Adds new rule to the builder rule set.
addRule(Style) - Method in class com.nutiteq.styles.StyleSelectorBuilder
Adds new rule to the builder rule set.
AssetTileDataSource - Class in com.nutiteq.datasources
A tile data source where each map tile is a seperate image file bundled with the application.
The requests are generated using a template scheme, where tags in the basePath string are replaced with actual values.
The following tags are supported: zoom, x, y, xflipped, yflipped, quadkey.

For example, if basePath = "t{zoom}_{x}_{y}.png" and the requested tile has zoom == 2,
x == 1 and y == 3, then the tile will be loaded from the following path: "t2_1_2.png".
AssetTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.AssetTileDataSource
 
AssetTileDataSource(int, int, String) - Constructor for class com.nutiteq.datasources.AssetTileDataSource
Constructs an AssetTileDataSource object.
AssetUtils - Class in com.nutiteq.utils
A helper class for managing application-bundled assets.
AssetUtils(long, boolean) - Constructor for class com.nutiteq.utils.AssetUtils
 

B

BalloonPopup - Class in com.nutiteq.vectorelements
A highly configurable popup implementation that allows the user to specify a title, description, colors, images, font sizes etc.
BalloonPopup(long, boolean) - Constructor for class com.nutiteq.vectorelements.BalloonPopup
 
BalloonPopup(Billboard, BalloonPopupStyle, String, String) - Constructor for class com.nutiteq.vectorelements.BalloonPopup
Constructs a BalloonPopup object with the specified style and attaches it to a billboard element.
If an empty string is passed for the title, it will not be drawn.
BalloonPopup(Geometry, BalloonPopupStyle, String, String) - Constructor for class com.nutiteq.vectorelements.BalloonPopup
Constructs a BalloonPopup object from a geometry object and a style.
If an empty string is passed for the title, it will not be drawn.
BalloonPopup(MapPos, BalloonPopupStyle, String, String) - Constructor for class com.nutiteq.vectorelements.BalloonPopup
Constructs a BalloonPopup object from a map position and a style.
If an empty string is passed for the title, it will not be drawn.
BalloonPopupMargins - Class in com.nutiteq.styles
Margins info for balloon popup.
BalloonPopupMargins(long, boolean) - Constructor for class com.nutiteq.styles.BalloonPopupMargins
 
BalloonPopupMargins(int, int, int, int) - Constructor for class com.nutiteq.styles.BalloonPopupMargins
 
BalloonPopupStyle - Class in com.nutiteq.styles
A style for balloon popups.
BalloonPopupStyle(long, boolean) - Constructor for class com.nutiteq.styles.BalloonPopupStyle
 
BalloonPopupStyle(Color, float, float, boolean, boolean, float, float, int, boolean, int, Color, Bitmap, BalloonPopupMargins, Color, Bitmap, BalloonPopupMargins, Color, String, int, BalloonPopupMargins, boolean, Color, String, int, BalloonPopupMargins, boolean, Color, int, int, int) - Constructor for class com.nutiteq.styles.BalloonPopupStyle
Constructs a BalloonPopupStyle object from various parameters.
BalloonPopupStyleBuilder - Class in com.nutiteq.styles
A builder class for BalloonPopupStyle.
BalloonPopupStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.BalloonPopupStyleBuilder
 
BalloonPopupStyleBuilder() - Constructor for class com.nutiteq.styles.BalloonPopupStyleBuilder
Constructs a BalloonPopupStyleBuilder object with all parameters set to defaults.
Billboard - Class in com.nutiteq.vectorelements
A base class for billboard elements that can be displayed on the map.
Billboards can either be given a concrete position on the map or be attached to
other billboards.
Billboard(long, boolean) - Constructor for class com.nutiteq.vectorelements.Billboard
 
BillboardOrientation - Enum in com.nutiteq.styles
Possible orientation modes for billboards.
BillboardScaling - Enum in com.nutiteq.styles
Possible scaling modes for billboards.
BillboardStyle - Class in com.nutiteq.styles
A base class for BillboardStyle subclasses.
BillboardStyle(long, boolean) - Constructor for class com.nutiteq.styles.BillboardStyle
 
BillboardStyleBuilder - Class in com.nutiteq.styles
A base class for BillboardStyleBuilder subclasses.
BillboardStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.BillboardStyleBuilder
 
Bitmap - Class in com.nutiteq.graphics
A class that provides the functionality to store, compress, uncompress and resize basic image formats.
Currently supported formats are png and jpeg.
Bitmap(long, boolean) - Constructor for class com.nutiteq.graphics.Bitmap
 
Bitmap(UnsignedCharVector, long, long, ColorFormat, int, boolean) - Constructor for class com.nutiteq.graphics.Bitmap
Constructs a bitmap from an already decoded vector of bytes.
BitmapOverlayRasterTileDataSource - Class in com.nutiteq.datasources
Tile data source that uses given bitmap with two, three or four control points define a raster overlay.
Note: if two points are given, conformal transformation is calculated.
BitmapOverlayRasterTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
BitmapOverlayRasterTileDataSource(int, int, Bitmap, Projection, MapPosVector, ScreenPosVector) - Constructor for class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
Constructs a new bitmap overlay data source.
BitmapUtils - Class in com.nutiteq.utils
A helper class for loading bitmaps and converting Bitmaps to Android Bitmaps an vice versa.
BitmapUtils(long, boolean) - Constructor for class com.nutiteq.utils.BitmapUtils
 
buildAssetPath(MapTile) - Method in class com.nutiteq.datasources.AssetTileDataSource
 
buildClusterElement(MapPos, VectorElementVector) - Method in class com.nutiteq.layers.ClusterElementBuilder
Builds new cluster element given position and list of vector elements.
buildSelector() - Method in class com.nutiteq.styles.StyleSelectorBuilder
Builds a new style selector from the added rule list.
buildStyle() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Builds a new instance of the BalloonPopupStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Builds a new instance of the GeometryCollectionStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.LabelStyleBuilder
Builds a new instance of the LabelStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.LineStyleBuilder
Builds a new instance of the LineStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Builds a new instance of the MarkerStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.PointStyleBuilder
Builds a new instance of the PointStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.Polygon3DStyleBuilder
Builds a new instance of the Polygon3DStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.PolygonStyleBuilder
Builds a new instance of the PolygonStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.PopupStyleBuilder
Builds a new instance of the PopupStyle object using previously set parameters.
buildStyle() - Method in class com.nutiteq.styles.TextStyleBuilder
Builds a new instance of the TextStyle object using previously set parameters.
buildTileUrl(MapTile) - Method in class com.nutiteq.datasources.HTTPTileDataSource
 

C

CacheTileDataSource - Class in com.nutiteq.datasources
A tile data source that loads tiles from another tile data source and caches them.
CacheTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.CacheTileDataSource
 
CacheTileDataSource(TileDataSource) - Constructor for class com.nutiteq.datasources.CacheTileDataSource
 
calculateMapTile(MapPos, int) - Method in class com.nutiteq.layers.TileLayer
Calculate tile corresponding to given geographical coordinates and zoom level.
Note: zoom level bias is NOT applied, only discrete zoom level is used.
calculateMapTileOrigin(MapTile) - Method in class com.nutiteq.layers.TileLayer
Calculate origin map coordinates of given map tile.
calculateRoute(RoutingRequest) - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
 
calculateRoute(RoutingRequest) - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
 
calculateRoute(RoutingRequest) - Method in class com.nutiteq.routing.PackageManagerRoutingService
 
calculateRoute(RoutingRequest) - Method in class com.nutiteq.routing.RoutingService
Calculates routing result (path) based on routing result.
cancelAllTasks() - Method in class com.nutiteq.ui.MapView
Cancels all qued tasks such as tile and vector data fetches.
cancelPackageTasks(String) - Method in class com.nutiteq.packagemanager.PackageManager
Cancels the current/pending tasks involving of the specified package.
capacity() - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.LayerVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.StringVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
capacity() - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
captureRendering(MapRenderListener, boolean) - Method in class com.nutiteq.ui.MapView
Captures map rendering as a bitmap.
CartoCSSParser - Class in com.nutiteq.styles
A CartoCSS style parser.
CartoCSSParser(long, boolean) - Constructor for class com.nutiteq.styles.CartoCSSParser
 
CartoCSSParser() - Constructor for class com.nutiteq.styles.CartoCSSParser
 
CartoCSSStyleSet - Class in com.nutiteq.vectortiles
CartoCSS style definition for vector tiles.
CartoCSSStyleSet(long, boolean) - Constructor for class com.nutiteq.vectortiles.CartoCSSStyleSet
 
CartoCSSStyleSet(String) - Constructor for class com.nutiteq.vectortiles.CartoCSSStyleSet
Constructs a style from CartoCSS string.
CartoCSSStyleSet(String, UnsignedCharVector) - Constructor for class com.nutiteq.vectortiles.CartoCSSStyleSet
Constructs a style from CartoCSS string and asset data.
circleIntersects(MapPos, double) - Method in class com.nutiteq.graphics.Frustum
Tests if a circle on the z = 0 plane inersects with the frustum.
clear() - Method in class com.nutiteq.datasources.CacheTileDataSource
Clear the cache.
clear() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
clear() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
clear() - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
clear() - Method in class com.nutiteq.wrappedcommons.LayerVector
 
clear() - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
clear() - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
clear() - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
clear() - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
clear() - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
clear() - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
clear() - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
clear() - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
clear() - Method in class com.nutiteq.wrappedcommons.StringMap
 
clear() - Method in class com.nutiteq.wrappedcommons.StringVector
 
clear() - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
clear() - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
clear() - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
clearAllCaches() - Method in class com.nutiteq.ui.MapView
Releases memory occupied by all caches.
clearPreloadingCaches() - Method in class com.nutiteq.ui.MapView
Releases the memory occupied by the preloading area.
clearTileCaches(boolean) - Method in class com.nutiteq.layers.RasterTileLayer
 
clearTileCaches(boolean) - Method in class com.nutiteq.layers.TileLayer
Clear layer tile caches.
clearTileCaches(boolean) - Method in class com.nutiteq.layers.UTFGridRasterTileLayer
 
clearTileCaches(boolean) - Method in class com.nutiteq.layers.VectorTileLayer
 
ClickType - Enum in com.nutiteq.ui
Possible click types.
close() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
Close the cache database.
ClusteredVectorLayer - Class in com.nutiteq.layers
A vector layer that supports clustering point-type features.
A Pairwise centroid hierarchical clustering algorithm is used internally.
ClusteredVectorLayer(long, boolean) - Constructor for class com.nutiteq.layers.ClusteredVectorLayer
 
ClusteredVectorLayer(LocalVectorDataSource, ClusterElementBuilder) - Constructor for class com.nutiteq.layers.ClusteredVectorLayer
Constructs a new ClusteredVectorLayer instance from data source and a special callback.
ClusterElementBuilder - Class in com.nutiteq.layers
A special callback interface for building cluster elements from set of existing vector element.
ClusterElementBuilder(long, boolean) - Constructor for class com.nutiteq.layers.ClusterElementBuilder
 
ClusterElementBuilder() - Constructor for class com.nutiteq.layers.ClusterElementBuilder
 
Color - Class in com.nutiteq.graphics
A color represented in RGBA space, alpha is expected to be non-premultiplied.
Color(long, boolean) - Constructor for class com.nutiteq.graphics.Color
 
Color() - Constructor for class com.nutiteq.graphics.Color
Constructs a completely opaque black color object.
Color(short, short, short, short) - Constructor for class com.nutiteq.graphics.Color
Constructs a map color object from the red, green, blue and alpha components.
Alpha component is interpreted as non-premultiplied transparency value,
thus to make half-transparent green, use Color(0, 255, 0, 128).
Color(int) - Constructor for class com.nutiteq.graphics.Color
Constructs a map color object from a 32-bit encoded integer.
ColorFormat - Enum in com.nutiteq.graphics
Possible image formats.
com.nutiteq.components - package com.nutiteq.components
 
com.nutiteq.core - package com.nutiteq.core
 
com.nutiteq.datasources - package com.nutiteq.datasources
 
com.nutiteq.geometry - package com.nutiteq.geometry
 
com.nutiteq.graphics - package com.nutiteq.graphics
 
com.nutiteq.layers - package com.nutiteq.layers
 
com.nutiteq.packagemanager - package com.nutiteq.packagemanager
 
com.nutiteq.projections - package com.nutiteq.projections
 
com.nutiteq.renderers.components - package com.nutiteq.renderers.components
 
com.nutiteq.routing - package com.nutiteq.routing
 
com.nutiteq.styles - package com.nutiteq.styles
 
com.nutiteq.ui - package com.nutiteq.ui
 
com.nutiteq.utils - package com.nutiteq.utils
 
com.nutiteq.vectorelements - package com.nutiteq.vectorelements
 
com.nutiteq.vectortiles - package com.nutiteq.vectortiles
 
com.nutiteq.wrappedcommons - package com.nutiteq.wrappedcommons
 
CombinedTileDataSource - Class in com.nutiteq.datasources
A tile data source that combines two data sources (usually offline and online) and selects tiles
based on zoom level.
CombinedTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.CombinedTileDataSource
 
CombinedTileDataSource(TileDataSource, TileDataSource, int) - Constructor for class com.nutiteq.datasources.CombinedTileDataSource
Constructs a combined tile data source object.
CompressedCacheTileDataSource - Class in com.nutiteq.datasources
A tile data source that loads tiles from another tile data source
and caches them in memory as compressed images.
CompressedCacheTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.CompressedCacheTileDataSource
 
CompressedCacheTileDataSource(TileDataSource) - Constructor for class com.nutiteq.datasources.CompressedCacheTileDataSource
Constructs a CompressedCacheTileDataSource object from tile data source.
compressToInternal() - Method in class com.nutiteq.graphics.Bitmap
Compresses this bitmap to a internal format.
This operation is intended for serialization of the data only, no actual compression is performed.
compressToPng() - Method in class com.nutiteq.graphics.Bitmap
Compresses this bitmap to a png.
contains(MapPos) - Method in class com.nutiteq.core.MapBounds
Tests whether this map bounds object contains a map position.
contains(MapBounds) - Method in class com.nutiteq.core.MapBounds
Tests whether this map bounds object contains a another map bounds object.
contains(MapEnvelope) - Method in class com.nutiteq.core.MapEnvelope
Tests whether this map envelope contains another map envelope.
contains(ScreenPos) - Method in class com.nutiteq.core.ScreenBounds
Tests whether this screen bounds object contains a screen position.
contains(ScreenBounds) - Method in class com.nutiteq.core.ScreenBounds
Tests whether this screen bounds object contains a another screen bounds object.
count() - Method in class com.nutiteq.layers.Layers
Returns the current layer count.
createAndroidBitmapFromBitmap(Bitmap) - Static method in class com.nutiteq.utils.BitmapUtils
Creates a new Android Bitmap from an existing Bitmap.
createBitmapFromAndroidBitmap(android.graphics.Bitmap) - Static method in class com.nutiteq.utils.BitmapUtils
Creates a new Bitmap object from an existing Android Bitmap.
createBitmapFromAndroidBitmap(android.graphics.Bitmap, boolean) - Static method in class com.nutiteq.utils.BitmapUtils
Creates a new Bitmap object from an existing Android Bitmap.
createFromCompressed(UnsignedCharVector, boolean) - Static method in class com.nutiteq.graphics.Bitmap
Creates a new bitmap from compressed byte vector.
If the power of two conversion flag is set, additional padding will be added to the image to make it's dimensions power of two.
createLineStyleBuilder(String) - Static method in class com.nutiteq.styles.CartoCSSParser
Read line style parameters from CartoCSS description.
createMarkerStyleBuilder(String) - Static method in class com.nutiteq.styles.CartoCSSParser
Read marker style parameters from CartoCSS description.
createPointStyleBuilder(String) - Static method in class com.nutiteq.styles.CartoCSSParser
Read point style parameters from CartoCSS description.
createPolygonStyleBuilder(String) - Static method in class com.nutiteq.styles.CartoCSSParser
Read polygon style parameters from CartoCSS description.
crossProduct2D(MapVec) - Method in class com.nutiteq.core.MapVec
Calculates the 2D cross product between this and another map vector.
crossProduct3D(MapVec) - Method in class com.nutiteq.core.MapVec
Creates a new map vector that's perpendicular to the plane defined by this and another map vector.
cuboidIntersects(MapBounds) - Method in class com.nutiteq.graphics.Frustum
Tests if an axis aligned cuboid inersects with the frustum.
CullState - Class in com.nutiteq.renderers.components
View specific state determined by the culling process.
CullState(long, boolean) - Constructor for class com.nutiteq.renderers.components.CullState
 
CullState(MapEnvelope, ViewState) - Constructor for class com.nutiteq.renderers.components.CullState
Constructs a CullState object from an envelope and a viewstate.

D

debug(String) - Static method in class com.nutiteq.utils.Log
Logs specified debug message (if debug logging is enabled).
del(String) - Method in class com.nutiteq.wrappedcommons.StringMap
 
delete() - Method in class com.nutiteq.components.LicenseManager
 
delete() - Method in class com.nutiteq.components.LicenseManagerListener
 
delete() - Method in class com.nutiteq.components.Options
 
delete() - Method in class com.nutiteq.core.MapBounds
 
delete() - Method in class com.nutiteq.core.MapEnvelope
 
delete() - Method in class com.nutiteq.core.MapPos
 
delete() - Method in class com.nutiteq.core.MapRange
 
delete() - Method in class com.nutiteq.core.MapTile
 
delete() - Method in class com.nutiteq.core.MapVec
 
delete() - Method in class com.nutiteq.core.ScreenBounds
 
delete() - Method in class com.nutiteq.core.ScreenPos
 
delete() - Method in class com.nutiteq.core.TileData
 
delete() - Method in class com.nutiteq.datasources.AssetTileDataSource
 
delete() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
delete() - Method in class com.nutiteq.datasources.CacheTileDataSource
 
delete() - Method in class com.nutiteq.datasources.CombinedTileDataSource
 
delete() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
delete() - Method in class com.nutiteq.datasources.HTTPTileDataSource
 
delete() - Method in class com.nutiteq.datasources.LocalVectorDataSource
 
delete() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
 
delete() - Method in class com.nutiteq.datasources.NMLModelLODTreeDataSource
 
delete() - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
delete() - Method in class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
 
delete() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
 
delete() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
delete() - Method in class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
 
delete() - Method in class com.nutiteq.datasources.TileDataSource
 
delete() - Method in class com.nutiteq.datasources.VectorDataSource
 
delete() - Method in class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
 
delete() - Method in class com.nutiteq.geometry.GeoJSONGeometryReader
 
delete() - Method in class com.nutiteq.geometry.GeoJSONGeometryWriter
 
delete() - Method in class com.nutiteq.geometry.Geometry
 
delete() - Method in class com.nutiteq.geometry.GeometrySimplifier
 
delete() - Method in class com.nutiteq.geometry.LineGeometry
 
delete() - Method in class com.nutiteq.geometry.MultiGeometry
 
delete() - Method in class com.nutiteq.geometry.MultiLineGeometry
 
delete() - Method in class com.nutiteq.geometry.MultiPointGeometry
 
delete() - Method in class com.nutiteq.geometry.MultiPolygonGeometry
 
delete() - Method in class com.nutiteq.geometry.PointGeometry
 
delete() - Method in class com.nutiteq.geometry.PolygonGeometry
 
delete() - Method in class com.nutiteq.graphics.Bitmap
 
delete() - Method in class com.nutiteq.graphics.Color
 
delete() - Method in class com.nutiteq.graphics.Frustum
 
delete() - Method in class com.nutiteq.graphics.ViewState
 
delete() - Method in class com.nutiteq.layers.ClusteredVectorLayer
 
delete() - Method in class com.nutiteq.layers.ClusterElementBuilder
 
delete() - Method in class com.nutiteq.layers.Layer
 
delete() - Method in class com.nutiteq.layers.Layers
 
delete() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
 
delete() - Method in class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
 
delete() - Method in class com.nutiteq.layers.RasterTileLayer
 
delete() - Method in class com.nutiteq.layers.TileLayer
 
delete() - Method in class com.nutiteq.layers.TileLoadListener
 
delete() - Method in class com.nutiteq.layers.TorqueTileLayer
 
delete() - Method in class com.nutiteq.layers.UTFGridRasterTileLayer
 
delete() - Method in class com.nutiteq.layers.VectorLayer
 
delete() - Method in class com.nutiteq.layers.VectorTileLayer
 
delete() - Method in class com.nutiteq.packagemanager.NutiteqPackageManager
 
delete() - Method in class com.nutiteq.packagemanager.PackageInfo
 
delete() - Method in class com.nutiteq.packagemanager.PackageManager
 
delete() - Method in class com.nutiteq.packagemanager.PackageManagerListener
 
delete() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
 
delete() - Method in class com.nutiteq.packagemanager.PackageStatus
 
delete() - Method in class com.nutiteq.packagemanager.PackageTileMask
 
delete() - Method in class com.nutiteq.projections.EPSG3857
 
delete() - Method in class com.nutiteq.projections.Projection
 
delete() - Method in class com.nutiteq.renderers.components.CullState
 
delete() - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
 
delete() - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
 
delete() - Method in class com.nutiteq.routing.PackageManagerRoutingService
 
delete() - Method in class com.nutiteq.routing.RoutingInstruction
 
delete() - Method in class com.nutiteq.routing.RoutingRequest
 
delete() - Method in class com.nutiteq.routing.RoutingResult
 
delete() - Method in class com.nutiteq.routing.RoutingService
 
delete() - Method in class com.nutiteq.styles.BalloonPopupMargins
 
delete() - Method in class com.nutiteq.styles.BalloonPopupStyle
 
delete() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
 
delete() - Method in class com.nutiteq.styles.BillboardStyle
 
delete() - Method in class com.nutiteq.styles.BillboardStyleBuilder
 
delete() - Method in class com.nutiteq.styles.CartoCSSParser
 
delete() - Method in class com.nutiteq.styles.GeometryCollectionStyle
 
delete() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
 
delete() - Method in class com.nutiteq.styles.LabelStyle
 
delete() - Method in class com.nutiteq.styles.LabelStyleBuilder
 
delete() - Method in class com.nutiteq.styles.LineStyle
 
delete() - Method in class com.nutiteq.styles.LineStyleBuilder
 
delete() - Method in class com.nutiteq.styles.MarkerStyle
 
delete() - Method in class com.nutiteq.styles.MarkerStyleBuilder
 
delete() - Method in class com.nutiteq.styles.PointStyle
 
delete() - Method in class com.nutiteq.styles.PointStyleBuilder
 
delete() - Method in class com.nutiteq.styles.Polygon3DStyle
 
delete() - Method in class com.nutiteq.styles.Polygon3DStyleBuilder
 
delete() - Method in class com.nutiteq.styles.PolygonStyle
 
delete() - Method in class com.nutiteq.styles.PolygonStyleBuilder
 
delete() - Method in class com.nutiteq.styles.PopupStyle
 
delete() - Method in class com.nutiteq.styles.PopupStyleBuilder
 
delete() - Method in class com.nutiteq.styles.Style
 
delete() - Method in class com.nutiteq.styles.StyleBuilder
 
delete() - Method in class com.nutiteq.styles.StyleSelector
 
delete() - Method in class com.nutiteq.styles.StyleSelectorBuilder
 
delete() - Method in class com.nutiteq.styles.TextStyle
 
delete() - Method in class com.nutiteq.styles.TextStyleBuilder
 
delete() - Method in class com.nutiteq.ui.MapClickInfo
 
delete() - Method in class com.nutiteq.ui.MapEventListener
 
delete() - Method in class com.nutiteq.ui.MapRenderListener
 
delete() - Method in class com.nutiteq.ui.MapView
Deletes the resources associated with the MapView.
delete() - Method in class com.nutiteq.ui.VectorElementClickInfo
 
delete() - Method in class com.nutiteq.ui.VectorElementsClickInfo
 
delete() - Method in class com.nutiteq.utils.AssetUtils
 
delete() - Method in class com.nutiteq.utils.BitmapUtils
 
delete() - Method in class com.nutiteq.utils.Log
 
delete() - Method in class com.nutiteq.vectorelements.BalloonPopup
 
delete() - Method in class com.nutiteq.vectorelements.Billboard
 
delete() - Method in class com.nutiteq.vectorelements.GeometryCollection
 
delete() - Method in class com.nutiteq.vectorelements.Label
 
delete() - Method in class com.nutiteq.vectorelements.Line
 
delete() - Method in class com.nutiteq.vectorelements.Marker
 
delete() - Method in class com.nutiteq.vectorelements.NMLModel
 
delete() - Method in class com.nutiteq.vectorelements.NMLModelLODTreeProxy
 
delete() - Method in class com.nutiteq.vectorelements.Point
 
delete() - Method in class com.nutiteq.vectorelements.Polygon
 
delete() - Method in class com.nutiteq.vectorelements.Polygon3D
 
delete() - Method in class com.nutiteq.vectorelements.Popup
 
delete() - Method in class com.nutiteq.vectorelements.Text
 
delete() - Method in class com.nutiteq.vectorelements.VectorElement
 
delete() - Method in class com.nutiteq.vectortiles.CartoCSSStyleSet
 
delete() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
 
delete() - Method in class com.nutiteq.vectortiles.MBVectorTileStyleSet
 
delete() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
 
delete() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
 
delete() - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
delete() - Method in class com.nutiteq.wrappedcommons.LayerVector
 
delete() - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
delete() - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
delete() - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
delete() - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
delete() - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
delete() - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
delete() - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
delete() - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
delete() - Method in class com.nutiteq.wrappedcommons.StringMap
 
delete() - Method in class com.nutiteq.wrappedcommons.StringVector
 
delete() - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
delete() - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
delete() - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
distanceFromLine(MapPos, MapPos) - Method in class com.nutiteq.core.MapPos
Calculates the distance between this map position and an infinte line defined by two points.
distanceFromLineSegment(MapPos, MapPos) - Method in class com.nutiteq.core.MapPos
Calculates the distance between this map position and a line segment.
distanceFromPoint(MapPos) - Method in class com.nutiteq.core.MapPos
Calculates the distance between this and another map position.
distanceSqrFromLine(MapPos, MapPos) - Method in class com.nutiteq.core.MapPos
Calculates the square distance between this map position and an infinte line defined by two points.
distanceSqrFromLineSegment(MapPos, MapPos) - Method in class com.nutiteq.core.MapPos
Calculates the square distance between this map position and a line segment.
distanceSqrFromPoint(MapPos) - Method in class com.nutiteq.core.MapPos
Calculates the square distance between this and another map position.
div(double) - Method in class com.nutiteq.core.MapVec
Creates a new map vector by dividing this map vector with a divider.
dotProduct(MapVec) - Method in class com.nutiteq.core.MapVec
Calculates the dot product between this and another map vector.
DouglasPeuckerGeometrySimplifier - Class in com.nutiteq.geometry
An implementation of Ramer-Douglas-Peucker algorithm for geometry simplification.
Simplifier works on lines and polygons.
Simplification is done in two passes - first pass uses fast Radial Distance vertex rejection,
second pass uses Ramer-Douglas-Peuckerworst algorithm (with worst case quadratic complexity).
DouglasPeuckerGeometrySimplifier(long, boolean) - Constructor for class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
 
DouglasPeuckerGeometrySimplifier(float) - Constructor for class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
Constructs a new simplifier, given tolerance.
drawBitmap(ScreenPos, float, float, float) - Method in class com.nutiteq.vectorelements.BalloonPopup
 
drawBitmap(float) - Method in class com.nutiteq.vectorelements.Label
Draws a custom bitmap for this label that will be used for drawing the label on the map.
The method is called each time the label gets reloaded internally.
drawBitmap(ScreenPos, float, float, float) - Method in class com.nutiteq.vectorelements.Popup
Draws a custom bitmap for this Popup that will be used for drawing the Popup on the map.
The method is called each time the Popup gets reloaded internally.
drawBitmap(float) - Method in class com.nutiteq.vectorelements.Text
 

E

empty() - Method in class com.nutiteq.wrappedcommons.StringMap
 
EPSG3857 - Class in com.nutiteq.projections
EPSG:3857 is a Spherical Mercator projection coordinate system popularized by web services such as Google and later OpenStreetMap.
Z-coordinate denotes height in meters.
EPSG3857(long, boolean) - Constructor for class com.nutiteq.projections.EPSG3857
 
EPSG3857() - Constructor for class com.nutiteq.projections.EPSG3857
 
equals(Object) - Method in class com.nutiteq.components.Options
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.MapBounds
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.MapEnvelope
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.MapPos
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.MapRange
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.MapTile
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.MapVec
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.ScreenBounds
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.ScreenPos
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.core.TileData
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.geometry.Geometry
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.geometry.GeometrySimplifier
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.graphics.Bitmap
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.graphics.Color
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.graphics.Frustum
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.graphics.ViewState
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.layers.Layer
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.packagemanager.PackageInfo
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.packagemanager.PackageManager
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.packagemanager.PackageStatus
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.packagemanager.PackageTileMask
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.projections.Projection
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.renderers.components.CullState
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.routing.RoutingInstruction
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.routing.RoutingRequest
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.routing.RoutingResult
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.styles.Style
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.styles.StyleBuilder
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.styles.StyleSelector
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.ui.MapClickInfo
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.ui.VectorElementClickInfo
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.ui.VectorElementsClickInfo
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.vectorelements.VectorElement
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.vectortiles.CartoCSSStyleSet
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.vectortiles.MBVectorTileStyleSet
Checks if this object is equal to the specified object.
equals(Object) - Method in class com.nutiteq.vectortiles.VectorTileDecoder
Checks if this object is equal to the specified object.
error(String) - Static method in class com.nutiteq.utils.Log
Logs specified error message (if error logging is enabled).
expandCluster(VectorElement, float) - Method in class com.nutiteq.layers.ClusteredVectorLayer
Expands or shrinks the given cluster element.

F

fatal(String) - Static method in class com.nutiteq.utils.Log
Logs specified fatal error message and terminates.
finalize() - Method in class com.nutiteq.components.LicenseManager
 
finalize() - Method in class com.nutiteq.components.LicenseManagerListener
 
finalize() - Method in class com.nutiteq.components.Options
 
finalize() - Method in class com.nutiteq.core.MapBounds
 
finalize() - Method in class com.nutiteq.core.MapEnvelope
 
finalize() - Method in class com.nutiteq.core.MapPos
 
finalize() - Method in class com.nutiteq.core.MapRange
 
finalize() - Method in class com.nutiteq.core.MapTile
 
finalize() - Method in class com.nutiteq.core.MapVec
 
finalize() - Method in class com.nutiteq.core.ScreenBounds
 
finalize() - Method in class com.nutiteq.core.ScreenPos
 
finalize() - Method in class com.nutiteq.core.TileData
 
finalize() - Method in class com.nutiteq.datasources.AssetTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.CacheTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.CombinedTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.HTTPTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.LocalVectorDataSource
 
finalize() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.NMLModelLODTreeDataSource
 
finalize() - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
 
finalize() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
finalize() - Method in class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
 
finalize() - Method in class com.nutiteq.datasources.TileDataSource
 
finalize() - Method in class com.nutiteq.datasources.VectorDataSource
 
finalize() - Method in class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
 
finalize() - Method in class com.nutiteq.geometry.GeoJSONGeometryReader
 
finalize() - Method in class com.nutiteq.geometry.GeoJSONGeometryWriter
 
finalize() - Method in class com.nutiteq.geometry.Geometry
 
finalize() - Method in class com.nutiteq.geometry.GeometrySimplifier
 
finalize() - Method in class com.nutiteq.geometry.LineGeometry
 
finalize() - Method in class com.nutiteq.geometry.MultiGeometry
 
finalize() - Method in class com.nutiteq.geometry.MultiLineGeometry
 
finalize() - Method in class com.nutiteq.geometry.MultiPointGeometry
 
finalize() - Method in class com.nutiteq.geometry.MultiPolygonGeometry
 
finalize() - Method in class com.nutiteq.geometry.PointGeometry
 
finalize() - Method in class com.nutiteq.geometry.PolygonGeometry
 
finalize() - Method in class com.nutiteq.graphics.Bitmap
 
finalize() - Method in class com.nutiteq.graphics.Color
 
finalize() - Method in class com.nutiteq.graphics.Frustum
 
finalize() - Method in class com.nutiteq.graphics.ViewState
 
finalize() - Method in class com.nutiteq.layers.ClusteredVectorLayer
 
finalize() - Method in class com.nutiteq.layers.ClusterElementBuilder
 
finalize() - Method in class com.nutiteq.layers.Layer
 
finalize() - Method in class com.nutiteq.layers.Layers
 
finalize() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
 
finalize() - Method in class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
 
finalize() - Method in class com.nutiteq.layers.RasterTileLayer
 
finalize() - Method in class com.nutiteq.layers.TileLayer
 
finalize() - Method in class com.nutiteq.layers.TileLoadListener
 
finalize() - Method in class com.nutiteq.layers.TorqueTileLayer
 
finalize() - Method in class com.nutiteq.layers.UTFGridRasterTileLayer
 
finalize() - Method in class com.nutiteq.layers.VectorLayer
 
finalize() - Method in class com.nutiteq.layers.VectorTileLayer
 
finalize() - Method in class com.nutiteq.packagemanager.NutiteqPackageManager
 
finalize() - Method in class com.nutiteq.packagemanager.PackageInfo
 
finalize() - Method in class com.nutiteq.packagemanager.PackageManager
 
finalize() - Method in class com.nutiteq.packagemanager.PackageManagerListener
 
finalize() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
 
finalize() - Method in class com.nutiteq.packagemanager.PackageStatus
 
finalize() - Method in class com.nutiteq.packagemanager.PackageTileMask
 
finalize() - Method in class com.nutiteq.projections.EPSG3857
 
finalize() - Method in class com.nutiteq.projections.Projection
 
finalize() - Method in class com.nutiteq.renderers.components.CullState
 
finalize() - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
 
finalize() - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
 
finalize() - Method in class com.nutiteq.routing.PackageManagerRoutingService
 
finalize() - Method in class com.nutiteq.routing.RoutingInstruction
 
finalize() - Method in class com.nutiteq.routing.RoutingRequest
 
finalize() - Method in class com.nutiteq.routing.RoutingResult
 
finalize() - Method in class com.nutiteq.routing.RoutingService
 
finalize() - Method in class com.nutiteq.styles.BalloonPopupMargins
 
finalize() - Method in class com.nutiteq.styles.BalloonPopupStyle
 
finalize() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.BillboardStyle
 
finalize() - Method in class com.nutiteq.styles.BillboardStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.CartoCSSParser
 
finalize() - Method in class com.nutiteq.styles.GeometryCollectionStyle
 
finalize() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.LabelStyle
 
finalize() - Method in class com.nutiteq.styles.LabelStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.LineStyle
 
finalize() - Method in class com.nutiteq.styles.LineStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.MarkerStyle
 
finalize() - Method in class com.nutiteq.styles.MarkerStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.PointStyle
 
finalize() - Method in class com.nutiteq.styles.PointStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.Polygon3DStyle
 
finalize() - Method in class com.nutiteq.styles.Polygon3DStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.PolygonStyle
 
finalize() - Method in class com.nutiteq.styles.PolygonStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.PopupStyle
 
finalize() - Method in class com.nutiteq.styles.PopupStyleBuilder
 
finalize() - Method in class com.nutiteq.styles.Style
 
finalize() - Method in class com.nutiteq.styles.StyleBuilder
 
finalize() - Method in class com.nutiteq.styles.StyleSelector
 
finalize() - Method in class com.nutiteq.styles.StyleSelectorBuilder
 
finalize() - Method in class com.nutiteq.styles.TextStyle
 
finalize() - Method in class com.nutiteq.styles.TextStyleBuilder
 
finalize() - Method in class com.nutiteq.ui.MapClickInfo
 
finalize() - Method in class com.nutiteq.ui.MapEventListener
 
finalize() - Method in class com.nutiteq.ui.MapRenderListener
 
finalize() - Method in class com.nutiteq.ui.VectorElementClickInfo
 
finalize() - Method in class com.nutiteq.ui.VectorElementsClickInfo
 
finalize() - Method in class com.nutiteq.utils.AssetUtils
 
finalize() - Method in class com.nutiteq.utils.BitmapUtils
 
finalize() - Method in class com.nutiteq.utils.Log
 
finalize() - Method in class com.nutiteq.vectorelements.BalloonPopup
 
finalize() - Method in class com.nutiteq.vectorelements.Billboard
 
finalize() - Method in class com.nutiteq.vectorelements.GeometryCollection
 
finalize() - Method in class com.nutiteq.vectorelements.Label
 
finalize() - Method in class com.nutiteq.vectorelements.Line
 
finalize() - Method in class com.nutiteq.vectorelements.Marker
 
finalize() - Method in class com.nutiteq.vectorelements.NMLModel
 
finalize() - Method in class com.nutiteq.vectorelements.NMLModelLODTreeProxy
 
finalize() - Method in class com.nutiteq.vectorelements.Point
 
finalize() - Method in class com.nutiteq.vectorelements.Polygon
 
finalize() - Method in class com.nutiteq.vectorelements.Polygon3D
 
finalize() - Method in class com.nutiteq.vectorelements.Popup
 
finalize() - Method in class com.nutiteq.vectorelements.Text
 
finalize() - Method in class com.nutiteq.vectorelements.VectorElement
 
finalize() - Method in class com.nutiteq.vectortiles.CartoCSSStyleSet
 
finalize() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
 
finalize() - Method in class com.nutiteq.vectortiles.MBVectorTileStyleSet
 
finalize() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
 
finalize() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
 
finalize() - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.LayerVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.StringMap
 
finalize() - Method in class com.nutiteq.wrappedcommons.StringVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
finalize() - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
fromInternalScale(double) - Method in class com.nutiteq.projections.EPSG3857
 
fromInternalScale(double) - Method in class com.nutiteq.projections.Projection
Converts internal size to meters at the equator.
fromWgs84(MapPos) - Method in class com.nutiteq.projections.EPSG3857
 
fromWgs84(MapPos) - Method in class com.nutiteq.projections.Projection
Transforms a position from the WGS84 coordinate system to the coordinate system of this projection.
Frustum - Class in com.nutiteq.graphics
A 3D frustum defined by 6 clipping planes.
Frustum(long, boolean) - Constructor for class com.nutiteq.graphics.Frustum
 
Frustum() - Constructor for class com.nutiteq.graphics.Frustum
Constructs an empty frustum where all corners coordinate are 0.

G

GeoJSONGeometryReader - Class in com.nutiteq.geometry
A GeoJSON parser.
Only Geometry objects are supported, Features and FeatureCollections are not supported.
GeoJSONGeometryReader(long, boolean) - Constructor for class com.nutiteq.geometry.GeoJSONGeometryReader
 
GeoJSONGeometryReader() - Constructor for class com.nutiteq.geometry.GeoJSONGeometryReader
Constructs a new GeoJSONGeometryReader object.
GeoJSONGeometryWriter - Class in com.nutiteq.geometry
A GeoJSON writer.
GeoJSONGeometryWriter(long, boolean) - Constructor for class com.nutiteq.geometry.GeoJSONGeometryWriter
 
GeoJSONGeometryWriter() - Constructor for class com.nutiteq.geometry.GeoJSONGeometryWriter
Constructs a new GeoJSONGeometryWriter object with default settings.
Geometry - Class in com.nutiteq.geometry
A base class for all geometry types.
Geometry(long, boolean) - Constructor for class com.nutiteq.geometry.Geometry
 
GeometryCollection - Class in com.nutiteq.vectorelements
A collection of multiple geometries that can be displayed on the map.
GeometryCollection(long, boolean) - Constructor for class com.nutiteq.vectorelements.GeometryCollection
 
GeometryCollection(MultiGeometry, GeometryCollectionStyle) - Constructor for class com.nutiteq.vectorelements.GeometryCollection
Constructs a new GeometryCollection object from multigeometry and style.
GeometryCollectionStyle - Class in com.nutiteq.styles
A style for geometry collections.
GeometryCollectionStyle(long, boolean) - Constructor for class com.nutiteq.styles.GeometryCollectionStyle
 
GeometryCollectionStyle(PointStyle, LineStyle, PolygonStyle) - Constructor for class com.nutiteq.styles.GeometryCollectionStyle
 
GeometryCollectionStyleBuilder - Class in com.nutiteq.styles
A builder class for GeometryCollectionStyle.
GeometryCollectionStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.GeometryCollectionStyleBuilder
 
GeometryCollectionStyleBuilder() - Constructor for class com.nutiteq.styles.GeometryCollectionStyleBuilder
Constructs a GeometryCollectionStyleBuilder object with all parameters set to defaults.
GeometrySimplifier - Class in com.nutiteq.geometry
Base class for geometry simplifiers.
GeometrySimplifier(long, boolean) - Constructor for class com.nutiteq.geometry.GeometrySimplifier
 
GeometryVector - Class in com.nutiteq.wrappedcommons
 
GeometryVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.GeometryVector
 
GeometryVector() - Constructor for class com.nutiteq.wrappedcommons.GeometryVector
 
GeometryVector(long) - Constructor for class com.nutiteq.wrappedcommons.GeometryVector
 
get(int) - Method in class com.nutiteq.layers.Layers
Returns the layer at the specified index.
get(int) - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.LayerVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
get(String) - Method in class com.nutiteq.wrappedcommons.StringMap
 
get(int) - Method in class com.nutiteq.wrappedcommons.StringVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
get(int) - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
get_key(long) - Method in class com.nutiteq.wrappedcommons.StringMap
 
getA() - Method in class com.nutiteq.graphics.Color
Returns the alpha component of this map color.
getAction() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the action of the instruction.
getAll() - Method in class com.nutiteq.datasources.LocalVectorDataSource
Returns all vector elements added to this data source using add() and addAll() methods.
getAmbientLightColor() - Method in class com.nutiteq.components.Options
Returns the color of the ambient light.
getAnchorPointX() - Method in class com.nutiteq.styles.LabelStyle
Returns the horizontal anchor point of the label.
getAnchorPointX() - Method in class com.nutiteq.styles.LabelStyleBuilder
Returns the horizontal anchor point of the label.
getAnchorPointX() - Method in class com.nutiteq.styles.MarkerStyle
Returns the horizontal anchor point of the marker.
getAnchorPointX() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the horizontal anchor point of the marker.
getAnchorPointX() - Method in class com.nutiteq.vectorelements.Popup
Returns the horizontal anchor point of this popup.
getAnchorPointY() - Method in class com.nutiteq.styles.LabelStyle
Returns the vertical anchor point of the label.
getAnchorPointY() - Method in class com.nutiteq.styles.LabelStyleBuilder
Returns the vertical anchor point of the label.
getAnchorPointY() - Method in class com.nutiteq.styles.MarkerStyle
Returns the vertical anchor point of the marker.
getAnchorPointY() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the vertical anchor point of the marker.
getAnchorPointY() - Method in class com.nutiteq.vectorelements.Popup
Returns the vertical anchor point of this popup.
getARGB() - Method in class com.nutiteq.graphics.Color
Encodes this map color into 32-bit integer value (ARGB format).
getArrayElement(int) - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the element of array at specified position.
getArraySize() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the number of elements in the array.
getAspectRatio() - Method in class com.nutiteq.graphics.ViewState
Returns the aspect ratio of the map screen.
getAttachAnchorPointX() - Method in class com.nutiteq.styles.BillboardStyle
Returns the horizontal attaching anchor point of the billoard.
getAttachAnchorPointX() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the horizontal attaching anchor point of the billoard.
getAttachAnchorPointY() - Method in class com.nutiteq.styles.BillboardStyle
Returns the vertical attaching anchor point of the billoard.
getAttachAnchorPointY() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the vertical attaching anchor point of the billoard.
getAzimuth() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the azimuth of the initial position.
getB() - Method in class com.nutiteq.graphics.Color
Returns the blue component of this map color.
getBackgroundBitmap() - Method in class com.nutiteq.components.Options
Returns the background bitmap.
getBackgroundColor() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the background color of the popup.
getBaseBillboard() - Method in class com.nutiteq.vectorelements.Billboard
Returns the base billboard this billboard is attached to.
getBaseProjection() - Method in class com.nutiteq.components.Options
Returns the base projection.
getBaseURL() - Method in class com.nutiteq.datasources.HTTPTileDataSource
Returns the base URL template containing tags.
getBitmap() - Method in class com.nutiteq.styles.LineStyle
Returns the bitmap of the line.
getBitmap() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the bitmap of the line.
getBitmap() - Method in class com.nutiteq.styles.MarkerStyle
Returns the bitmap of the marker.
getBitmap() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the bitmap of the marker.
getBitmap() - Method in class com.nutiteq.styles.PointStyle
Returns the bitmap of the point.
getBitmap() - Method in class com.nutiteq.styles.PointStyleBuilder
Returns the bitmap of the point.
getBitmap() - Method in class com.nutiteq.styles.PolygonStyle
Returns the bitmap of the polygon.
getBool() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the boolean value of this element.
getBottom() - Method in class com.nutiteq.styles.BalloonPopupMargins
 
getBounds() - Method in class com.nutiteq.core.MapEnvelope
Returns the map bounds of this map envelope.
getBounds() - Method in class com.nutiteq.geometry.Geometry
Returns the minimal bounds for the geometry.
getBounds() - Method in class com.nutiteq.projections.Projection
Returns the bounds of this projection.
getBounds() - Method in class com.nutiteq.vectorelements.Billboard
Returns the bounds of this billboard or the base billboard, if there is one.
getBounds() - Method in class com.nutiteq.vectorelements.NMLModel
 
getBounds() - Method in class com.nutiteq.vectorelements.VectorElement
Returns the bounds of this vector element.
getBytesPerPixel() - Method in class com.nutiteq.graphics.Bitmap
Returns the bytes per pixel parameter of this bitmap.
getCameraPos() - Method in class com.nutiteq.graphics.ViewState
Returns the camera position.
getCapacity() - Method in class com.nutiteq.datasources.CacheTileDataSource
Returns the compressed tile cache capacity.
getCapacity() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
getCapacity() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
getCartoCSS() - Method in class com.nutiteq.vectortiles.CartoCSSStyleSet
Returns the CartoCSS string used for the style.
getCartoCSSStyleSet() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Returns the current CartoCSS style set used by the decoder.
If decoder uses non-CartoCSS style set, null is returned.
getCenter() - Method in class com.nutiteq.core.MapBounds
Calculates the center map position of this map envelope object.
getCenter() - Method in class com.nutiteq.core.ScreenBounds
Calculates the center screen position of this screen envelope object.
getCenterPos() - Method in class com.nutiteq.geometry.Geometry
Returns the center point of the geometry.
getCenterPos() - Method in class com.nutiteq.geometry.LineGeometry
 
getCenterPos() - Method in class com.nutiteq.geometry.MultiGeometry
 
getCenterPos() - Method in class com.nutiteq.geometry.PointGeometry
 
getCenterPos() - Method in class com.nutiteq.geometry.PolygonGeometry
 
getClickPos() - Method in class com.nutiteq.ui.MapClickInfo
Returns the click position.
getClickPos() - Method in class com.nutiteq.ui.VectorElementClickInfo
Returns the click position.
getClickSize() - Method in class com.nutiteq.styles.PointStyle
Returns the size of the point used for click detection.
getClickSize() - Method in class com.nutiteq.styles.PointStyleBuilder
Returns the size of the point used for click detection.
getClickType() - Method in class com.nutiteq.ui.MapClickInfo
Returns the click type.
getClickType() - Method in class com.nutiteq.ui.VectorElementsClickInfo
Returns the click type.
getClickWidth() - Method in class com.nutiteq.styles.LineStyle
Returns the width of the line used for click detection.
getClickWidth() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the width of the line used for click detection.
getClusterElementBuilder() - Method in class com.nutiteq.layers.ClusteredVectorLayer
Returns the current callback used for creating cluster elements.
getColor() - Method in class com.nutiteq.styles.Style
Returns the color of the vector element.
getColor() - Method in class com.nutiteq.styles.StyleBuilder
Returns the color of the vector element.
getColorFormat() - Method in class com.nutiteq.graphics.Bitmap
Returns the color format of this bitmap.
getConvexHull() - Method in class com.nutiteq.core.MapEnvelope
Returns the convex hull of this map envelope.
getCornerRadius() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the corner radius of the popup.
getCornerRadius() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the corner radius of the popup.
getCosHalfFOVXY() - Method in class com.nutiteq.graphics.ViewState
Returns the cosine of the half horizontal FOV angle multiplied
by the cosine of the half vertical FOV angle.
getCosHalfFOVY() - Method in class com.nutiteq.graphics.ViewState
Returns the cosine of the half vertical FOV angle.
getCPtr(LicenseManager) - Static method in class com.nutiteq.components.LicenseManager
 
getCPtr(LicenseManagerListener) - Static method in class com.nutiteq.components.LicenseManagerListener
 
getCPtr(Options) - Static method in class com.nutiteq.components.Options
 
getCPtr(MapBounds) - Static method in class com.nutiteq.core.MapBounds
 
getCPtr(MapEnvelope) - Static method in class com.nutiteq.core.MapEnvelope
 
getCPtr(MapPos) - Static method in class com.nutiteq.core.MapPos
 
getCPtr(MapRange) - Static method in class com.nutiteq.core.MapRange
 
getCPtr(MapTile) - Static method in class com.nutiteq.core.MapTile
 
getCPtr(MapVec) - Static method in class com.nutiteq.core.MapVec
 
getCPtr(ScreenBounds) - Static method in class com.nutiteq.core.ScreenBounds
 
getCPtr(ScreenPos) - Static method in class com.nutiteq.core.ScreenPos
 
getCPtr(TileData) - Static method in class com.nutiteq.core.TileData
 
getCPtr(AssetTileDataSource) - Static method in class com.nutiteq.datasources.AssetTileDataSource
 
getCPtr(BitmapOverlayRasterTileDataSource) - Static method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
getCPtr(CacheTileDataSource) - Static method in class com.nutiteq.datasources.CacheTileDataSource
 
getCPtr(CombinedTileDataSource) - Static method in class com.nutiteq.datasources.CombinedTileDataSource
 
getCPtr(CompressedCacheTileDataSource) - Static method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
getCPtr(HTTPTileDataSource) - Static method in class com.nutiteq.datasources.HTTPTileDataSource
 
getCPtr(LocalVectorDataSource) - Static method in class com.nutiteq.datasources.LocalVectorDataSource
 
getCPtr(MBTilesTileDataSource) - Static method in class com.nutiteq.datasources.MBTilesTileDataSource
 
getCPtr(NMLModelLODTreeDataSource) - Static method in class com.nutiteq.datasources.NMLModelLODTreeDataSource
 
getCPtr(NutiteqOnlineTileDataSource) - Static method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
getCPtr(OnlineNMLModelLODTreeDataSource) - Static method in class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
 
getCPtr(PackageManagerTileDataSource) - Static method in class com.nutiteq.datasources.PackageManagerTileDataSource
 
getCPtr(PersistentCacheTileDataSource) - Static method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
getCPtr(SqliteNMLModelLODTreeDataSource) - Static method in class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
 
getCPtr(TileDataSource) - Static method in class com.nutiteq.datasources.TileDataSource
 
getCPtr(VectorDataSource) - Static method in class com.nutiteq.datasources.VectorDataSource
 
getCPtr(DouglasPeuckerGeometrySimplifier) - Static method in class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
 
getCPtr(GeoJSONGeometryReader) - Static method in class com.nutiteq.geometry.GeoJSONGeometryReader
 
getCPtr(GeoJSONGeometryWriter) - Static method in class com.nutiteq.geometry.GeoJSONGeometryWriter
 
getCPtr(Geometry) - Static method in class com.nutiteq.geometry.Geometry
 
getCPtr(GeometrySimplifier) - Static method in class com.nutiteq.geometry.GeometrySimplifier
 
getCPtr(LineGeometry) - Static method in class com.nutiteq.geometry.LineGeometry
 
getCPtr(MultiGeometry) - Static method in class com.nutiteq.geometry.MultiGeometry
 
getCPtr(MultiLineGeometry) - Static method in class com.nutiteq.geometry.MultiLineGeometry
 
getCPtr(MultiPointGeometry) - Static method in class com.nutiteq.geometry.MultiPointGeometry
 
getCPtr(MultiPolygonGeometry) - Static method in class com.nutiteq.geometry.MultiPolygonGeometry
 
getCPtr(PointGeometry) - Static method in class com.nutiteq.geometry.PointGeometry
 
getCPtr(PolygonGeometry) - Static method in class com.nutiteq.geometry.PolygonGeometry
 
getCPtr(Bitmap) - Static method in class com.nutiteq.graphics.Bitmap
 
getCPtr(Color) - Static method in class com.nutiteq.graphics.Color
 
getCPtr(Frustum) - Static method in class com.nutiteq.graphics.Frustum
 
getCPtr(ViewState) - Static method in class com.nutiteq.graphics.ViewState
 
getCPtr(ClusteredVectorLayer) - Static method in class com.nutiteq.layers.ClusteredVectorLayer
 
getCPtr(ClusterElementBuilder) - Static method in class com.nutiteq.layers.ClusterElementBuilder
 
getCPtr(Layer) - Static method in class com.nutiteq.layers.Layer
 
getCPtr(Layers) - Static method in class com.nutiteq.layers.Layers
 
getCPtr(NMLModelLODTreeLayer) - Static method in class com.nutiteq.layers.NMLModelLODTreeLayer
 
getCPtr(NutiteqOnlineVectorTileLayer) - Static method in class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
 
getCPtr(RasterTileLayer) - Static method in class com.nutiteq.layers.RasterTileLayer
 
getCPtr(TileLayer) - Static method in class com.nutiteq.layers.TileLayer
 
getCPtr(TileLoadListener) - Static method in class com.nutiteq.layers.TileLoadListener
 
getCPtr(TorqueTileLayer) - Static method in class com.nutiteq.layers.TorqueTileLayer
 
getCPtr(UTFGridRasterTileLayer) - Static method in class com.nutiteq.layers.UTFGridRasterTileLayer
 
getCPtr(VectorLayer) - Static method in class com.nutiteq.layers.VectorLayer
 
getCPtr(VectorTileLayer) - Static method in class com.nutiteq.layers.VectorTileLayer
 
getCPtr(NutiteqPackageManager) - Static method in class com.nutiteq.packagemanager.NutiteqPackageManager
 
getCPtr(PackageInfo) - Static method in class com.nutiteq.packagemanager.PackageInfo
 
getCPtr(PackageManager) - Static method in class com.nutiteq.packagemanager.PackageManager
 
getCPtr(PackageManagerListener) - Static method in class com.nutiteq.packagemanager.PackageManagerListener
 
getCPtr(PackageMetaInfo) - Static method in class com.nutiteq.packagemanager.PackageMetaInfo
 
getCPtr(PackageStatus) - Static method in class com.nutiteq.packagemanager.PackageStatus
 
getCPtr(PackageTileMask) - Static method in class com.nutiteq.packagemanager.PackageTileMask
 
getCPtr(EPSG3857) - Static method in class com.nutiteq.projections.EPSG3857
 
getCPtr(Projection) - Static method in class com.nutiteq.projections.Projection
 
getCPtr(CullState) - Static method in class com.nutiteq.renderers.components.CullState
 
getCPtr(NutiteqOfflineRoutingService) - Static method in class com.nutiteq.routing.NutiteqOfflineRoutingService
 
getCPtr(NutiteqOnlineRoutingService) - Static method in class com.nutiteq.routing.NutiteqOnlineRoutingService
 
getCPtr(PackageManagerRoutingService) - Static method in class com.nutiteq.routing.PackageManagerRoutingService
 
getCPtr(RoutingInstruction) - Static method in class com.nutiteq.routing.RoutingInstruction
 
getCPtr(RoutingRequest) - Static method in class com.nutiteq.routing.RoutingRequest
 
getCPtr(RoutingResult) - Static method in class com.nutiteq.routing.RoutingResult
 
getCPtr(RoutingService) - Static method in class com.nutiteq.routing.RoutingService
 
getCPtr(BalloonPopupMargins) - Static method in class com.nutiteq.styles.BalloonPopupMargins
 
getCPtr(BalloonPopupStyle) - Static method in class com.nutiteq.styles.BalloonPopupStyle
 
getCPtr(BalloonPopupStyleBuilder) - Static method in class com.nutiteq.styles.BalloonPopupStyleBuilder
 
getCPtr(BillboardStyle) - Static method in class com.nutiteq.styles.BillboardStyle
 
getCPtr(BillboardStyleBuilder) - Static method in class com.nutiteq.styles.BillboardStyleBuilder
 
getCPtr(CartoCSSParser) - Static method in class com.nutiteq.styles.CartoCSSParser
 
getCPtr(GeometryCollectionStyle) - Static method in class com.nutiteq.styles.GeometryCollectionStyle
 
getCPtr(GeometryCollectionStyleBuilder) - Static method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
 
getCPtr(LabelStyle) - Static method in class com.nutiteq.styles.LabelStyle
 
getCPtr(LabelStyleBuilder) - Static method in class com.nutiteq.styles.LabelStyleBuilder
 
getCPtr(LineStyle) - Static method in class com.nutiteq.styles.LineStyle
 
getCPtr(LineStyleBuilder) - Static method in class com.nutiteq.styles.LineStyleBuilder
 
getCPtr(MarkerStyle) - Static method in class com.nutiteq.styles.MarkerStyle
 
getCPtr(MarkerStyleBuilder) - Static method in class com.nutiteq.styles.MarkerStyleBuilder
 
getCPtr(PointStyle) - Static method in class com.nutiteq.styles.PointStyle
 
getCPtr(PointStyleBuilder) - Static method in class com.nutiteq.styles.PointStyleBuilder
 
getCPtr(Polygon3DStyle) - Static method in class com.nutiteq.styles.Polygon3DStyle
 
getCPtr(Polygon3DStyleBuilder) - Static method in class com.nutiteq.styles.Polygon3DStyleBuilder
 
getCPtr(PolygonStyle) - Static method in class com.nutiteq.styles.PolygonStyle
 
getCPtr(PolygonStyleBuilder) - Static method in class com.nutiteq.styles.PolygonStyleBuilder
 
getCPtr(PopupStyle) - Static method in class com.nutiteq.styles.PopupStyle
 
getCPtr(PopupStyleBuilder) - Static method in class com.nutiteq.styles.PopupStyleBuilder
 
getCPtr(Style) - Static method in class com.nutiteq.styles.Style
 
getCPtr(StyleBuilder) - Static method in class com.nutiteq.styles.StyleBuilder
 
getCPtr(StyleSelector) - Static method in class com.nutiteq.styles.StyleSelector
 
getCPtr(StyleSelectorBuilder) - Static method in class com.nutiteq.styles.StyleSelectorBuilder
 
getCPtr(TextStyle) - Static method in class com.nutiteq.styles.TextStyle
 
getCPtr(TextStyleBuilder) - Static method in class com.nutiteq.styles.TextStyleBuilder
 
getCPtr(MapClickInfo) - Static method in class com.nutiteq.ui.MapClickInfo
 
getCPtr(MapEventListener) - Static method in class com.nutiteq.ui.MapEventListener
 
getCPtr(MapRenderListener) - Static method in class com.nutiteq.ui.MapRenderListener
 
getCPtr(VectorElementClickInfo) - Static method in class com.nutiteq.ui.VectorElementClickInfo
 
getCPtr(VectorElementsClickInfo) - Static method in class com.nutiteq.ui.VectorElementsClickInfo
 
getCPtr(AssetUtils) - Static method in class com.nutiteq.utils.AssetUtils
 
getCPtr(BitmapUtils) - Static method in class com.nutiteq.utils.BitmapUtils
 
getCPtr(Log) - Static method in class com.nutiteq.utils.Log
 
getCPtr(SWIGTYPE_p_std__string) - Static method in class com.nutiteq.utils.SWIGTYPE_p_std__string
 
getCPtr(BalloonPopup) - Static method in class com.nutiteq.vectorelements.BalloonPopup
 
getCPtr(Billboard) - Static method in class com.nutiteq.vectorelements.Billboard
 
getCPtr(GeometryCollection) - Static method in class com.nutiteq.vectorelements.GeometryCollection
 
getCPtr(Label) - Static method in class com.nutiteq.vectorelements.Label
 
getCPtr(Line) - Static method in class com.nutiteq.vectorelements.Line
 
getCPtr(Marker) - Static method in class com.nutiteq.vectorelements.Marker
 
getCPtr(NMLModel) - Static method in class com.nutiteq.vectorelements.NMLModel
 
getCPtr(NMLModelLODTreeProxy) - Static method in class com.nutiteq.vectorelements.NMLModelLODTreeProxy
 
getCPtr(Point) - Static method in class com.nutiteq.vectorelements.Point
 
getCPtr(Polygon) - Static method in class com.nutiteq.vectorelements.Polygon
 
getCPtr(Polygon3D) - Static method in class com.nutiteq.vectorelements.Polygon3D
 
getCPtr(Popup) - Static method in class com.nutiteq.vectorelements.Popup
 
getCPtr(Text) - Static method in class com.nutiteq.vectorelements.Text
 
getCPtr(VectorElement) - Static method in class com.nutiteq.vectorelements.VectorElement
 
getCPtr(CartoCSSStyleSet) - Static method in class com.nutiteq.vectortiles.CartoCSSStyleSet
 
getCPtr(MBVectorTileDecoder) - Static method in class com.nutiteq.vectortiles.MBVectorTileDecoder
 
getCPtr(MBVectorTileStyleSet) - Static method in class com.nutiteq.vectortiles.MBVectorTileStyleSet
 
getCPtr(TorqueTileDecoder) - Static method in class com.nutiteq.vectortiles.TorqueTileDecoder
 
getCPtr(VectorTileDecoder) - Static method in class com.nutiteq.vectortiles.VectorTileDecoder
 
getCPtr(GeometryVector) - Static method in class com.nutiteq.wrappedcommons.GeometryVector
 
getCPtr(LayerVector) - Static method in class com.nutiteq.wrappedcommons.LayerVector
 
getCPtr(LineGeometryVector) - Static method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
getCPtr(MapPosVector) - Static method in class com.nutiteq.wrappedcommons.MapPosVector
 
getCPtr(MapPosVectorVector) - Static method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
getCPtr(PackageInfoVector) - Static method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
getCPtr(PointGeometryVector) - Static method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
getCPtr(PolygonGeometryVector) - Static method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
getCPtr(RoutingInstructionVector) - Static method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
getCPtr(ScreenPosVector) - Static method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
getCPtr(StringMap) - Static method in class com.nutiteq.wrappedcommons.StringMap
 
getCPtr(StringVector) - Static method in class com.nutiteq.wrappedcommons.StringVector
 
getCPtr(UnsignedCharVector) - Static method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
getCPtr(VectorElementClickInfoVector) - Static method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
getCPtr(VectorElementVector) - Static method in class com.nutiteq.wrappedcommons.VectorElementVector
 
getCurrentAction() - Method in class com.nutiteq.packagemanager.PackageStatus
Returns the current action being performed.
getCurrentStyleName() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Returns the current style name.
getData() - Method in class com.nutiteq.core.TileData
Returns tile data as a byte vector.
getDataExtent() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
Returns the extent of this data source.
getDataExtent() - Method in class com.nutiteq.datasources.LocalVectorDataSource
Returns the extent of this data source.
getDataExtent() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
Returns the extent of this data source.
getDataSource() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
Returns the data source of this layer.
getDataSource() - Method in class com.nutiteq.layers.TileLayer
Returns the data source assigned to this layer.
getDataSource() - Method in class com.nutiteq.layers.VectorLayer
Returns the vector data source of this vector layer.
getDelta() - Method in class com.nutiteq.core.MapBounds
Calculates the difference vector between the maximum and minimum map positions of this map bounds object.
getDescription() - Method in class com.nutiteq.vectorelements.BalloonPopup
Returns the description of this balloon popup.
getDescriptionColor() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the color of the description.
getDescriptionColor() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the color of the description.
getDescriptionFontName() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the name of the description font.
getDescriptionFontName() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the name of the description font.
getDescriptionFontSize() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the size of the description font.
getDescriptionFontSize() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the size of the description font.
getDescriptionMargins() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the margins of the description.
getDescriptionMargins() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the margins of the description.
getDistance() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the distance to move along the given street.
getDistance() - Method in class com.nutiteq.ui.VectorElementClickInfo
Returns the distance from the vector element to the camera.
getDouble() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the floating point value of this element.
getDPI() - Method in class com.nutiteq.components.Options
Returns the dots per inch value.
getDPI() - Method in class com.nutiteq.graphics.ViewState
Returns the dots per inch parameter of the screen.
getDPToPX() - Method in class com.nutiteq.graphics.ViewState
Returns a value that is used for converting display independent pixels (dp) to pixels (px).
This values depends on the screen density.
getDrawDistance() - Method in class com.nutiteq.components.Options
Returns the draw distance value.
getElementClickPos() - Method in class com.nutiteq.ui.VectorElementClickInfo
Returns the position on the clicked element, that is close to the click position.
For points it will always be the center position, for lines it will be the closest point
on the line, for billboards it will be the anchor point and for polygons it's equal to
getClickPos().
getEnvelope() - Method in class com.nutiteq.renderers.components.CullState
Returns an envelope for the visible area.
getEnvelopeThreadPoolSize() - Method in class com.nutiteq.components.Options
Returns the number of threads used by the envelope task pool.
getFar() - Method in class com.nutiteq.graphics.ViewState
Returns the far plane distance.
getFieldOfViewY() - Method in class com.nutiteq.components.Options
Returns the vertial field of view angle.
getFocusPointOffset() - Method in class com.nutiteq.components.Options
Returns the focus point offset (from screen center) in pixels.
getFocusPos() - Method in class com.nutiteq.graphics.ViewState
Returns the focus position.
getFocusPos() - Method in class com.nutiteq.ui.MapView
Returns the position that the camera is currently looking at.
getFontColor() - Method in class com.nutiteq.styles.TextStyle
Returns the font's color.
getFontName() - Method in class com.nutiteq.styles.TextStyle
Returns the font's name.
getFontName() - Method in class com.nutiteq.styles.TextStyleBuilder
Returns the font name for the text label.
getFontSize() - Method in class com.nutiteq.styles.TextStyle
Returns the font's size.
getFontSize() - Method in class com.nutiteq.styles.TextStyleBuilder
Returns the font size for the text label.
getFOVY() - Method in class com.nutiteq.graphics.ViewState
Returns the vertical field of view angle.
getFrameCount() - Method in class com.nutiteq.layers.TorqueTileLayer
Returns the frame count.
getFrameCount() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
Returns the frame count defined in the Torque style.
getFrameNr() - Method in class com.nutiteq.core.MapTile
Returns the time of this map tile.
getFrameNr() - Method in class com.nutiteq.layers.RasterTileLayer
Returns the current frame number.
getFrameNr() - Method in class com.nutiteq.layers.TorqueTileLayer
Returns the current frame number.
getFrustum() - Method in class com.nutiteq.graphics.ViewState
Returns the view frustum.
getG() - Method in class com.nutiteq.graphics.Color
Returns the green component of this map color.
getGeometry(int) - Method in class com.nutiteq.geometry.MultiGeometry
Returns the geometry at the specified index.
getGeometry(int) - Method in class com.nutiteq.geometry.MultiLineGeometry
Returns the line geometry at the specified index.
getGeometry(int) - Method in class com.nutiteq.geometry.MultiPointGeometry
Returns the point geometry at the specified index.
getGeometry(int) - Method in class com.nutiteq.geometry.MultiPolygonGeometry
Returns the polygon geometry at the specified index.
getGeometry() - Method in class com.nutiteq.vectorelements.Billboard
Returns the geometry object that defines the location of this billboard.
getGeometry() - Method in class com.nutiteq.vectorelements.GeometryCollection
 
getGeometry() - Method in class com.nutiteq.vectorelements.Line
 
getGeometry() - Method in class com.nutiteq.vectorelements.NMLModelLODTreeProxy
 
getGeometry() - Method in class com.nutiteq.vectorelements.Point
 
getGeometry() - Method in class com.nutiteq.vectorelements.Polygon
 
getGeometry() - Method in class com.nutiteq.vectorelements.Polygon3D
 
getGeometry() - Method in class com.nutiteq.vectorelements.VectorElement
Returns the geometry object that defines the location of this vector element.
getGeometryCount() - Method in class com.nutiteq.geometry.MultiGeometry
Returns the number of geometry objects in this multi geometry container.
getGeometrySimplifier() - Method in class com.nutiteq.datasources.LocalVectorDataSource
Returns the active geometry simplifier of the data source.
getHalfFOVY() - Method in class com.nutiteq.graphics.ViewState
Returns the vertical field of view angle, divided by 2.
getHalfHeight() - Method in class com.nutiteq.graphics.ViewState
Returns the height of the map screen divided by 2.
getHalfWidth() - Method in class com.nutiteq.graphics.ViewState
Returns the width of the map screen divided by 2.
getHeight() - Method in class com.nutiteq.core.ScreenBounds
Returns the height of the bounds object.
getHeight() - Method in class com.nutiteq.graphics.Bitmap
Returns the height of the bitmap.
getHeight() - Method in class com.nutiteq.graphics.ViewState
Returns the height of the map screen.
getHeight() - Method in class com.nutiteq.vectorelements.Polygon3D
Returns the height of this 3d polygon.
getHoles() - Method in class com.nutiteq.geometry.PolygonGeometry
Returns the list of map position lists defining the inner rings of the polygon (holes).
getHoles() - Method in class com.nutiteq.vectorelements.Polygon
Returns the holes of the polygon.
getHoles() - Method in class com.nutiteq.vectorelements.Polygon3D
Returns the holes of the 3d polygon.
getHorizontalOffset() - Method in class com.nutiteq.styles.BillboardStyle
Returns the horizontal offset of the billboard.
getHorizontalOffset() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the horizontal offset of the billboard.
getHTTPHeaders() - Method in class com.nutiteq.datasources.HTTPTileDataSource
Returns the current set of HTTP headers used.
getId() - Method in class com.nutiteq.vectorelements.VectorElement
Returns the internal id of this vector element.
getInstructions() - Method in class com.nutiteq.routing.RoutingResult
Returns the turn-by-turn instruction list.
getLabelOrder() - Method in class com.nutiteq.layers.VectorTileLayer
Returns the current display order of the labels.
getLayer() - Method in class com.nutiteq.ui.VectorElementClickInfo
Returns the layer of the clicked vector element.
getLayers() - Method in class com.nutiteq.layers.Layers
Returns a list of layers.
getLayers() - Method in class com.nutiteq.ui.MapView
Returns the Layers object, that can be used for adding and removing map layers.
getLeft() - Method in class com.nutiteq.styles.BalloonPopupMargins
 
getLeftColor() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the background color of the left part of the popup.
getLeftColor() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the background color of the left part of the popup.
getLeftImage() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the image of the left part of the popup.
getLeftImage() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the image of the left part of the popup.
getLeftMargins() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the margins of the left part of the popup.
getLeftMargins() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the margins of the left part of the popup.
getLineEndType() - Method in class com.nutiteq.styles.LineStyle
Returns the end point type of the line.
getLineEndType() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the end point type of the line.
getLineJointType() - Method in class com.nutiteq.styles.LineStyle
Returns the joint type of the line.
getLineJointType() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the joint type of the line.
getLineStyle() - Method in class com.nutiteq.styles.GeometryCollectionStyle
Returns the line style.
getLineStyle() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Returns the line style.
getLineStyle() - Method in class com.nutiteq.styles.PolygonStyle
Returns the style of the edges of the polygon.
getLineStyle() - Method in class com.nutiteq.styles.PolygonStyleBuilder
Returns the line style of the edges of the polygon.
getLocalPackage(String) - Method in class com.nutiteq.packagemanager.PackageManager
Returns the specified local package.
getLocalPackages() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the list of available local downloaded packages.
getLocalPackageStatus(String, int) - Method in class com.nutiteq.packagemanager.PackageManager
Returns the status of the specified package.
getLocalScale(MapPos) - Method in class com.nutiteq.projections.Projection
Returns local scale for the specified position.
getLODResolutionFactor() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
Returns relative model LOD resolution.
getLong() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the integer value of this element.
getMainLightColor() - Method in class com.nutiteq.components.Options
Returns the color of the main light.
getMainLightDirection() - Method in class com.nutiteq.components.Options
Returns the direction of the main light.
getMapElement(String) - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the element of map with the specified key.
getMapEventListener() - Method in class com.nutiteq.ui.MapView
Returns the map event listener.
getMapKeys() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns all the keys in the map.
getMapRotation() - Method in class com.nutiteq.ui.MapView
Returns the map rotation in degrees.
getMax() - Method in class com.nutiteq.core.MapBounds
Returns the maximum (north east) map position of this map envelope object.
getMax() - Method in class com.nutiteq.core.MapRange
Returns the max value of this map range.
getMax() - Method in class com.nutiteq.core.ScreenBounds
Returns the maximum screen position of this screen envelope object.
getMaxAge() - Method in class com.nutiteq.core.TileData
Returns the maximum age of the tile data, tile data will expire after that point.
getMaximumClusterZoom() - Method in class com.nutiteq.layers.ClusteredVectorLayer
Returns the maximum zoom level when clusters are shown.
getMaxMemorySize() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
Returns memory usage constraints for the layer.
getMaxZoom() - Method in class com.nutiteq.datasources.TileDataSource
Returns the maximum zoom level supported by this data source.
getMaxZoom() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
 
getMaxZoom() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
 
getMaxZoom() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
Returns maximum zoom level supported for by the decoder (or style).
getMaxZoomLevel() - Method in class com.nutiteq.packagemanager.PackageTileMask
Returns maximum zoom level encoded in this tilemask.
getMetaData() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
Get data source metadata information.
Possible parameters can be found in MBTiles specification.
getMetaData() - Method in class com.nutiteq.vectorelements.VectorElement
Returns a modifiable meta data map.
getMetaDataElement(String) - Method in class com.nutiteq.vectorelements.VectorElement
Returns a meta data element corresponding to the key.
getMetaInfo() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns package meta info.
getMin() - Method in class com.nutiteq.core.MapBounds
Returns the minimum (south west) map position of this map envelope object.
getMin() - Method in class com.nutiteq.core.MapRange
Returns the min value of this map range.
getMin() - Method in class com.nutiteq.core.ScreenBounds
Returns the minimum screen position.
getMinimumClusterDistance() - Method in class com.nutiteq.layers.ClusteredVectorLayer
Returns the current minimum distance between clusters (in device-independent pixels).
getMinZoom() - Method in class com.nutiteq.datasources.TileDataSource
Returns the minimum zoom level supported by this data source.
getMinZoom() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
 
getMinZoom() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
 
getMinZoom() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
Returns minimum zoom level supported for by the decoder (or style).
getName() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the default name (short description) of the package.
getName() - Method in class com.nutiteq.projections.EPSG3857
 
getName() - Method in class com.nutiteq.projections.Projection
Return name of this projection in Well-Known format.
getNames(String) - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the names (short description) of the package.
getNear() - Method in class com.nutiteq.graphics.ViewState
Returns the near plane distance.
getNormalized() - Method in class com.nutiteq.core.MapVec
Creates a new map vector by normalizing this map vector.
getNormalizedResolution() - Method in class com.nutiteq.graphics.ViewState
Get normalized resolution of the view.
getOpacity() - Method in class com.nutiteq.layers.RasterTileLayer
Returns the opacity of the layer.
getOptions() - Method in class com.nutiteq.ui.MapView
Returns the Options object, that can be used for modifying various map options.
getOrder() - Method in class com.nutiteq.ui.VectorElementClickInfo
Returns the relative draw order of the vector element.
getOrientationMode() - Method in class com.nutiteq.styles.LabelStyle
Returns the orientation mode of the label.
getOrientationMode() - Method in class com.nutiteq.styles.LabelStyleBuilder
Returns the orientation mode of the label.
getOrientationMode() - Method in class com.nutiteq.styles.MarkerStyle
Returns the orientation mode of the marker.
getOrientationMode() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the orientation mode of the marker.
getOrigHeight() - Method in class com.nutiteq.graphics.Bitmap
Returns the unpadded height of this bitmap.
getOrigWidth() - Method in class com.nutiteq.graphics.Bitmap
Returns the unpadded width of this bitmap.
getPackageId() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the internal package id.
getPackageManager() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
Returns the package manager instance used by the data source.
getPackageManagerListener() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the current listener for package manager events.
getPackageType() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the package type.
getPanBounds() - Method in class com.nutiteq.components.Options
Returns the map panning bounds constraints.
getPanningMode() - Method in class com.nutiteq.components.Options
Returns the panning mode.
getPivotMode() - Method in class com.nutiteq.components.Options
Returns the pivot mode.
getPixelDataCopy() - Method in class com.nutiteq.graphics.Bitmap
Returns a copy of the pixel data of this bitmap.
getPlacementPriority() - Method in class com.nutiteq.styles.BillboardStyle
Returns the placement priority of the billboard.
getPlacementPriority() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the placement priority of the billboard.
getPointIndex() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the index of the first geometry point in external point array.
getPoints() - Method in class com.nutiteq.routing.RoutingRequest
Returns the point list of the request.
getPoints() - Method in class com.nutiteq.routing.RoutingResult
Returns the point list of the result.
getPointStyle() - Method in class com.nutiteq.styles.GeometryCollectionStyle
Returns the point style.
getPointStyle() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Returns the point style.
getPolygonStyle() - Method in class com.nutiteq.styles.GeometryCollectionStyle
Returns the polygon style.
getPolygonStyle() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Returns the polygon style.
getPos() - Method in class com.nutiteq.geometry.PointGeometry
Returns the position of the point.
getPos() - Method in class com.nutiteq.vectorelements.Point
Returns the location of this point.
getPoses() - Method in class com.nutiteq.geometry.LineGeometry
Returns the list of of map positions defining the line.
getPoses() - Method in class com.nutiteq.geometry.PolygonGeometry
Returns the list of map positions defining the outer ring of the polygon.
getPoses() - Method in class com.nutiteq.vectorelements.Line
Returns the vertices that define this line.
getPoses() - Method in class com.nutiteq.vectorelements.Polygon
Returns the vertices that define this polygon.
getPoses() - Method in class com.nutiteq.vectorelements.Polygon3D
Returns the vertices that define this 3d polygon.
getPriority() - Method in class com.nutiteq.layers.Layer
Returns the layer task priority of this layer.
getProgress() - Method in class com.nutiteq.packagemanager.PackageStatus
Returns the progress of the action.
getProjection() - Method in class com.nutiteq.datasources.NMLModelLODTreeDataSource
Returns the projection used by this data source.
getProjection() - Method in class com.nutiteq.datasources.TileDataSource
Returns the projection of this tile source.
getProjection() - Method in class com.nutiteq.datasources.VectorDataSource
Returns the projection used by this data source.
getProjection() - Method in class com.nutiteq.routing.RoutingRequest
Returns the projection of the points in the request.
getProjection() - Method in class com.nutiteq.routing.RoutingResult
Returns the projection of the points in the result.
getProjectionEnvelope(Projection) - Method in class com.nutiteq.renderers.components.CullState
Returns an envelope for the visible area in given projection coordinates.
getProjectionMode() - Method in class com.nutiteq.components.Options
Returns the projection mode.
getProjectionMode() - Method in class com.nutiteq.graphics.ViewState
Returns the projection mode.
getR() - Method in class com.nutiteq.graphics.Color
Returns the red component of this map color.
getResizedBitmap(long, long, boolean) - Method in class com.nutiteq.graphics.Bitmap
Returns resized version of the bitmap.
getResolution() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
Returns the tile resolution, in pixels.
getRGBABitmap(boolean) - Method in class com.nutiteq.graphics.Bitmap
Returns copy of the bitmap converted to RGBA format.
getRight() - Method in class com.nutiteq.styles.BalloonPopupMargins
 
getRightColor() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the background color of the right part of the popup.
getRightColor() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the background color of the right part of the popup.
getRightImage() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the image of the right part of the popup.
getRightImage() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the image of the right part of the popup.
getRightMargins() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the margins of the right part of the popup.
getRightMargins() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the margins of the right part of the popup.
getRings() - Method in class com.nutiteq.geometry.PolygonGeometry
Returns the list of map position lists defining the rings of the polygon.
getRootGeometry() - Method in class com.nutiteq.vectorelements.Billboard
Returns the location of the root billboard.
getRotated2D(double, double) - Method in class com.nutiteq.core.MapPos
Creates a new map position by rotating this map position around the z axis by an angle.
getRotated2D(double, double) - Method in class com.nutiteq.core.MapVec
Creates a new map vector by rotating this map vector around it's back end and around z axis.
getRotation() - Method in class com.nutiteq.graphics.ViewState
Returns the camera rotation angle.
getRotation() - Method in class com.nutiteq.vectorelements.Billboard
Returns the rotation angle of this billboard.
getRotationAngle() - Method in class com.nutiteq.vectorelements.NMLModel
Returns the rotation angle of this model.
getRotationAxis() - Method in class com.nutiteq.vectorelements.NMLModel
Returns the rotation axis of this model.
getScale() - Method in class com.nutiteq.vectorelements.NMLModel
Returns the scale of this model.
getScalingMode() - Method in class com.nutiteq.styles.LabelStyle
Returns the scaling mode of the label.
getScalingMode() - Method in class com.nutiteq.styles.LabelStyleBuilder
Returns the scaling mode of the label.
getScalingMode() - Method in class com.nutiteq.styles.MarkerStyle
Returns the scaling mode of the marker.
getScalingMode() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the scaling mode of the marker.
getScreenHeight() - Method in class com.nutiteq.graphics.ViewState
Returns the screen height.
getScreenWidth() - Method in class com.nutiteq.graphics.ViewState
Returns the screen width.
getServerPackage(String) - Method in class com.nutiteq.packagemanager.PackageManager
Returns the specified server package.
Note that the list must be retrieved from the server first, using startPackageListDownload.
getServerPackageListAge() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the age of server package list.
getServerPackageListMetaInfo() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the metainfo of server packages.
getServerPackages() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the list of available server packages.
Note that the list must be retrieved from the server first, using startPackageListDownload.
getSize() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the size of the package in bytes.
getSize() - Method in class com.nutiteq.styles.MarkerStyle
Returns the size of the marker.
getSize() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the size of the marker.
getSize() - Method in class com.nutiteq.styles.PointStyle
Returns the size of the point.
getSize() - Method in class com.nutiteq.styles.PointStyleBuilder
Returns the size of the point.
getSkyBitmap() - Method in class com.nutiteq.components.Options
Returns the sky bitmap.
getSourceProjection() - Method in class com.nutiteq.geometry.GeoJSONGeometryWriter
Returns the current source projection.
getStreetName() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the name of street.
getStretchFactor() - Method in class com.nutiteq.styles.LineStyle
Returns the stretching factor of the line.
getStretchFactor() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the stretch factor of the line.
getString() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the string value of this element.
getStringValue() - Method in class com.nutiteq.packagemanager.PackageTileMask
Returns the encoded tile mask value.
getStrokeColor() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the color of the stroke surrounding the popup.
getStrokeColor() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the color of the stroke surrounding the popup.
getStrokeColor() - Method in class com.nutiteq.styles.TextStyle
Returns the color of the stroke.
getStrokeColor() - Method in class com.nutiteq.styles.TextStyleBuilder
Returns the stroke color for the text label.
getStrokeWidth() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the width of the stroke surrounding the popup.
getStrokeWidth() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the width of the stroke surrounding the popup.
getStrokeWidth() - Method in class com.nutiteq.styles.TextStyle
Returns the width of the stroke.
getStrokeWidth() - Method in class com.nutiteq.styles.TextStyleBuilder
Returns the stroke width for the text label.
getStyle() - Method in class com.nutiteq.vectorelements.BalloonPopup
Returns the style of this balloon popup.
getStyle() - Method in class com.nutiteq.vectorelements.GeometryCollection
Returns the style of this geometry collection.
getStyle() - Method in class com.nutiteq.vectorelements.Label
Returns the style of this label.
getStyle() - Method in class com.nutiteq.vectorelements.Line
Returns the style of this line.
getStyle() - Method in class com.nutiteq.vectorelements.Marker
Returns the style of this marker.
getStyle() - Method in class com.nutiteq.vectorelements.Point
Returns the style of this point.
getStyle() - Method in class com.nutiteq.vectorelements.Polygon
Returns the style of this polygon.
getStyle() - Method in class com.nutiteq.vectorelements.Polygon3D
Returns the style of this 3d polygon.
getStyle() - Method in class com.nutiteq.vectorelements.Popup
Returns the style of this Popup.
getStyle() - Method in class com.nutiteq.vectorelements.Text
Returns the style of this text label.
getStyleSet() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
Returns the current style set used by the decoder.
getSubBitmap(int, int, int, int, boolean) - Method in class com.nutiteq.graphics.Bitmap
Returns sub-bitmap with specified offsets and dimensions.
getTag() - Static method in class com.nutiteq.utils.Log
Returns the tag for the log events.
getTanHalfFOVX() - Method in class com.nutiteq.graphics.ViewState
Returns the tangent of the half horizontal FOV angle.
getTanHalfFOVY() - Method in class com.nutiteq.graphics.ViewState
Returns the tangent of the half vertical FOV angle.
getTargetProjection() - Method in class com.nutiteq.geometry.GeoJSONGeometryReader
Returns the current target projection.
getText() - Method in class com.nutiteq.vectorelements.Text
Returns the display text.
getTextField() - Method in class com.nutiteq.styles.TextStyle
Returns the text field variable to use.
getTextField() - Method in class com.nutiteq.styles.TextStyleBuilder
Returns the text field variable.
getTextureCacheCapacity() - Method in class com.nutiteq.layers.RasterTileLayer
Returns the tile texture cache capacity.
getTileCacheCapacity() - Method in class com.nutiteq.layers.VectorTileLayer
Returns the tile cache capacity.
getTileDecoder() - Method in class com.nutiteq.layers.VectorTileLayer
Returns the tile decoder assigned to this layer.
getTileDrawSize() - Method in class com.nutiteq.components.Options
Returns the tile size used for drawing map tiles.
getTileId() - Method in class com.nutiteq.core.MapTile
Returns the internal tile id of this map tile.
getTileLoadListener() - Method in class com.nutiteq.layers.RasterTileLayer
Returns the tile load listener.
getTileMask() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the encoded tile mask of the package.
getTileStatus(int, int, int) - Method in class com.nutiteq.packagemanager.PackageTileMask
Deprecated.
getTileStatus(MapTile) - Method in class com.nutiteq.packagemanager.PackageTileMask
Returns the status of the specified tile.
getTileSubstitutionPolicy() - Method in class com.nutiteq.layers.TileLayer
Returns the current tile substitution policy.
getTileThreadPoolSize() - Method in class com.nutiteq.components.Options
Returns the number of threads used by the tile task pool.
getTilt() - Method in class com.nutiteq.graphics.ViewState
Returns the camera tilt angle.
getTilt() - Method in class com.nutiteq.ui.MapView
Returns the tilt angle in degrees.
getTiltRange() - Method in class com.nutiteq.components.Options
Returns the tilt range constraint.
getTime() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the time approximate duration of the instruction.
getTitle() - Method in class com.nutiteq.vectorelements.BalloonPopup
Returns the title of this balloon popup.
getTitleColor() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the color of the title.
getTitleColor() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the color of the title.
getTitleFontName() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the name of the title font.
getTitleFontName() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the name of the title font.
getTitleFontSize() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the size of the title font.
getTitleFontSize() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the size of the title font.
getTitleMargins() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the margins of the title.
getTitleMargins() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the margins of the title.
getTooltips(MapPos, boolean) - Method in class com.nutiteq.layers.UTFGridRasterTileLayer
Locates and returns tooltips around the given map point.
getTop() - Method in class com.nutiteq.styles.BalloonPopupMargins
 
getTotalDistance() - Method in class com.nutiteq.routing.RoutingResult
Returns the total distance of the path.
getTotalTime() - Method in class com.nutiteq.routing.RoutingResult
Returns the approximate total duration of the path.
getTriangleHeight() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the height of the triangle at the bottom of the popup.
getTriangleHeight() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the height of the triangle at the bottom of the popup.
getTriangleWidth() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the width of the triangle at the bottom of the popup.
getTriangleWidth() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the width of the triangle at the bottom of the popup.
getTurnAngle() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the turn angle of the action.
getType() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the type of this meta info element.
getUnitToDPCoef() - Method in class com.nutiteq.graphics.ViewState
Returns the conversion ratio between internal map units and screen density independent pixels (DP or DIP).
getUnitToPXCoef() - Method in class com.nutiteq.graphics.ViewState
Returns the conversion ratio between internal map units and screen pixels.
getUnpaddedBitmap() - Method in class com.nutiteq.graphics.Bitmap
Returns copy of the bitmap with padding removed.
getUpVec() - Method in class com.nutiteq.graphics.ViewState
Returns the up direction vector.
getUserKey() - Method in class com.nutiteq.components.LicenseManager
 
getVectorElement() - Method in class com.nutiteq.ui.VectorElementClickInfo
Returns the clicked vector element.
getVectorElementClickInfos() - Method in class com.nutiteq.ui.VectorElementsClickInfo
Returns the sorted list of VectorElementClickInfo objects.
getVersion() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the package version.
getVerticalOffset() - Method in class com.nutiteq.styles.BillboardStyle
Returns the vertical offset of the billboard.
getVerticalOffset() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the vertical offset of the billboard.
getViewState() - Method in class com.nutiteq.renderers.components.CullState
Returns a view state.
getVisibleZoomRange() - Method in class com.nutiteq.layers.Layer
Returns the visible zoom range of this layer.
getWatermarkAlignmentX() - Method in class com.nutiteq.components.Options
Returns the horizontal alignment of the watermark.
getWatermarkAlignmentY() - Method in class com.nutiteq.components.Options
Returns the vertical alignment of the watermark.
getWatermarkBitmap() - Method in class com.nutiteq.components.Options
Returns the watermark bitmap.
getWatermarkPaddingX() - Method in class com.nutiteq.components.Options
Returns the horizontal padding of the watermark.
getWatermarkPaddingY() - Method in class com.nutiteq.components.Options
Returns the vertical padding of the watermark.
getWatermarkScale() - Method in class com.nutiteq.components.Options
Returns the watermark relative scale.
getWidth() - Method in class com.nutiteq.core.ScreenBounds
Returns the width of the bounds object.
getWidth() - Method in class com.nutiteq.graphics.Bitmap
Returns the width of the bitmap.
getWidth() - Method in class com.nutiteq.graphics.ViewState
Returns the width of the map screen.
getWidth() - Method in class com.nutiteq.styles.LineStyle
Returns the width of the line.
getWidth() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the width of the line.
getX() - Method in class com.nutiteq.core.MapPos
Returns the x coordinate of this map position.
getX() - Method in class com.nutiteq.core.MapTile
Returns the x coordinate of this map tile.
getX() - Method in class com.nutiteq.core.MapVec
Returns the x coordinate of this map vector.
getX() - Method in class com.nutiteq.core.ScreenPos
Returns the x coordinate of this position.
getY() - Method in class com.nutiteq.core.MapPos
Returns the y coordinate of this map position.
getY() - Method in class com.nutiteq.core.MapTile
Returns the y coordinate of this map tile.
getY() - Method in class com.nutiteq.core.MapVec
Returns the y coordinate of this map vector.
getY() - Method in class com.nutiteq.core.ScreenPos
Returns the y coordinate of this position.
getZ() - Method in class com.nutiteq.core.MapPos
Returns the z coordinate of this map position.
getZ() - Method in class com.nutiteq.core.MapVec
Returns the z coordinate of this map vector.
getZ() - Method in class com.nutiteq.geometry.GeoJSONGeometryWriter
Returns the state of Z coordinate serialization.
getZoom() - Method in class com.nutiteq.core.MapTile
Returns the zoom level of this map tile.
getZoom() - Method in class com.nutiteq.graphics.ViewState
Returns the camera zoom level.
getZoom() - Method in class com.nutiteq.ui.MapView
Returns the zoom level.
getZoom0Distance() - Method in class com.nutiteq.graphics.ViewState
Returns the distance between the focus and the camera position, when the zoom level is set to 0.
This parameter depends on the screen size, DPI, tile draw size and field of view settings.
getZoomLevelBias() - Method in class com.nutiteq.layers.TileLayer
Gets the current zoom level bias for this layer.
getZoomRange() - Method in class com.nutiteq.components.Options
Returns the zoom range constraint.

H

has_key(String) - Method in class com.nutiteq.wrappedcommons.StringMap
 
hashCode() - Method in class com.nutiteq.components.Options
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.MapBounds
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.MapEnvelope
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.MapPos
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.MapRange
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.MapTile
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.MapVec
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.ScreenBounds
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.ScreenPos
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.core.TileData
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.geometry.Geometry
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.geometry.GeometrySimplifier
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.graphics.Bitmap
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.graphics.Color
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.graphics.Frustum
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.graphics.ViewState
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.layers.Layer
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.packagemanager.PackageInfo
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.packagemanager.PackageMetaInfo
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.packagemanager.PackageStatus
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.packagemanager.PackageTileMask
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.projections.Projection
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.renderers.components.CullState
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.routing.RoutingInstruction
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.routing.RoutingRequest
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.routing.RoutingResult
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.styles.Style
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.styles.StyleBuilder
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.styles.StyleSelector
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.ui.MapClickInfo
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.ui.VectorElementClickInfo
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.ui.VectorElementsClickInfo
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.vectorelements.VectorElement
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.vectortiles.CartoCSSStyleSet
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.vectortiles.MBVectorTileStyleSet
Returns the hash value of this object.
hashCode() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
Returns the hash value of this object.
HTTPTileDataSource - Class in com.nutiteq.datasources
A tile data source that loads tiles using a HTTP connection.
The requests are generated using a template scheme, where tags in the baseURL string are replaced with actual values.
The following tags are supported: zoom, x, y, xflipped, yflipped, quadkey.

For example, if baseURL = "http://tile.openstreetmap.org/{zoom}/{x}/{y}.png" and the requested tile has zoom = 2,
x = 1 and y = 3, then the tile will be loaded from the following URL: "http://tile.openstreetmap.org/2/1/3.png".
HTTPTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.HTTPTileDataSource
 
HTTPTileDataSource(int, int, String) - Constructor for class com.nutiteq.datasources.HTTPTileDataSource
Constructs a HTTPTileDataSource object.

I

info(String) - Static method in class com.nutiteq.utils.Log
Logs specified info message (if info logging is enabled).
inRange(float) - Method in class com.nutiteq.core.MapRange
Tests if a value is in this map range.
insert(int, Layer) - Method in class com.nutiteq.layers.Layers
Inserts a new layer at the specified position.
All previous layers starting from this index will be moved to the next position.
intersects(MapBounds) - Method in class com.nutiteq.core.MapBounds
Tests whether this map bounds object intersects with a another map bounds object.
intersects(MapEnvelope) - Method in class com.nutiteq.core.MapEnvelope
Tests whether this map envelope intersects with another map envelope.
intersects(ScreenBounds) - Method in class com.nutiteq.core.ScreenBounds
Tests whether this screen bounds object intersects with a another screen bounds object.
isCacheOnlyMode() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
Returns the state of cache only mode.
isCameraChanged() - Method in class com.nutiteq.graphics.ViewState
Returns the state of the camera changed flag.
isCausesOverlap() - Method in class com.nutiteq.styles.BillboardStyle
Returns the state of the causes overlap flag.
isCausesOverlap() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the state of the causes overlap flag.
isClickTypeDetection() - Method in class com.nutiteq.components.Options
Returns the click type detection state.
isDescriptionWrap() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the state of the description wrap parameter.
isDescriptionWrap() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the state of the description wrap parameter.
isEmpty() - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.LayerVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.StringVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
isEmpty() - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
isFlippable() - Method in class com.nutiteq.styles.LabelStyle
Returns the state of the flippable flag.
isFlippable() - Method in class com.nutiteq.styles.LabelStyleBuilder
Returns the state of the flippable flag.
isHideIfOverlapped() - Method in class com.nutiteq.styles.BillboardStyle
Returns the state of the allow overlap flag.
isHideIfOverlapped() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the state of the allow overlap flag.
isKineticPan() - Method in class com.nutiteq.components.Options
Returns the state of the kinetic panning flag.
isKineticRotation() - Method in class com.nutiteq.components.Options
Returns the state of the kinetic rotation flag.
isKineticZoom() - Method in class com.nutiteq.components.Options
Returns the state of kinetic zoom flag.
isPaused() - Method in class com.nutiteq.packagemanager.PackageStatus
Returns the paused state of the action.
isPreloading() - Method in class com.nutiteq.layers.TileLayer
Returns the state of the preloading flag of this layer.
isReplaceWithParent() - Method in class com.nutiteq.core.TileData
Returns true if the tile should be replaced with parent tile.
isRotatable() - Method in class com.nutiteq.components.Options
Returns the state of the map rotatability flag.
isScaleWithDPI() - Method in class com.nutiteq.styles.BillboardStyle
Returns the state of the scale with DPI flag.
isScaleWithDPI() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the state of the scale with DPI flag.
isSeamlessPanning() - Method in class com.nutiteq.components.Options
Returns the state of seamless horizontal panning flag.
isShowDebug() - Static method in class com.nutiteq.utils.Log
Returns the state of internal debug message logging.
isShowError() - Static method in class com.nutiteq.utils.Log
Returns the state of error logging.
isShowInfo() - Static method in class com.nutiteq.utils.Log
Returns the state of general info logging.
isShowWarn() - Static method in class com.nutiteq.utils.Log
Returns the state of warning logging.
isSynchronizedRefresh() - Method in class com.nutiteq.layers.RasterTileLayer
Returns the state of the synchronized refresh flag.
isTitleWrap() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the state of the title wrap parameter.
isTitleWrap() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the state of the title wrap parameter.
isUpdateInProgress() - Method in class com.nutiteq.layers.Layer
Tests whether this layer is being currently updated.
isUpdateInProgress() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
 
isUpdateInProgress() - Method in class com.nutiteq.layers.TileLayer
 
isUpdateInProgress() - Method in class com.nutiteq.layers.VectorLayer
 
isUserInput() - Method in class com.nutiteq.components.Options
Returns the state of the user input flag.
isVisible() - Method in class com.nutiteq.layers.Layer
Returns the visibility of this layer.
isVisible() - Method in class com.nutiteq.vectorelements.VectorElement
Returns the state of the visibility flag of this vector element.

L

Label - Class in com.nutiteq.vectorelements
An abstract billboard element with a dynamically drawn bitmap that can be displayed on the map.
Label(long, boolean) - Constructor for class com.nutiteq.vectorelements.Label
 
Label(Billboard, LabelStyle) - Constructor for class com.nutiteq.vectorelements.Label
Constructs an abstract Label object with the specified style and attaches it to a billboard element.
Label(Geometry, LabelStyle) - Constructor for class com.nutiteq.vectorelements.Label
Constructs an abstract Label object from a geometry object and a style.
Label(MapPos, LabelStyle) - Constructor for class com.nutiteq.vectorelements.Label
Constructs an abstract Label object from a map position and a style.
LabelStyle - Class in com.nutiteq.styles
A style for labels.
LabelStyle(long, boolean) - Constructor for class com.nutiteq.styles.LabelStyle
 
LabelStyle(Color, float, float, boolean, boolean, float, float, int, boolean, float, float, boolean, BillboardOrientation, BillboardScaling) - Constructor for class com.nutiteq.styles.LabelStyle
Constructs a LabelStyle object from various parameters.
LabelStyleBuilder - Class in com.nutiteq.styles
A builder class for LabelStyle.
LabelStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.LabelStyleBuilder
 
LabelStyleBuilder() - Constructor for class com.nutiteq.styles.LabelStyleBuilder
Constructs a LabelStyleBuilder object with all parameters set to defaults.
Layer - Class in com.nutiteq.layers
An abstract base class for all layers.
Layer(long, boolean) - Constructor for class com.nutiteq.layers.Layer
 
Layers - Class in com.nutiteq.layers
Container for all raster and vector layers of the map view.

The order in which layers are added is important for vector elements like Points, Lines
and Polygons.
Layers(long, boolean) - Constructor for class com.nutiteq.layers.Layers
 
LayerVector - Class in com.nutiteq.wrappedcommons
 
LayerVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.LayerVector
 
LayerVector() - Constructor for class com.nutiteq.wrappedcommons.LayerVector
 
LayerVector(long) - Constructor for class com.nutiteq.wrappedcommons.LayerVector
 
length() - Method in class com.nutiteq.core.MapRange
Calculates the length of this map range.
length() - Method in class com.nutiteq.core.MapVec
Calculates the length of this map vector.
LicenseManager - Class in com.nutiteq.components
 
LicenseManager(long, boolean) - Constructor for class com.nutiteq.components.LicenseManager
 
LicenseManagerListener - Class in com.nutiteq.components
An internal listener class for notifying about license update events.
LicenseManagerListener(long, boolean) - Constructor for class com.nutiteq.components.LicenseManagerListener
 
LicenseManagerListener() - Constructor for class com.nutiteq.components.LicenseManagerListener
 
Line - Class in com.nutiteq.vectorelements
A geometric line string that can be displayed on the map.
Line(long, boolean) - Constructor for class com.nutiteq.vectorelements.Line
 
Line(LineGeometry, LineStyle) - Constructor for class com.nutiteq.vectorelements.Line
Constructs a Line object from a geometry object and a style.
Line(MapPosVector, LineStyle) - Constructor for class com.nutiteq.vectorelements.Line
Constructs a Line object from a vector of map positions and a style.
LineEndType - Enum in com.nutiteq.styles
Possible styles in which line end points are drawn.
LineGeometry - Class in com.nutiteq.geometry
Line geometry defined by a list of map positions.
LineGeometry(long, boolean) - Constructor for class com.nutiteq.geometry.LineGeometry
 
LineGeometry(MapPosVector) - Constructor for class com.nutiteq.geometry.LineGeometry
Constructs a new LineGeometry object from a map position list.
LineGeometryVector - Class in com.nutiteq.wrappedcommons
 
LineGeometryVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.LineGeometryVector
 
LineGeometryVector() - Constructor for class com.nutiteq.wrappedcommons.LineGeometryVector
 
LineGeometryVector(long) - Constructor for class com.nutiteq.wrappedcommons.LineGeometryVector
 
LineJointType - Enum in com.nutiteq.styles
Possible styles in which line segments are connected with each other.
LineStyle - Class in com.nutiteq.styles
A style for lines.
LineStyle(long, boolean) - Constructor for class com.nutiteq.styles.LineStyle
 
LineStyle(Color, Bitmap, float, LineEndType, LineJointType, float, float) - Constructor for class com.nutiteq.styles.LineStyle
Constructs a LineStyle object from various parameters.
LineStyleBuilder - Class in com.nutiteq.styles
A builder class for LineStyle.
LineStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.LineStyleBuilder
 
LineStyleBuilder() - Constructor for class com.nutiteq.styles.LineStyleBuilder
Constructs a LineStyleBuilder object with all parameters set to defaults.
loadBitmapFromAssets(String) - Static method in class com.nutiteq.utils.BitmapUtils
Loads the specified bitmap asset bundled with the application.
loadBitmapFromAssets(String, boolean) - Static method in class com.nutiteq.utils.BitmapUtils
Loads the specified bitmap asset bundled with the application.
loadBitmapFromFile(String) - Static method in class com.nutiteq.utils.BitmapUtils
Loads bitmap from specified file.
loadBitmapFromFile(String, boolean) - Static method in class com.nutiteq.utils.BitmapUtils
Loads bitmap from specified file.
loadBytes(String) - Static method in class com.nutiteq.utils.AssetUtils
Loads the specified bundled asset.
loadElements(CullState) - Method in class com.nutiteq.datasources.LocalVectorDataSource
 
loadElements(CullState) - Method in class com.nutiteq.datasources.VectorDataSource
Loads all the elements within the defined envelope.
loadTile(MapTile) - Method in class com.nutiteq.datasources.AssetTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.CombinedTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.HTTPTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.MBTilesTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
loadTile(MapTile) - Method in class com.nutiteq.datasources.TileDataSource
Loads the specified tile.
LocalSpatialIndexType - Enum in com.nutiteq.datasources
Spatial index type for local data source.
LocalVectorDataSource - Class in com.nutiteq.datasources
A modifiable vector data source that keeps all the elements in the local memory.
Optionally vector elements can be kept in a spatial index and only the visible elements get rendered.
There can be a small delay before previously invisible elements become visible after view changes.
This makes it suitable for cases where there are a large number of static vector elements.

The draw order of vector elements within the data source is undefined.
LocalVectorDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.LocalVectorDataSource
 
LocalVectorDataSource(Projection) - Constructor for class com.nutiteq.datasources.LocalVectorDataSource
Constructs an LocalVectorDataSource object with no spatial index.
LocalVectorDataSource(Projection, LocalSpatialIndexType) - Constructor for class com.nutiteq.datasources.LocalVectorDataSource
Constructs an LocalVectorDataSource object with specified spatial index.
Log - Class in com.nutiteq.utils
A diagnostic log for various SDK events.
Log(long, boolean) - Constructor for class com.nutiteq.utils.Log
 

M

MapBounds - Class in com.nutiteq.core
A container class that defines an axis aligned cuboid on the map using minimum and maximum map positions.
Valid ranges for map bounds depend on the projection used.
MapBounds(long, boolean) - Constructor for class com.nutiteq.core.MapBounds
 
MapBounds() - Constructor for class com.nutiteq.core.MapBounds
Constructs an empty MapBounds object.
MapBounds(MapPos, MapPos) - Constructor for class com.nutiteq.core.MapBounds
Constructs a MapBounds object from a minimum and maximum map position.
MapClickInfo - Class in com.nutiteq.ui
A container class that provies information about a click performed on
an empty area of the map.
MapClickInfo(long, boolean) - Constructor for class com.nutiteq.ui.MapClickInfo
 
MapEnvelope - Class in com.nutiteq.core
A bounding area on the map.
MapEnvelope(long, boolean) - Constructor for class com.nutiteq.core.MapEnvelope
 
MapEnvelope() - Constructor for class com.nutiteq.core.MapEnvelope
Constructs an empty MapEnvelope object.
MapEnvelope(MapBounds) - Constructor for class com.nutiteq.core.MapEnvelope
Constructs a MapEnvelope object using map bounds.
MapEnvelope(MapPosVector) - Constructor for class com.nutiteq.core.MapEnvelope
Constructs a MapEnvelope object from a convex bounding polygon.
MapEventListener - Class in com.nutiteq.ui
Listener for events like map and vector element clicks etc.
MapEventListener(long, boolean) - Constructor for class com.nutiteq.ui.MapEventListener
 
MapEventListener() - Constructor for class com.nutiteq.ui.MapEventListener
 
MapPos - Class in com.nutiteq.core
A double precision map position defined using three coordinates.
MapPos(long, boolean) - Constructor for class com.nutiteq.core.MapPos
 
MapPos() - Constructor for class com.nutiteq.core.MapPos
Constructs a MapPos object.
MapPos(double, double) - Constructor for class com.nutiteq.core.MapPos
Constructs a MapPos object from 2 coordinates.
MapPos(double, double, double) - Constructor for class com.nutiteq.core.MapPos
Constructs a MapPos object from 3 coordinates.
MapPosVector - Class in com.nutiteq.wrappedcommons
 
MapPosVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.MapPosVector
 
MapPosVector() - Constructor for class com.nutiteq.wrappedcommons.MapPosVector
 
MapPosVector(long) - Constructor for class com.nutiteq.wrappedcommons.MapPosVector
 
MapPosVectorVector - Class in com.nutiteq.wrappedcommons
 
MapPosVectorVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.MapPosVectorVector
 
MapPosVectorVector() - Constructor for class com.nutiteq.wrappedcommons.MapPosVectorVector
 
MapPosVectorVector(long) - Constructor for class com.nutiteq.wrappedcommons.MapPosVectorVector
 
MapRange - Class in com.nutiteq.core
A container class that defines a half closed range of values using minimum and maximum values.
MapRange(long, boolean) - Constructor for class com.nutiteq.core.MapRange
 
MapRange() - Constructor for class com.nutiteq.core.MapRange
Constructs a MapRange object.
MapRange(float, float) - Constructor for class com.nutiteq.core.MapRange
Constructs a MapRange object from min and max values.
If min > max, the values will be swapped internally.
MapRenderListener - Class in com.nutiteq.ui
Listener for events like map and vector element clicks etc.
MapRenderListener(long, boolean) - Constructor for class com.nutiteq.ui.MapRenderListener
 
MapRenderListener() - Constructor for class com.nutiteq.ui.MapRenderListener
 
MapTile - Class in com.nutiteq.core
An immutable map tile, used by tile layers for representing small pieces of map at different zoom levels and coordinates.
MapTile(long, boolean) - Constructor for class com.nutiteq.core.MapTile
 
MapTile(int, int, int, int) - Constructor for class com.nutiteq.core.MapTile
Constructs a MapTile object based on coordinates, zoom level and frame number.
mapToScreen(MapPos) - Method in class com.nutiteq.ui.MapView
Calculates the screen position corresponding to a map position, using the current view parameters.
MapVec - Class in com.nutiteq.core
A double precision map vector defined by 3 coordinates.
MapVec(long, boolean) - Constructor for class com.nutiteq.core.MapVec
 
MapVec() - Constructor for class com.nutiteq.core.MapVec
Constructs a MapVec object.
MapVec(double, double) - Constructor for class com.nutiteq.core.MapVec
Constructs a MapVec object from 2 coordinates.
MapVec(double, double, double) - Constructor for class com.nutiteq.core.MapVec
Constructs a MapVec object from 3 coordinates.
MapView - Class in com.nutiteq.ui
MapView is a view class supporting map rendering and interaction.
MapView(Context) - Constructor for class com.nutiteq.ui.MapView
Creates a new MapView object from a context object.
MapView(Context, AttributeSet) - Constructor for class com.nutiteq.ui.MapView
Creates a new MapView object from a context object and attributes.
Marker - Class in com.nutiteq.vectorelements
A billboard element with a static bitmap that can be displayed on the map.
Marker(long, boolean) - Constructor for class com.nutiteq.vectorelements.Marker
 
Marker(Billboard, MarkerStyle) - Constructor for class com.nutiteq.vectorelements.Marker
Constructs a Marker object with the specified style and attaches it to a billboard element.
Marker(Geometry, MarkerStyle) - Constructor for class com.nutiteq.vectorelements.Marker
Constructs a Marker object from a geometry object and a style.
Marker(MapPos, MarkerStyle) - Constructor for class com.nutiteq.vectorelements.Marker
Constructs a Marker object from a map position and a style.
MarkerStyle - Class in com.nutiteq.styles
A style for markers.
MarkerStyle(long, boolean) - Constructor for class com.nutiteq.styles.MarkerStyle
 
MarkerStyle(Color, float, float, boolean, boolean, float, float, int, boolean, float, float, Bitmap, BillboardOrientation, BillboardScaling, float) - Constructor for class com.nutiteq.styles.MarkerStyle
Constructs a MarkerStyle object from various parameters.
MarkerStyleBuilder - Class in com.nutiteq.styles
A builder class for MarkerStyle.
MarkerStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.MarkerStyleBuilder
 
MarkerStyleBuilder() - Constructor for class com.nutiteq.styles.MarkerStyleBuilder
Constructs a MarkerStyleBuilder object with all parameters set to defaults.
MBTilesScheme - Enum in com.nutiteq.datasources
MBTiles tile schemes.
MBTilesTileDataSource - Class in com.nutiteq.datasources
A tile data source that loads tiles from a local Sqlite database.
The database must contain table "tiles" with the following fields:
"zoom_level" (tile zoom level), "tile_column" (tile x coordinate),
"tile_row" (tile y coordinate), "tile_data" (compressed tile image).
MBTilesTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.MBTilesTileDataSource
 
MBTilesTileDataSource(String) - Constructor for class com.nutiteq.datasources.MBTilesTileDataSource
Constructs a MBTilesTileDataSource object.
MBTilesTileDataSource(int, int, String) - Constructor for class com.nutiteq.datasources.MBTilesTileDataSource
Constructs a MBTilesTileDataSource object.
MBTilesTileDataSource(int, int, String, MBTilesScheme) - Constructor for class com.nutiteq.datasources.MBTilesTileDataSource
Constructs a MBTilesTileDataSource object with specified tile scheme.
MBVectorTileDecoder - Class in com.nutiteq.vectortiles
Decoder for vector tiles in MapBox format.
MBVectorTileDecoder(long, boolean) - Constructor for class com.nutiteq.vectortiles.MBVectorTileDecoder
 
MBVectorTileDecoder(MBVectorTileStyleSet) - Constructor for class com.nutiteq.vectortiles.MBVectorTileDecoder
Constructs decoder for MapBox vector tiles based on specified style set.
If the style set contains multiple styles, the first one (based on lexicographical order) from the root folder is chosen as the current style.
MBVectorTileDecoder(MBVectorTileStyleSet, String) - Constructor for class com.nutiteq.vectortiles.MBVectorTileDecoder
Constructs decoder for MapBox vector tiles based on specified style set.
Specified style is selected as the current style.
MBVectorTileDecoder(CartoCSSStyleSet) - Constructor for class com.nutiteq.vectortiles.MBVectorTileDecoder
Constructs decoder for MapBox vector tiles based on specified CartoCSS style set.
MBVectorTileStyleSet - Class in com.nutiteq.vectortiles
Style set for MapBox vector tiles.
MBVectorTileStyleSet(long, boolean) - Constructor for class com.nutiteq.vectortiles.MBVectorTileStyleSet
 
MBVectorTileStyleSet(UnsignedCharVector) - Constructor for class com.nutiteq.vectortiles.MBVectorTileStyleSet
Constructs a styleset from byte vector.
moveToFitBounds(MapBounds, ScreenBounds, boolean, float) - Method in class com.nutiteq.ui.MapView
Animate the view parameters (focus position, tilt, rotation, zoom) so that the specified bounding box becomes fully visible.
This method does not work before the screen size is set.
moveToFitBounds(MapBounds, ScreenBounds, boolean, boolean, boolean, float) - Method in class com.nutiteq.ui.MapView
Animate the view parameters (focus position, tilt, rotation, zoom) so that the specified bounding box becomes fully visible.
Also supports resetting the tilt and rotation angles over the course of the animation.
This method does not work before the screen size is set.
mul(double) - Method in class com.nutiteq.core.MapVec
Creates a new map vector by multiplying this map vector with a multiplier.
MultiGeometry - Class in com.nutiteq.geometry
A generic multi geometry container.
MultiGeometry(long, boolean) - Constructor for class com.nutiteq.geometry.MultiGeometry
 
MultiGeometry(GeometryVector) - Constructor for class com.nutiteq.geometry.MultiGeometry
Constructs a MultiGeometry from a vector of geometry objects.
MultiLineGeometry - Class in com.nutiteq.geometry
A multiline container.
MultiLineGeometry(long, boolean) - Constructor for class com.nutiteq.geometry.MultiLineGeometry
 
MultiLineGeometry(LineGeometryVector) - Constructor for class com.nutiteq.geometry.MultiLineGeometry
Constructs a MultiLineGeometry object from the vector of lines.
MultiPointGeometry - Class in com.nutiteq.geometry
A multipoint container.
MultiPointGeometry(long, boolean) - Constructor for class com.nutiteq.geometry.MultiPointGeometry
 
MultiPointGeometry(PointGeometryVector) - Constructor for class com.nutiteq.geometry.MultiPointGeometry
Constructs a MultiPointGeometry from the vector of points.
MultiPolygonGeometry - Class in com.nutiteq.geometry
A multipolygon container.
MultiPolygonGeometry(long, boolean) - Constructor for class com.nutiteq.geometry.MultiPolygonGeometry
 
MultiPolygonGeometry(PolygonGeometryVector) - Constructor for class com.nutiteq.geometry.MultiPolygonGeometry
Constructs a MultiPolygonGeometry from the vector of polygons.

N

nearestPointOnLineSegment(MapPos, MapPos) - Method in class com.nutiteq.core.MapPos
Calculates the nearest point from this map position on a line segment.
NMLModel - Class in com.nutiteq.vectorelements
A 3D model that can be displayed on the map.

NML models can be created from Collada files directly and placed anywhere on the map or converted from KMZ files.
NML models are optimized for fast loading and rendering.
NMLModel(long, boolean) - Constructor for class com.nutiteq.vectorelements.NMLModel
 
NMLModel(Geometry, UnsignedCharVector) - Constructor for class com.nutiteq.vectorelements.NMLModel
Constructs a NMLModel object from a geometry object and serialized model data.
NMLModel(MapPos, UnsignedCharVector) - Constructor for class com.nutiteq.vectorelements.NMLModel
Constructs a NMLModel object from a map position and serialized model data.
NMLModelLODTreeDataSource - Class in com.nutiteq.datasources
An abstract base class for NML model LOD tree data sources.
NMLModelLODTreeDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.NMLModelLODTreeDataSource
 
NMLModelLODTreeLayer - Class in com.nutiteq.layers
An advanced layer for 3D models that supports automatic Level of Detail (LOD) calculation based on view.
Should be used together with corresponding data source.
NMLModelLODTreeLayer(long, boolean) - Constructor for class com.nutiteq.layers.NMLModelLODTreeLayer
 
NMLModelLODTreeLayer(NMLModelLODTreeDataSource) - Constructor for class com.nutiteq.layers.NMLModelLODTreeLayer
Constructs a NMLModelLODTreeLayer object from a data source.
NMLModelLODTreeProxy - Class in com.nutiteq.vectorelements
A proxy class representing a small part (f.e a single building) of the NMLModelLODTree.
NMLModelLODTreeProxy(long, boolean) - Constructor for class com.nutiteq.vectorelements.NMLModelLODTreeProxy
 
NMLModelLODTreeProxy(MapPos) - Constructor for class com.nutiteq.vectorelements.NMLModelLODTreeProxy
Constructs a NMLModelLODTreeProxy object from a map position.
notifyDecoderChanged() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
Notifies listeners that the decoder parameters have changed.
notifyElementChanged() - Method in class com.nutiteq.vectorelements.VectorElement
Notifies this vector element's datasource about the change in this element.
The data source may then notify the layer to update the view.
notifyElementsChanged() - Method in class com.nutiteq.datasources.VectorDataSource
Notifies listeners that all vector elements have changed.
notifyTilesChanged(boolean) - Method in class com.nutiteq.datasources.CacheTileDataSource
 
notifyTilesChanged(boolean) - Method in class com.nutiteq.datasources.TileDataSource
Notifies listeners that the tiles have changed.
NutiteqOfflineRoutingService - Class in com.nutiteq.routing
An offline routing service that uses Nutiteq-specific routing database file.
NutiteqOfflineRoutingService(long, boolean) - Constructor for class com.nutiteq.routing.NutiteqOfflineRoutingService
 
NutiteqOfflineRoutingService(String) - Constructor for class com.nutiteq.routing.NutiteqOfflineRoutingService
Constructs a new NutiteqOfflineRoutingService instance given database file.
NutiteqOnlineRoutingService - Class in com.nutiteq.routing
An online routing service that connects to Nutiteq-provided routing server.
NutiteqOnlineRoutingService(long, boolean) - Constructor for class com.nutiteq.routing.NutiteqOnlineRoutingService
 
NutiteqOnlineRoutingService(String) - Constructor for class com.nutiteq.routing.NutiteqOnlineRoutingService
Constructs a new NutiteqOnlineRoutingService instance given service source.
NutiteqOnlineTileDataSource - Class in com.nutiteq.datasources
An online tile data source that connects to Nutiteq tile server.
Tile server is currently used to
NutiteqOnlineTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
NutiteqOnlineTileDataSource(String) - Constructor for class com.nutiteq.datasources.NutiteqOnlineTileDataSource
Constructs a NutiteqTileDataSource object.
NutiteqOnlineVectorTileLayer - Class in com.nutiteq.layers
Specialized online vector tile layer that connects to Nutiteq online tile server.
This layer is intended as a 'shortcut' to make using Nutiteq online service and
vector tiles as simple as possible.
NutiteqOnlineVectorTileLayer(long, boolean) - Constructor for class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
 
NutiteqOnlineVectorTileLayer(String) - Constructor for class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
Constructs a NutiteqOnlineVectorTileLayer object from a style asset name.
Uses "nutiteq.osm" as a source.
Style asset must be included in the project, style asset defines visual style of the map.
NutiteqOnlineVectorTileLayer(String, String) - Constructor for class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
Constructs a NutiteqOnlineVectorTileLayer object from a source name and style asset name.
Style asset must be included in the project, style asset defines visual style of the map.
NutiteqPackageManager - Class in com.nutiteq.packagemanager
Offline map package manager that uses Nutiteq online service for map package downloads.
After packages are downloaded, they can be used offline without any connection to the server.
NutiteqPackageManager(long, boolean) - Constructor for class com.nutiteq.packagemanager.NutiteqPackageManager
 
NutiteqPackageManager(String, String) - Constructor for class com.nutiteq.packagemanager.NutiteqPackageManager
Constructs a NutiteqPackageManager object, given application context and data folder.
The data folder must exist before creating a new package manager and it is assumed to be persistent.
Note: the package manager must be explicitly started using start() method!

O

onAfterDrawFrame() - Method in class com.nutiteq.ui.MapEventListener
Listener method that gets called at the end of the rendering process.
This method is called from GL renderer thread, not from main thread.
onBeforeDrawFrame() - Method in class com.nutiteq.ui.MapEventListener
Listener method that gets called at the start of the rendering process.
The method can be used to synchronize vector elements with renderer state, for example
to force marker to be always at the center of the screen (focus point).
This method is called from GL renderer thread, not from main thread.
onDrawFrame(GL10) - Method in class com.nutiteq.ui.MapView
Not part of public API.
onLicenseUpdated(String) - Method in class com.nutiteq.components.LicenseManagerListener
Called when the new license has been retrieved.
OnlineNMLModelLODTreeDataSource - Class in com.nutiteq.datasources
Online NML LOD Tree data source.
OnlineNMLModelLODTreeDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
 
OnlineNMLModelLODTreeDataSource(Projection, String) - Constructor for class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
Constructs an OnlineNMLModelLODTreeDataSource object.
onMapClicked(MapClickInfo) - Method in class com.nutiteq.ui.MapEventListener
Listener method that gets called when a click is performed on an empty area of the map.
This method will NOT be called from the main thread.
onMapIdle() - Method in class com.nutiteq.ui.MapEventListener
Listener method that gets called at the end of the rendering process when the
map view needs no further refreshing.
Note that there can still be background processes (tile loading) that may change
the map view but these may take long time.
This method is called from GL renderer thread, not from main thread.
onMapMoved() - Method in class com.nutiteq.ui.MapEventListener
Listener method that gets called when the map is panned, rotated, tilted or zoomed.
The thread this method is called from may vary.
onMapRendered(Bitmap) - Method in class com.nutiteq.ui.MapRenderListener
Listener method that is called when the map has been rendered.
onMapStable() - Method in class com.nutiteq.ui.MapEventListener
Listener method that gets called when map is in 'stable' state - map animations have finished,
user has lifted fingers from the screen.
onPackageCancelled(String, int) - Method in class com.nutiteq.packagemanager.PackageManagerListener
Listener method that is called when a package download has been cancelled.
onPackageFailed(String, int, PackageErrorType) - Method in class com.nutiteq.packagemanager.PackageManagerListener
Listener method that is called when updating a package failed (network error, etc).
onPackageListFailed() - Method in class com.nutiteq.packagemanager.PackageManagerListener
Listener method that is called when server package could not be downloaded or updated.
onPackageListUpdated() - Method in class com.nutiteq.packagemanager.PackageManagerListener
Listener method that is called when server package list has been successfully updated.
onPackageStatusChanged(String, int, PackageStatus) - Method in class com.nutiteq.packagemanager.PackageManagerListener
Listener method that is called when a package status has changed.
Information about the status of the package (current action, progress, etc) is explictly given with this event.
onPackageUpdated(String, int) - Method in class com.nutiteq.packagemanager.PackageManagerListener
Listener method that is called when a package is successfully updated (downloaded or removed).
onPreloadingTilesLoaded() - Method in class com.nutiteq.layers.TileLoadListener
Listener method that gets called when all preloading raster tiles have finished loading.
This method gets called after onVisibleTilesLoaded() and only if preloading is enabled.
onSurfaceChanged(GL10, int, int) - Method in class com.nutiteq.ui.MapView
Not part of public API.
onSurfaceCreated(GL10, EGLConfig) - Method in class com.nutiteq.ui.MapView
Not part of public API.
onTouchEvent(MotionEvent) - Method in class com.nutiteq.ui.MapView
Not part of public API.
onVectorElementClicked(VectorElementsClickInfo) - Method in class com.nutiteq.ui.MapEventListener
Listener method that gets called when a click is performed on a vector element.
If there are multiple vector elements that are located at the click position, then the
results will be sorted by their distance to the camera.
onVisibleTilesLoaded() - Method in class com.nutiteq.layers.TileLoadListener
Listener method that gets called when all visible raster tiles have finished loading.
Options - Class in com.nutiteq.components
A class containing various options for rendering and map manipulation.
Options(long, boolean) - Constructor for class com.nutiteq.components.Options
 

P

PackageAction - Enum in com.nutiteq.packagemanager
The current action that describes the operation being performed with the package.
PackageErrorType - Enum in com.nutiteq.packagemanager
Possible error types for failed package downloads.
PackageInfo - Class in com.nutiteq.packagemanager
Information about map package.
PackageInfo(long, boolean) - Constructor for class com.nutiteq.packagemanager.PackageInfo
 
PackageInfo(String, PackageType, int, BigInteger, String, PackageTileMask, PackageMetaInfo) - Constructor for class com.nutiteq.packagemanager.PackageInfo
Constructs a new package info instance.
PackageInfoVector - Class in com.nutiteq.wrappedcommons
 
PackageInfoVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.PackageInfoVector
 
PackageInfoVector() - Constructor for class com.nutiteq.wrappedcommons.PackageInfoVector
 
PackageInfoVector(long) - Constructor for class com.nutiteq.wrappedcommons.PackageInfoVector
 
PackageManager - Class in com.nutiteq.packagemanager
Base class for offline map package manager.
PackageManager(long, boolean) - Constructor for class com.nutiteq.packagemanager.PackageManager
 
PackageManager(String, String, String, String) - Constructor for class com.nutiteq.packagemanager.PackageManager
Constructs a new package manager, given URL for package list and data folder.
The data folder must exist before creating a new package manager and it is assumed to be persistent.
Note: the package manager must be explicitly started using start() method!
PackageManagerListener - Class in com.nutiteq.packagemanager
Base class for map package manager event listeners.
Includes callbacks for package list events and individual package events.
PackageManagerListener(long, boolean) - Constructor for class com.nutiteq.packagemanager.PackageManagerListener
 
PackageManagerListener() - Constructor for class com.nutiteq.packagemanager.PackageManagerListener
 
PackageManagerRoutingService - Class in com.nutiteq.routing
A routing service that uses routing packages from package manager.
PackageManagerRoutingService(long, boolean) - Constructor for class com.nutiteq.routing.PackageManagerRoutingService
 
PackageManagerRoutingService(PackageManager) - Constructor for class com.nutiteq.routing.PackageManagerRoutingService
Constructs a new instance of the PackageManagerRoutingService given package manager instance.
PackageManagerTileDataSource - Class in com.nutiteq.datasources
A tile data source that loads tiles from package manager.
PackageManagerTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.PackageManagerTileDataSource
 
PackageManagerTileDataSource(PackageManager) - Constructor for class com.nutiteq.datasources.PackageManagerTileDataSource
Constructs a PackageManagerTileDataSource object.
PackageMetaInfo - Class in com.nutiteq.packagemanager
Package meta info element.
PackageMetaInfo(long, boolean) - Constructor for class com.nutiteq.packagemanager.PackageMetaInfo
 
PackageMetaInfoType - Enum in com.nutiteq.packagemanager
Meta info type.
PackageStatus - Class in com.nutiteq.packagemanager
The status of the map package.
PackageStatus(long, boolean) - Constructor for class com.nutiteq.packagemanager.PackageStatus
 
PackageStatus(PackageAction, boolean, float) - Constructor for class com.nutiteq.packagemanager.PackageStatus
Constructs a new status.
PackageTileMask - Class in com.nutiteq.packagemanager
Tile mask contains map package spatial coverage information and
can be used for very fast 'tile in package' tests.
PackageTileMask(long, boolean) - Constructor for class com.nutiteq.packagemanager.PackageTileMask
 
PackageTileStatus - Enum in com.nutiteq.packagemanager
Tile status.
PackageType - Enum in com.nutiteq.packagemanager
Package types.
pan(MapVec, float) - Method in class com.nutiteq.ui.MapView
Pans the view relative to the current focus position.
PanningMode - Enum in com.nutiteq.components
Possible panning modes for dual touch user input.
PersistentCacheTileDataSource - Class in com.nutiteq.datasources
A tile data source that loads tiles from another tile data source
and caches them in an offline sqlite database.
PersistentCacheTileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.PersistentCacheTileDataSource
 
PersistentCacheTileDataSource(TileDataSource, String) - Constructor for class com.nutiteq.datasources.PersistentCacheTileDataSource
Constructs a PersistentCacheTileDataSource object from tile data source
and a sqlite database.
PivotMode - Enum in com.nutiteq.components
Possible pivot modes.
Point - Class in com.nutiteq.vectorelements
A geometric point that can be displayed on the map.
Point(long, boolean) - Constructor for class com.nutiteq.vectorelements.Point
 
Point(PointGeometry, PointStyle) - Constructor for class com.nutiteq.vectorelements.Point
Constructs a Point object from a geometry object and a style.
Point(MapPos, PointStyle) - Constructor for class com.nutiteq.vectorelements.Point
Constructs a Point object from a map position and a style.
PointGeometry - Class in com.nutiteq.geometry
Point geometry.
PointGeometry(long, boolean) - Constructor for class com.nutiteq.geometry.PointGeometry
 
PointGeometry(MapPos) - Constructor for class com.nutiteq.geometry.PointGeometry
Constructs a PointGeometry object from a given map position.
PointGeometryVector - Class in com.nutiteq.wrappedcommons
 
PointGeometryVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.PointGeometryVector
 
PointGeometryVector() - Constructor for class com.nutiteq.wrappedcommons.PointGeometryVector
 
PointGeometryVector(long) - Constructor for class com.nutiteq.wrappedcommons.PointGeometryVector
 
pointInside(MapPos) - Method in class com.nutiteq.graphics.Frustum
Tests if a point is inside with the frustum.
PointStyle - Class in com.nutiteq.styles
A style for points.
PointStyle(long, boolean) - Constructor for class com.nutiteq.styles.PointStyle
 
PointStyle(Color, Bitmap, float, float) - Constructor for class com.nutiteq.styles.PointStyle
Constructs a PointStyle object from various parameters.
PointStyleBuilder - Class in com.nutiteq.styles
A builder class for PointStyle.
PointStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.PointStyleBuilder
 
PointStyleBuilder() - Constructor for class com.nutiteq.styles.PointStyleBuilder
Constructs a PointStyleBuilder object with all parameters set to defaults.
Polygon - Class in com.nutiteq.vectorelements
A geometric polygon that can be displayed on the map.
Polygons can be concave and have multiple overlapping holes.
Polygon(long, boolean) - Constructor for class com.nutiteq.vectorelements.Polygon
 
Polygon(PolygonGeometry, PolygonStyle) - Constructor for class com.nutiteq.vectorelements.Polygon
Constructs a Polygon object from a geometry object and a style.
Polygon(MapPosVector, PolygonStyle) - Constructor for class com.nutiteq.vectorelements.Polygon
Constructs a Polygon object from a vector of map positions and a style.
Polygon(MapPosVector, MapPosVectorVector, PolygonStyle) - Constructor for class com.nutiteq.vectorelements.Polygon
Constructs a Polygon object from a vector of map positions, a vector of holes and a style.
Polygon3D - Class in com.nutiteq.vectorelements
A geometric 3d polygon that can be displayed on the map.
3d polygons can be concave and have multiple overlapping holes.
Polygon3D(long, boolean) - Constructor for class com.nutiteq.vectorelements.Polygon3D
 
Polygon3D(PolygonGeometry, Polygon3DStyle, float) - Constructor for class com.nutiteq.vectorelements.Polygon3D
Constructs a Polygon3D object from a geometry object and a style.
Polygon3D(MapPosVector, Polygon3DStyle, float) - Constructor for class com.nutiteq.vectorelements.Polygon3D
Constructs a Polygon3D object from a vector of map positions and a style.
Polygon3D(MapPosVector, MapPosVectorVector, Polygon3DStyle, float) - Constructor for class com.nutiteq.vectorelements.Polygon3D
Constructs a Polygon3D object from a vector of map positions, a vector of holes and a style.
Polygon3DStyle - Class in com.nutiteq.styles
A style for 3d polygons.
Polygon3DStyle(long, boolean) - Constructor for class com.nutiteq.styles.Polygon3DStyle
 
Polygon3DStyle(Color) - Constructor for class com.nutiteq.styles.Polygon3DStyle
Constructs a Polygon3DStyle object from various parameters.
Polygon3DStyleBuilder - Class in com.nutiteq.styles
A builder class for Polygon3DStyle.
Polygon3DStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.Polygon3DStyleBuilder
 
Polygon3DStyleBuilder() - Constructor for class com.nutiteq.styles.Polygon3DStyleBuilder
Constructs a Polygon3DStyleBuilder object with all parameters set to defaults.
PolygonGeometry - Class in com.nutiteq.geometry
Polygon geometry defined by an outer ring and optional multiple inner rings (holes).
PolygonGeometry(long, boolean) - Constructor for class com.nutiteq.geometry.PolygonGeometry
 
PolygonGeometry(MapPosVector) - Constructor for class com.nutiteq.geometry.PolygonGeometry
Constructs a PolygonGeometry objects from an outer ring.
PolygonGeometry(MapPosVector, MapPosVectorVector) - Constructor for class com.nutiteq.geometry.PolygonGeometry
Constructs a PolygonGeometry objects from an outer ring and list of inner rings (holes).
PolygonGeometry(MapPosVectorVector) - Constructor for class com.nutiteq.geometry.PolygonGeometry
Constructs a PolygonGeometry objects from a list of rings.
It is assumed the the first ring is outer ring and all other rings are inner rings.
PolygonGeometryVector - Class in com.nutiteq.wrappedcommons
 
PolygonGeometryVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
PolygonGeometryVector() - Constructor for class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
PolygonGeometryVector(long) - Constructor for class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
PolygonStyle - Class in com.nutiteq.styles
A style for polygons.
PolygonStyle(long, boolean) - Constructor for class com.nutiteq.styles.PolygonStyle
 
PolygonStyle(Color, Bitmap, LineStyle) - Constructor for class com.nutiteq.styles.PolygonStyle
Constructs a PolygonStyle object from various parameters.
PolygonStyleBuilder - Class in com.nutiteq.styles
A builder class for PolygonStyle.
PolygonStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.PolygonStyleBuilder
 
PolygonStyleBuilder() - Constructor for class com.nutiteq.styles.PolygonStyleBuilder
Constructs a PolygonStyleBuilder object with all parameters set to defaults.
Popup - Class in com.nutiteq.vectorelements
An abstract billboard element that can be displayed on the map.
Popup(long, boolean) - Constructor for class com.nutiteq.vectorelements.Popup
 
Popup(Billboard, PopupStyle) - Constructor for class com.nutiteq.vectorelements.Popup
Constructs an abstract Popup object with the specified style and attaches it to a billboard element.
Popup(Geometry, PopupStyle) - Constructor for class com.nutiteq.vectorelements.Popup
Constructs an abstract Popup object from a geometry object and a style.
Popup(MapPos, PopupStyle) - Constructor for class com.nutiteq.vectorelements.Popup
Constructs an abstract Popup object from a map position and a style.
PopupStyle - Class in com.nutiteq.styles
A style for popups.
PopupStyle(long, boolean) - Constructor for class com.nutiteq.styles.PopupStyle
 
PopupStyle(Color, float, float, boolean, boolean, float, float, int, boolean) - Constructor for class com.nutiteq.styles.PopupStyle
Constructs a PopupStyle object from various parameters.
PopupStyleBuilder - Class in com.nutiteq.styles
A builder class for PopupStyle.
PopupStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.PopupStyleBuilder
 
PopupStyleBuilder() - Constructor for class com.nutiteq.styles.PopupStyleBuilder
Constructs a PopupStyleBuilder object with all parameters set to defaults.
Projection - Class in com.nutiteq.projections
An abstract base class for all projections.
Projection(long, boolean) - Constructor for class com.nutiteq.projections.Projection
 
ProjectionMode - Enum in com.nutiteq.components
Possible projection modes.

R

RasterTileLayer - Class in com.nutiteq.layers
A tile layer where each tile is a bitmap.
RasterTileLayer(long, boolean) - Constructor for class com.nutiteq.layers.RasterTileLayer
 
RasterTileLayer(TileDataSource) - Constructor for class com.nutiteq.layers.RasterTileLayer
Constructs a RasterTileLayer object from a data source.
readGeometry(String) - Method in class com.nutiteq.geometry.GeoJSONGeometryReader
Reads geometry from the specified GeoJSON string.
refresh() - Method in class com.nutiteq.layers.ClusteredVectorLayer
 
refresh() - Method in class com.nutiteq.layers.Layer
Refreshes the layer using old stored visibility information.
registerLicense(String, Context) - Static method in class com.nutiteq.ui.MapView
Registers the SDK license.
remove(VectorElement) - Method in class com.nutiteq.datasources.LocalVectorDataSource
Removes a vector element from the data source.
remove(Layer) - Method in class com.nutiteq.layers.Layers
Removes a layer to the layer stack.
removeAll() - Method in class com.nutiteq.datasources.LocalVectorDataSource
Removes all vector elements from the data source.
reserve(long) - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.LayerVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.StringVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
reserve(long) - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
rotate(float, float) - Method in class com.nutiteq.ui.MapView
Rotates the view relative to the current rotation value.
rotate(float, MapPos, float) - Method in class com.nutiteq.ui.MapView
Rotates the view relative to the current rotation value.
RoutingAction - Enum in com.nutiteq.routing
Routing action type.
RoutingInstruction - Class in com.nutiteq.routing
A class that defines a routing instruction at specified position in the path.
RoutingInstruction(long, boolean) - Constructor for class com.nutiteq.routing.RoutingInstruction
 
RoutingInstruction() - Constructor for class com.nutiteq.routing.RoutingInstruction
Constructs a new RoutingInstruction instance with all values set to default.
RoutingInstruction(RoutingAction, int, String, float, float, double, double) - Constructor for class com.nutiteq.routing.RoutingInstruction
Constructs a new RoutingInstruction instance given all instruction attributes.
RoutingInstructionVector - Class in com.nutiteq.wrappedcommons
 
RoutingInstructionVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
RoutingInstructionVector() - Constructor for class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
RoutingInstructionVector(long) - Constructor for class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
RoutingRequest - Class in com.nutiteq.routing
A class that defines required attributes for routing (end points, etc).
RoutingRequest(long, boolean) - Constructor for class com.nutiteq.routing.RoutingRequest
 
RoutingRequest(Projection, MapPosVector) - Constructor for class com.nutiteq.routing.RoutingRequest
Constructs a new RoutingRequest instance from projection and via points.
RoutingResult - Class in com.nutiteq.routing
A class that defines list of routing actions and path geometry.
RoutingResult(long, boolean) - Constructor for class com.nutiteq.routing.RoutingResult
 
RoutingResult(Projection, MapPosVector, RoutingInstructionVector) - Constructor for class com.nutiteq.routing.RoutingResult
Constructs a new RoutingResult instance from projection, points and instructions.
RoutingService - Class in com.nutiteq.routing
An abstract base class for routing services (either online or offline).
RoutingService(long, boolean) - Constructor for class com.nutiteq.routing.RoutingService
 
RoutingService() - Constructor for class com.nutiteq.routing.RoutingService
The default constructor.

S

ScreenBounds - Class in com.nutiteq.core
A container class that defines a bounding box on the screen using minimum and maximum screen positions.
ScreenBounds(long, boolean) - Constructor for class com.nutiteq.core.ScreenBounds
 
ScreenBounds() - Constructor for class com.nutiteq.core.ScreenBounds
Constructs an empty ScreenBounds object.
ScreenBounds(ScreenPos, ScreenPos) - Constructor for class com.nutiteq.core.ScreenBounds
Constructs a ScreenBounds object from a minimum and maximum position.
ScreenPos - Class in com.nutiteq.core
A screen position defined by x,y floating point numbers.
ScreenPos(long, boolean) - Constructor for class com.nutiteq.core.ScreenPos
 
ScreenPos() - Constructor for class com.nutiteq.core.ScreenPos
Constructs a ScreenPos object.
ScreenPos(float, float) - Constructor for class com.nutiteq.core.ScreenPos
Constructs a ScreenPos object from 2 coordinates.
ScreenPosVector - Class in com.nutiteq.wrappedcommons
 
ScreenPosVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.ScreenPosVector
 
ScreenPosVector() - Constructor for class com.nutiteq.wrappedcommons.ScreenPosVector
 
ScreenPosVector(long) - Constructor for class com.nutiteq.wrappedcommons.ScreenPosVector
 
screenToMap(ScreenPos) - Method in class com.nutiteq.ui.MapView
Calculates the map position corresponding to a screen position, using the current view parameters.
set(int, Geometry) - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
set(int, Layer) - Method in class com.nutiteq.wrappedcommons.LayerVector
 
set(int, LineGeometry) - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
set(int, MapPos) - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
set(int, MapPosVector) - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
set(int, PackageInfo) - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
set(int, PointGeometry) - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
set(int, PolygonGeometry) - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
set(int, RoutingInstruction) - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
set(int, ScreenPos) - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
set(String, String) - Method in class com.nutiteq.wrappedcommons.StringMap
 
set(int, String) - Method in class com.nutiteq.wrappedcommons.StringVector
 
set(int, short) - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
set(int, VectorElementClickInfo) - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
set(int, VectorElement) - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
setAll(VectorElementVector) - Method in class com.nutiteq.datasources.LocalVectorDataSource
Replaces all vector elements in the data source with the given list of vector elements.
setAmbientLight(Color) - Method in class com.nutiteq.components.Options
Sets the parameters for the ambient light.
setAnchorPoint(float, float) - Method in class com.nutiteq.styles.LabelStyleBuilder
Sets the anchor point for the label.
setAnchorPoint(float, float) - Method in class com.nutiteq.styles.MarkerStyleBuilder
Sets the anchor point for the marker.
setAnchorPoint(float, float) - Method in class com.nutiteq.vectorelements.Popup
Sets the anchor point for the popup.
setAnchorPointX(float) - Method in class com.nutiteq.styles.LabelStyleBuilder
Sets the horizontal anchor point of the label.
setAnchorPointX(float) - Method in class com.nutiteq.styles.MarkerStyleBuilder
Sets the horizontal anchor point of the marker.
setAnchorPointY(float) - Method in class com.nutiteq.styles.LabelStyleBuilder
Sets the vertical anchor point of the label.
setAnchorPointY(float) - Method in class com.nutiteq.styles.MarkerStyleBuilder
Sets the vertical anchor point of the marker.
setAssetManagerPointer(android.content.res.AssetManager) - Static method in class com.nutiteq.utils.AssetUtils
Internal method for connecting to asset manager.
setAttachAnchorPoint(float, float) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the attaching anchor point for the billoard.
setAttachAnchorPointX(float) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the horizontal attaching anchor point of the billoard.
setAttachAnchorPointY(float) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the vertical attaching anchor point of the billoard.
setBackgroundBitmap(Bitmap) - Method in class com.nutiteq.components.Options
Sets the background bitmap.
setBaseBillboard(Billboard) - Method in class com.nutiteq.vectorelements.Billboard
Attaches this billboard to another billboard, so it will always be drawn relative to the base billboard.
If this billboard has a geometry object assigned to it, it will first be set to null.
setBaseProjection(Projection) - Method in class com.nutiteq.components.Options
Sets the base projection.
setBaseURL(String) - Method in class com.nutiteq.datasources.HTTPTileDataSource
Sets the base URL for the data source.
setBitmap(Bitmap) - Method in class com.nutiteq.styles.LineStyleBuilder
Sets the bitmap that will be used for drawing the line.
setBitmap(Bitmap) - Method in class com.nutiteq.styles.MarkerStyleBuilder
Sets the bitmap that will be used for drawing the marker.
setBitmap(Bitmap) - Method in class com.nutiteq.styles.PointStyleBuilder
Sets the bitmap that will be used for drawing the point.
setBuffering(float) - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Set tile buffering.
setCacheOnlyMode(boolean) - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
Switches the datasource to 'cache only' mode or switches back from the mode.
If enabled, tiles are loaded from the cache only and the original data source is not used.
By default, cache only mode is off.
setCapacity(long) - Method in class com.nutiteq.datasources.CacheTileDataSource
Sets the cache capacity.
setCapacity(long) - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
setCapacity(long) - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
setCartoCSSStyleSet(CartoCSSStyleSet) - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Sets the current CartoCSS style set used by the decoder.
setCausesOverlap(boolean) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the state of the causes overlap flag.
setClickSize(float) - Method in class com.nutiteq.styles.PointStyleBuilder
Sets the size for the point that will be used for click detection.
Units are screen density independent pixels (DP or DIP).
setClickTypeDetection(boolean) - Method in class com.nutiteq.components.Options
Sets the state of the click type detection flag.
setClickWidth(float) - Method in class com.nutiteq.styles.LineStyleBuilder
Sets the width for the line that will be used for click detection.
Units are screen density independent pixels (DP or DIP).
setColor(Color) - Method in class com.nutiteq.styles.StyleBuilder
Sets the color for the vector element.
setCornerRadius(int) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the corner radius of the popup.
setCurrentStyle(String) - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Select current style by style name.
setDescription(String) - Method in class com.nutiteq.vectorelements.BalloonPopup
Sets the description this balloon popup will display.
setDescriptionColor(Color) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the color of the description.
setDescriptionFontName(String) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the name of the description font.
setDescriptionFontSize(int) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the size of the description font.
setDescriptionMargins(BalloonPopupMargins) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the margins for the description.
setDescriptionWrap(boolean) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the state of the description wrap parameter.
setDPI(float) - Method in class com.nutiteq.components.Options
Sets the dots per inch value.
setDrawDistance(float) - Method in class com.nutiteq.components.Options
Sets a new draw distance value.
setEnvelopeThreadPoolSize(int) - Method in class com.nutiteq.components.Options
Sets the number of threads used by the envelope task pool.
setFieldOfViewY(int) - Method in class com.nutiteq.components.Options
Sets the vertial field of view angle.
setFlippable(boolean) - Method in class com.nutiteq.styles.LabelStyleBuilder
Sets the state of the flippable flag.
setFocusPointOffset(ScreenPos) - Method in class com.nutiteq.components.Options
Sets the focus point offset (from screen center) in pixels.
setFocusPos(MapPos, float) - Method in class com.nutiteq.ui.MapView
Sets the new absolute focus position.
setFontName(String) - Method in class com.nutiteq.styles.TextStyleBuilder
Sets the font name for the text label.
setFontSize(int) - Method in class com.nutiteq.styles.TextStyleBuilder
Sets the font size for the text label.
setFrameNr(int) - Method in class com.nutiteq.layers.RasterTileLayer
Sets the frame number, only used for animated tiles.
setFrameNr(int) - Method in class com.nutiteq.layers.TorqueTileLayer
Sets the frame number.
setGeometry(Geometry) - Method in class com.nutiteq.vectorelements.Billboard
Sets the location for this billboard.
setGeometry(MultiGeometry) - Method in class com.nutiteq.vectorelements.GeometryCollection
Sets the geometry for this geometry collection.
setGeometry(LineGeometry) - Method in class com.nutiteq.vectorelements.Line
Sets the location for this line.
setGeometry(Geometry) - Method in class com.nutiteq.vectorelements.NMLModel
Sets the location for this model.
setGeometry(PointGeometry) - Method in class com.nutiteq.vectorelements.Point
Sets the location for this point.
setGeometry(PolygonGeometry) - Method in class com.nutiteq.vectorelements.Polygon
Sets the location for this polygon.
setGeometry(PolygonGeometry) - Method in class com.nutiteq.vectorelements.Polygon3D
Sets the location for this 3d polygon.
setGeometrySimplifier(GeometrySimplifier) - Method in class com.nutiteq.datasources.LocalVectorDataSource
Attaches geometry simplifier to the data source.
setHeight(float) - Method in class com.nutiteq.vectorelements.Polygon3D
Sets the height for this 3d polygon.
setHideIfOverlapped(boolean) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the state of the hide if overlapped flag.
setHoles(MapPosVectorVector) - Method in class com.nutiteq.vectorelements.Polygon
Sets the holes of the polygon.
setHoles(MapPosVectorVector) - Method in class com.nutiteq.vectorelements.Polygon3D
Sets the holes of the 3d polygon.
setHorizontalOffset(float) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the horizontal offset for the billboard.
setHTTPHeaders(StringMap) - Method in class com.nutiteq.datasources.HTTPTileDataSource
Sets HTTP headers for all requests.
setId(long) - Method in class com.nutiteq.vectorelements.VectorElement
Sets the internal id for this vector element.
setKineticPan(boolean) - Method in class com.nutiteq.components.Options
Sets the state of the kinetic panning flag.
setKineticRotation(boolean) - Method in class com.nutiteq.components.Options
Sets the state of the kinetic rotation flag.
setKineticZoom(boolean) - Method in class com.nutiteq.components.Options
Sets the state of the kinetic zooming flag.
setLabelOrder(VectorTileLabelOrder) - Method in class com.nutiteq.layers.VectorTileLayer
Sets the current display order of the labels.
setLeftColor(Color) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the background color of the left part of the popup.
setLeftImage(Bitmap) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the image for the left part of the popup.
setLeftMargins(BalloonPopupMargins) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the margins for the left part of the popup.
setLineEndType(LineEndType) - Method in class com.nutiteq.styles.LineStyleBuilder
Sets the style in which the end points of the line will be drawn.
setLineJointType(LineJointType) - Method in class com.nutiteq.styles.LineStyleBuilder
Sets the style in which the line segments will be connected with each other.
setLineStyle(LineStyle) - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Sets the style that will be used for drawing lines.
setLineStyle(LineStyle) - Method in class com.nutiteq.styles.PolygonStyleBuilder
Sets the line style that will be used to draw the edges of the polygon.
setLODResolutionFactor(float) - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
Set relative model LOD resolution.
setMainLight(Color, MapVec) - Method in class com.nutiteq.components.Options
Sets the parameters for the main light.
setMapEventListener(MapEventListener) - Method in class com.nutiteq.ui.MapView
Sets the map event listener.
setMapRotation(float, float) - Method in class com.nutiteq.ui.MapView
Sets the new absolute rotation value.
setMapRotation(float, MapPos, float) - Method in class com.nutiteq.ui.MapView
Sets the new absolute rotation value.
setMaxAge(long) - Method in class com.nutiteq.core.TileData
Sets the maximum age of tile data, tile data will expire after that point.
setMaximumClusterZoom(float) - Method in class com.nutiteq.layers.ClusteredVectorLayer
Sets the maximum zoom level when clusters are shown.
setMaxMemorySize(long) - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
Set memory usage constraints for the layer.
setMetaData(StringMap) - Method in class com.nutiteq.vectorelements.VectorElement
Sets a new meta data map for the vector element.
setMetaDataElement(String, String) - Method in class com.nutiteq.vectorelements.VectorElement
Adds a new key-value pair to the meta data map.
setMinimumClusterDistance(float) - Method in class com.nutiteq.layers.ClusteredVectorLayer
Sets the minimum distance between clusters (in device-independent pixels).
setOpacity(float) - Method in class com.nutiteq.layers.RasterTileLayer
Sets the opacity attribute of the layer.
setOrientationMode(BillboardOrientation) - Method in class com.nutiteq.styles.LabelStyleBuilder
Sets the orientation mode for the label.
setOrientationMode(BillboardOrientation) - Method in class com.nutiteq.styles.MarkerStyleBuilder
Sets the orientation mode for the marker.
setPackageManagerListener(PackageManagerListener) - Method in class com.nutiteq.packagemanager.PackageManager
Sets the package manager listener.
setPackagePriority(String, int) - Method in class com.nutiteq.packagemanager.PackageManager
Sets the priority of the specific package.
If the given priority is higher than priority of any other package, other operations will be paused and this package is processed immediately.
If the given priority is set to negative value, package download will be paused until priority is reset to non-negative value.
setPanBounds(MapBounds) - Method in class com.nutiteq.components.Options
Sets the map panning bounds constraints.
setPanningMode(PanningMode) - Method in class com.nutiteq.components.Options
Sets the panning mode.
setPivotMode(PivotMode) - Method in class com.nutiteq.components.Options
Sets the pivot mode.
setPlacementPriority(int) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the placement priority for the billboard.
setPointStyle(PointStyle) - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Sets the style that will be used for drawing points.
setPolygonStyle(PolygonStyle) - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Sets the style that will be used for drawing polygons.
setPos(MapPos) - Method in class com.nutiteq.vectorelements.Billboard
Sets the location for this billboard.
setPos(MapPos) - Method in class com.nutiteq.vectorelements.NMLModel
Sets the location for this model.
setPos(MapPos) - Method in class com.nutiteq.vectorelements.Point
Sets the location of this point.
setPoses(MapPosVector) - Method in class com.nutiteq.vectorelements.Line
Sets the vertices that define this line.
setPoses(MapPosVector) - Method in class com.nutiteq.vectorelements.Polygon
Sets the vertices that define this polygon.
Note: holes are not affected by this call.
setPoses(MapPosVector) - Method in class com.nutiteq.vectorelements.Polygon3D
Sets the vertices that define this 3d polygon.
Note: holes are not affected by this call.
setPreloading(boolean) - Method in class com.nutiteq.layers.TileLayer
Sets the state of preloading for this layer.
setPriority(int) - Method in class com.nutiteq.layers.Layer
Sets the layer task priority.
setProjectionMode(ProjectionMode) - Method in class com.nutiteq.components.Options
Sets the projection mode.
setReplaceWithParent(boolean) - Method in class com.nutiteq.core.TileData
Set the parent replacement flag.
setResolution(int) - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
Sets the tile resolution in pixels.
setRightColor(Color) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the background color of the right part of the popup.
setRightImage(Bitmap) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the image for the right part of the popup.
setRightMargins(BalloonPopupMargins) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the margins for the right part of the popup.
setRotatable(boolean) - Method in class com.nutiteq.components.Options
Sets the state of the map rotatability flag.
setRotation(float) - Method in class com.nutiteq.vectorelements.Billboard
Sets the rotation angle of this billboard.
setRotation(MapVec, float) - Method in class com.nutiteq.vectorelements.NMLModel
Sets the rotation of this model using an axis and an angle.
setScale(float) - Method in class com.nutiteq.vectorelements.NMLModel
Sets the scale of this model.
setScaleWithDPI(boolean) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the state of the scale with DPI flag.
setScalingMode(BillboardScaling) - Method in class com.nutiteq.styles.LabelStyleBuilder
Sets the scaling mode for the label.
setScalingMode(BillboardScaling) - Method in class com.nutiteq.styles.MarkerStyleBuilder
Sets the scaling mode for the marker.
setSeamlessPanning(boolean) - Method in class com.nutiteq.components.Options
Sets the state of seamless horizontal panning flag.
setShowDebug(boolean) - Static method in class com.nutiteq.utils.Log
Enables or disables writing internal debug messages to the log.
setShowError(boolean) - Static method in class com.nutiteq.utils.Log
Enables or disables writing error messages to the log.
setShowInfo(boolean) - Static method in class com.nutiteq.utils.Log
Enables or disables writing info messages to the log.
setShowWarn(boolean) - Static method in class com.nutiteq.utils.Log
Enables or disables writing warning messages to the log.
setSize(float) - Method in class com.nutiteq.styles.MarkerStyleBuilder
Sets the size for the marker.
setSize(float) - Method in class com.nutiteq.styles.PointStyleBuilder
Sets the size for the point in screen density independent pixels (DP or DIP).
setSkyBitmap(Bitmap) - Method in class com.nutiteq.components.Options
Sets the sky bitmap.
setSourceProjection(Projection) - Method in class com.nutiteq.geometry.GeoJSONGeometryWriter
Sets the current source projection.
setStretchFactor(float) - Method in class com.nutiteq.styles.LineStyleBuilder
Sets the relative stretching coefficient for the line.
setStrokeColor(Color) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the color of the stroke surrounding the popup.
setStrokeColor(Color) - Method in class com.nutiteq.styles.TextStyleBuilder
Sets the stroke color for the text label.
setStrokeWidth(int) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the width of the stroke surrounding the popup.
setStrokeWidth(float) - Method in class com.nutiteq.styles.TextStyleBuilder
Sets the stroke width for the text label.
setStyle(BalloonPopupStyle) - Method in class com.nutiteq.vectorelements.BalloonPopup
Sets the style for this balloon popup.
setStyle(GeometryCollectionStyle) - Method in class com.nutiteq.vectorelements.GeometryCollection
Sets the style for this geometry collection.
setStyle(LabelStyle) - Method in class com.nutiteq.vectorelements.Label
Sets the style for this label.
setStyle(LineStyle) - Method in class com.nutiteq.vectorelements.Line
Sets the style for this line.
setStyle(MarkerStyle) - Method in class com.nutiteq.vectorelements.Marker
Sets the style for this marker.
setStyle(PointStyle) - Method in class com.nutiteq.vectorelements.Point
Sets a style for this point.
setStyle(PolygonStyle) - Method in class com.nutiteq.vectorelements.Polygon
Sets the style for this polygon.
setStyle(Polygon3DStyle) - Method in class com.nutiteq.vectorelements.Polygon3D
Sets the style for this 3d polygon.
setStyle(PopupStyle) - Method in class com.nutiteq.vectorelements.Popup
Sets the style for this Popup.
setStyle(TextStyle) - Method in class com.nutiteq.vectorelements.Text
Sets the style for this text label.
setStyleParameter(String, boolean) - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Sets a style parameter to specified boolean value.
The style parameter must be declared in the current style.
setStyleParameter(String, long) - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Sets a style parameter to specified integer value.
The style parameter must be declared in the current style.
setStyleParameter(String, double) - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Sets a style parameter to specified floating point value.
The style parameter must be declared in the current style.
setStyleParameter(String, String) - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Sets a style parameter to specified string value.
The style parameter must be declared in the current style.
setStyleSet(CartoCSSStyleSet) - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
Sets the current style set used by the decoder.
setSynchronizedRefresh(boolean) - Method in class com.nutiteq.layers.RasterTileLayer
Sets the state of the synchronized refresh flag.
setTag(String) - Static method in class com.nutiteq.utils.Log
Sets the tag for the log events.
setTargetProjection(Projection) - Method in class com.nutiteq.geometry.GeoJSONGeometryReader
Sets the current target projection.
setText(String) - Method in class com.nutiteq.vectorelements.Text
Sets the display text.
setTextField(String) - Method in class com.nutiteq.styles.TextStyleBuilder
Sets the text field variable.
setTextureCacheCapacity(long) - Method in class com.nutiteq.layers.RasterTileLayer
Sets the tile texture cache capacity.
setTileCacheCapacity(long) - Method in class com.nutiteq.layers.VectorTileLayer
Sets the vector tile cache capacity.
setTileDrawSize(int) - Method in class com.nutiteq.components.Options
Sets the tile size for drawing map tiles.
setTileLoadListener(TileLoadListener) - Method in class com.nutiteq.layers.RasterTileLayer
Sets the tile load listener.
setTileSubstitutionPolicy(TileSubstitutionPolicy) - Method in class com.nutiteq.layers.TileLayer
Sets the current tile substitution policy.
setTileThreadPoolSize(int) - Method in class com.nutiteq.components.Options
Sets the number of threads used by the tile task pool.
setTilt(float, float) - Method in class com.nutiteq.ui.MapView
Sets the new absolute tilt value.
setTiltRange(MapRange) - Method in class com.nutiteq.components.Options
Sets the tilt range constraint.
setTitle(String) - Method in class com.nutiteq.vectorelements.BalloonPopup
Sets the title this balloon popup will display.
setTitleColor(Color) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the color of the title.
setTitleFontName(String) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the name of the title font.
setTitleFontSize(int) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the size of the title font.
setTitleMargins(BalloonPopupMargins) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the margins for the title.
setTitleWrap(boolean) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the state of the title wrap parameter.
setTriangleHeight(int) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the height of the triangle at the bottom of the popup.
setTriangleWidth(int) - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Sets the width of the triangle at the bottom of the popup.
setUserInput(boolean) - Method in class com.nutiteq.components.Options
Sets the state of the user input flag.
setVerticalOffset(float) - Method in class com.nutiteq.styles.BillboardStyleBuilder
Sets the vertical offset for the billboard.
setVisible(boolean) - Method in class com.nutiteq.layers.Layer
Sets the visibility of this layer.
setVisible(boolean) - Method in class com.nutiteq.vectorelements.VectorElement
Sets the state of the visibility flag for this vector element.
setVisibleZoomRange(MapRange) - Method in class com.nutiteq.layers.Layer
Set the visible zoom range for this layer.
setWatermarkAlignment(float, float) - Method in class com.nutiteq.components.Options
Sets the position of the watermark relative to the screen.
setWatermarkBitmap(Bitmap) - Method in class com.nutiteq.components.Options
Sets the watermark bitmap.
setWatermarkPadding(float, float) - Method in class com.nutiteq.components.Options
Sets the padding between the watermark and the edge of the screen.
setWatermarkScale(float) - Method in class com.nutiteq.components.Options
Set the watermark relative scale.
setWidth(float) - Method in class com.nutiteq.styles.LineStyleBuilder
Sets the width of line in screen density independent pixels (DP or DIP).
setZ(boolean) - Method in class com.nutiteq.geometry.GeoJSONGeometryWriter
Sets the state of Z coordinate serialization.
setZoom(float, float) - Method in class com.nutiteq.ui.MapView
Sets the new absolute zoom value.
setZoom(float, MapPos, float) - Method in class com.nutiteq.ui.MapView
Sets the new absolute zoom value.
setZoomLevelBias(float) - Method in class com.nutiteq.layers.TileLayer
Sets the zoom level bias for this layer.
setZoomRange(MapRange) - Method in class com.nutiteq.components.Options
Sets the zoom range constraint.
simplify(Geometry, float) - Method in class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
 
simplify(Geometry, float) - Method in class com.nutiteq.geometry.GeometrySimplifier
Perform the simplification of the given geometry, given relative scale.
size() - Method in class com.nutiteq.wrappedcommons.GeometryVector
 
size() - Method in class com.nutiteq.wrappedcommons.LayerVector
 
size() - Method in class com.nutiteq.wrappedcommons.LineGeometryVector
 
size() - Method in class com.nutiteq.wrappedcommons.MapPosVector
 
size() - Method in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
size() - Method in class com.nutiteq.wrappedcommons.PackageInfoVector
 
size() - Method in class com.nutiteq.wrappedcommons.PointGeometryVector
 
size() - Method in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
size() - Method in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
size() - Method in class com.nutiteq.wrappedcommons.ScreenPosVector
 
size() - Method in class com.nutiteq.wrappedcommons.StringMap
 
size() - Method in class com.nutiteq.wrappedcommons.StringVector
 
size() - Method in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
size() - Method in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
size() - Method in class com.nutiteq.wrappedcommons.VectorElementVector
 
sphereIntersects(MapPos, double) - Method in class com.nutiteq.graphics.Frustum
Tests if a sphere inersects with the frustum.
SqliteNMLModelLODTreeDataSource - Class in com.nutiteq.datasources
A sqlite database based data source for NML model LOD trees.
SqliteNMLModelLODTreeDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
 
SqliteNMLModelLODTreeDataSource(Projection, String) - Constructor for class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
Constructs a SqliteNMLModelLODTreeDataSource object.
squareIntersects(MapBounds) - Method in class com.nutiteq.graphics.Frustum
Tests if an axis aligned square on the z = 0 plane inersects with the frustum.
start() - Method in class com.nutiteq.packagemanager.PackageManager
Starts the package manager.
startPackageDownload(String) - Method in class com.nutiteq.packagemanager.PackageManager
Starts downloading specified package asynchronously.
startPackageImport(String, int, String) - Method in class com.nutiteq.packagemanager.PackageManager
Starts importing the specified package asynchronously.
startPackageListDownload() - Method in class com.nutiteq.packagemanager.PackageManager
Starts downloading package list asynchronously.
startPackageRemove(String) - Method in class com.nutiteq.packagemanager.PackageManager
Starts the removal of specified package asynchronously.
stop(boolean) - Method in class com.nutiteq.packagemanager.PackageManager
Stops the package manager.
StringMap - Class in com.nutiteq.wrappedcommons
 
StringMap(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.StringMap
 
StringMap() - Constructor for class com.nutiteq.wrappedcommons.StringMap
 
StringMap(StringMap) - Constructor for class com.nutiteq.wrappedcommons.StringMap
 
StringVector - Class in com.nutiteq.wrappedcommons
 
StringVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.StringVector
 
StringVector() - Constructor for class com.nutiteq.wrappedcommons.StringVector
 
StringVector(long) - Constructor for class com.nutiteq.wrappedcommons.StringVector
 
Style - Class in com.nutiteq.styles
A base class for other Style objects.
Style(long, boolean) - Constructor for class com.nutiteq.styles.Style
 
StyleBuilder - Class in com.nutiteq.styles
A base class for other StyleBuilder subclasses.
StyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.StyleBuilder
 
StyleSelector - Class in com.nutiteq.styles
A collection of style rules.
StyleSelector(long, boolean) - Constructor for class com.nutiteq.styles.StyleSelector
 
StyleSelectorBuilder - Class in com.nutiteq.styles
Builder class for style selectors.
StyleSelectorBuilder(long, boolean) - Constructor for class com.nutiteq.styles.StyleSelectorBuilder
 
StyleSelectorBuilder() - Constructor for class com.nutiteq.styles.StyleSelectorBuilder
Constructs a new empty builder.
sub(MapVec) - Method in class com.nutiteq.core.MapVec
Creates a new map vector by subtracting a map vector from this map vector.
subPos(MapPos) - Method in class com.nutiteq.core.MapPos
Creates a new map vector by subtracting a map position from this map position.
subVec(MapVec) - Method in class com.nutiteq.core.MapPos
Creates a new map position by subtracting a map vector from this map position.
swigCMemOwn - Variable in class com.nutiteq.components.LicenseManager
 
swigCMemOwn - Variable in class com.nutiteq.components.LicenseManagerListener
 
swigCMemOwn - Variable in class com.nutiteq.components.Options
 
swigCMemOwn - Variable in class com.nutiteq.core.MapBounds
 
swigCMemOwn - Variable in class com.nutiteq.core.MapEnvelope
 
swigCMemOwn - Variable in class com.nutiteq.core.MapPos
 
swigCMemOwn - Variable in class com.nutiteq.core.MapRange
 
swigCMemOwn - Variable in class com.nutiteq.core.MapTile
 
swigCMemOwn - Variable in class com.nutiteq.core.MapVec
 
swigCMemOwn - Variable in class com.nutiteq.core.ScreenBounds
 
swigCMemOwn - Variable in class com.nutiteq.core.ScreenPos
 
swigCMemOwn - Variable in class com.nutiteq.core.TileData
 
swigCMemOwn - Variable in class com.nutiteq.datasources.NMLModelLODTreeDataSource
 
swigCMemOwn - Variable in class com.nutiteq.datasources.TileDataSource
 
swigCMemOwn - Variable in class com.nutiteq.datasources.VectorDataSource
 
swigCMemOwn - Variable in class com.nutiteq.geometry.GeoJSONGeometryReader
 
swigCMemOwn - Variable in class com.nutiteq.geometry.GeoJSONGeometryWriter
 
swigCMemOwn - Variable in class com.nutiteq.geometry.Geometry
 
swigCMemOwn - Variable in class com.nutiteq.geometry.GeometrySimplifier
 
swigCMemOwn - Variable in class com.nutiteq.graphics.Bitmap
 
swigCMemOwn - Variable in class com.nutiteq.graphics.Color
 
swigCMemOwn - Variable in class com.nutiteq.graphics.Frustum
 
swigCMemOwn - Variable in class com.nutiteq.graphics.ViewState
 
swigCMemOwn - Variable in class com.nutiteq.layers.ClusterElementBuilder
 
swigCMemOwn - Variable in class com.nutiteq.layers.Layer
 
swigCMemOwn - Variable in class com.nutiteq.layers.Layers
 
swigCMemOwn - Variable in class com.nutiteq.layers.TileLoadListener
 
swigCMemOwn - Variable in class com.nutiteq.packagemanager.PackageInfo
 
swigCMemOwn - Variable in class com.nutiteq.packagemanager.PackageManager
 
swigCMemOwn - Variable in class com.nutiteq.packagemanager.PackageManagerListener
 
swigCMemOwn - Variable in class com.nutiteq.packagemanager.PackageMetaInfo
 
swigCMemOwn - Variable in class com.nutiteq.packagemanager.PackageStatus
 
swigCMemOwn - Variable in class com.nutiteq.packagemanager.PackageTileMask
 
swigCMemOwn - Variable in class com.nutiteq.projections.Projection
 
swigCMemOwn - Variable in class com.nutiteq.renderers.components.CullState
 
swigCMemOwn - Variable in class com.nutiteq.routing.RoutingInstruction
 
swigCMemOwn - Variable in class com.nutiteq.routing.RoutingRequest
 
swigCMemOwn - Variable in class com.nutiteq.routing.RoutingResult
 
swigCMemOwn - Variable in class com.nutiteq.routing.RoutingService
 
swigCMemOwn - Variable in class com.nutiteq.styles.BalloonPopupMargins
 
swigCMemOwn - Variable in class com.nutiteq.styles.CartoCSSParser
 
swigCMemOwn - Variable in class com.nutiteq.styles.Style
 
swigCMemOwn - Variable in class com.nutiteq.styles.StyleBuilder
 
swigCMemOwn - Variable in class com.nutiteq.styles.StyleSelector
 
swigCMemOwn - Variable in class com.nutiteq.styles.StyleSelectorBuilder
 
swigCMemOwn - Variable in class com.nutiteq.ui.MapClickInfo
 
swigCMemOwn - Variable in class com.nutiteq.ui.MapEventListener
 
swigCMemOwn - Variable in class com.nutiteq.ui.MapRenderListener
 
swigCMemOwn - Variable in class com.nutiteq.ui.VectorElementClickInfo
 
swigCMemOwn - Variable in class com.nutiteq.ui.VectorElementsClickInfo
 
swigCMemOwn - Variable in class com.nutiteq.utils.AssetUtils
 
swigCMemOwn - Variable in class com.nutiteq.utils.BitmapUtils
 
swigCMemOwn - Variable in class com.nutiteq.utils.Log
 
swigCMemOwn - Variable in class com.nutiteq.vectorelements.VectorElement
 
swigCMemOwn - Variable in class com.nutiteq.vectortiles.CartoCSSStyleSet
 
swigCMemOwn - Variable in class com.nutiteq.vectortiles.MBVectorTileStyleSet
 
swigCMemOwn - Variable in class com.nutiteq.vectortiles.VectorTileDecoder
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.GeometryVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.LayerVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.LineGeometryVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.MapPosVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.MapPosVectorVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.PackageInfoVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.PointGeometryVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.PolygonGeometryVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.RoutingInstructionVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.ScreenPosVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.StringMap
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.StringVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.UnsignedCharVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
swigCMemOwn - Variable in class com.nutiteq.wrappedcommons.VectorElementVector
 
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.components.LicenseManagerListener
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.AssetTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.CacheTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.CombinedTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.CompressedCacheTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.HTTPTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.LocalVectorDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.MBTilesTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.NMLModelLODTreeDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.PackageManagerTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.PersistentCacheTileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.TileDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.datasources.VectorDataSource
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.Geometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.GeometrySimplifier
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.LineGeometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.MultiGeometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.MultiLineGeometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.MultiPointGeometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.MultiPolygonGeometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.PointGeometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.geometry.PolygonGeometry
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.ClusteredVectorLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.ClusterElementBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.Layer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.NMLModelLODTreeLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.RasterTileLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.TileLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.TileLoadListener
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.TorqueTileLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.UTFGridRasterTileLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.VectorLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.layers.VectorTileLayer
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.packagemanager.NutiteqPackageManager
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.packagemanager.PackageManager
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.packagemanager.PackageManagerListener
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.projections.EPSG3857
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.projections.Projection
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.routing.NutiteqOfflineRoutingService
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.routing.NutiteqOnlineRoutingService
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.routing.PackageManagerRoutingService
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.routing.RoutingService
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.BalloonPopupStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.BillboardStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.BillboardStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.GeometryCollectionStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.LabelStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.LabelStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.LineStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.LineStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.MarkerStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.MarkerStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.PointStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.PointStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.Polygon3DStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.Polygon3DStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.PolygonStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.PolygonStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.PopupStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.PopupStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.Style
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.StyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.TextStyle
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.styles.TextStyleBuilder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.ui.MapEventListener
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.ui.MapRenderListener
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.BalloonPopup
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Billboard
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.GeometryCollection
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Label
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Line
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Marker
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.NMLModel
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.NMLModelLODTreeProxy
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Point
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Polygon
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Polygon3D
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Popup
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.Text
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectorelements.VectorElement
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectortiles.TorqueTileDecoder
Creates a polymorphic instance of the given native object.
swigCreatePolymorphicInstance(long, boolean) - Static method in class com.nutiteq.vectortiles.VectorTileDecoder
Creates a polymorphic instance of the given native object.
swigDirectorDisconnect() - Method in class com.nutiteq.components.LicenseManagerListener
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.AssetTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.CacheTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.CombinedTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.HTTPTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.LocalVectorDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.TileDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.datasources.VectorDataSource
 
swigDirectorDisconnect() - Method in class com.nutiteq.layers.ClusterElementBuilder
 
swigDirectorDisconnect() - Method in class com.nutiteq.layers.TileLoadListener
 
swigDirectorDisconnect() - Method in class com.nutiteq.packagemanager.PackageManagerListener
 
swigDirectorDisconnect() - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
 
swigDirectorDisconnect() - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
 
swigDirectorDisconnect() - Method in class com.nutiteq.routing.PackageManagerRoutingService
 
swigDirectorDisconnect() - Method in class com.nutiteq.routing.RoutingService
 
swigDirectorDisconnect() - Method in class com.nutiteq.ui.MapEventListener
 
swigDirectorDisconnect() - Method in class com.nutiteq.ui.MapRenderListener
 
swigDirectorDisconnect() - Method in class com.nutiteq.vectorelements.BalloonPopup
 
swigDirectorDisconnect() - Method in class com.nutiteq.vectorelements.Label
 
swigDirectorDisconnect() - Method in class com.nutiteq.vectorelements.Popup
 
swigGetClassName() - Method in class com.nutiteq.components.LicenseManagerListener
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.AssetTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.CacheTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.CombinedTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.HTTPTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.LocalVectorDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.NMLModelLODTreeDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.TileDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.datasources.VectorDataSource
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.Geometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.GeometrySimplifier
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.LineGeometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.MultiGeometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.MultiLineGeometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.MultiPointGeometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.MultiPolygonGeometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.PointGeometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.geometry.PolygonGeometry
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.ClusteredVectorLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.ClusterElementBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.Layer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.RasterTileLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.TileLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.TileLoadListener
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.TorqueTileLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.UTFGridRasterTileLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.VectorLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.layers.VectorTileLayer
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.packagemanager.NutiteqPackageManager
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.packagemanager.PackageManagerListener
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.projections.EPSG3857
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.projections.Projection
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.routing.PackageManagerRoutingService
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.routing.RoutingService
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.BillboardStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.GeometryCollectionStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.LabelStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.LabelStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.LineStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.MarkerStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.PointStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.PointStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.Polygon3DStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.Polygon3DStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.PolygonStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.PolygonStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.PopupStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.PopupStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.Style
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.StyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.TextStyle
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.styles.TextStyleBuilder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.ui.MapEventListener
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.ui.MapRenderListener
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.BalloonPopup
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Billboard
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.GeometryCollection
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Label
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Line
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Marker
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.NMLModel
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.NMLModelLODTreeProxy
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Point
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Polygon
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Polygon3D
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Popup
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.Text
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectorelements.VectorElement
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
Returns the actual class name of this object.
swigGetClassName() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
Returns the actual class name of this object.
swigGetDirectorObject() - Method in class com.nutiteq.components.LicenseManagerListener
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.AssetTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.CacheTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.CombinedTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.HTTPTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.LocalVectorDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.NMLModelLODTreeDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.OnlineNMLModelLODTreeDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.SqliteNMLModelLODTreeDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.TileDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.datasources.VectorDataSource
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.DouglasPeuckerGeometrySimplifier
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.Geometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.GeometrySimplifier
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.LineGeometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.MultiGeometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.MultiLineGeometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.MultiPointGeometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.MultiPolygonGeometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.PointGeometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.geometry.PolygonGeometry
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.ClusteredVectorLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.ClusterElementBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.Layer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.NMLModelLODTreeLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.NutiteqOnlineVectorTileLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.RasterTileLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.TileLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.TileLoadListener
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.TorqueTileLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.UTFGridRasterTileLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.VectorLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.layers.VectorTileLayer
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.packagemanager.NutiteqPackageManager
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.packagemanager.PackageManager
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.packagemanager.PackageManagerListener
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.projections.EPSG3857
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.projections.Projection
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.routing.PackageManagerRoutingService
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.routing.RoutingService
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.BalloonPopupStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.BalloonPopupStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.BillboardStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.BillboardStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.GeometryCollectionStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.GeometryCollectionStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.LabelStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.LabelStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.LineStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.LineStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.MarkerStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.MarkerStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.PointStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.PointStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.Polygon3DStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.Polygon3DStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.PolygonStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.PolygonStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.PopupStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.PopupStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.Style
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.StyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.TextStyle
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.styles.TextStyleBuilder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.ui.MapEventListener
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.ui.MapRenderListener
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.BalloonPopup
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Billboard
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.GeometryCollection
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Label
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Line
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Marker
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.NMLModel
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.NMLModelLODTreeProxy
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Point
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Polygon
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Polygon3D
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Popup
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.Text
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectorelements.VectorElement
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectortiles.MBVectorTileDecoder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectortiles.TorqueTileDecoder
Returns the connected director object.
swigGetDirectorObject() - Method in class com.nutiteq.vectortiles.VectorTileDecoder
Returns the connected director object.
swigReleaseOwnership() - Method in class com.nutiteq.components.LicenseManagerListener
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.AssetTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.CacheTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.CombinedTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.HTTPTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.LocalVectorDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.TileDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.datasources.VectorDataSource
 
swigReleaseOwnership() - Method in class com.nutiteq.layers.ClusterElementBuilder
 
swigReleaseOwnership() - Method in class com.nutiteq.layers.TileLoadListener
 
swigReleaseOwnership() - Method in class com.nutiteq.packagemanager.PackageManagerListener
 
swigReleaseOwnership() - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
 
swigReleaseOwnership() - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
 
swigReleaseOwnership() - Method in class com.nutiteq.routing.PackageManagerRoutingService
 
swigReleaseOwnership() - Method in class com.nutiteq.routing.RoutingService
 
swigReleaseOwnership() - Method in class com.nutiteq.ui.MapEventListener
 
swigReleaseOwnership() - Method in class com.nutiteq.ui.MapRenderListener
 
swigReleaseOwnership() - Method in class com.nutiteq.vectorelements.BalloonPopup
 
swigReleaseOwnership() - Method in class com.nutiteq.vectorelements.Label
 
swigReleaseOwnership() - Method in class com.nutiteq.vectorelements.Popup
 
swigTakeOwnership() - Method in class com.nutiteq.components.LicenseManagerListener
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.AssetTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.BitmapOverlayRasterTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.CacheTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.CombinedTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.CompressedCacheTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.HTTPTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.LocalVectorDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.MBTilesTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.NutiteqOnlineTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.PackageManagerTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.PersistentCacheTileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.TileDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.datasources.VectorDataSource
 
swigTakeOwnership() - Method in class com.nutiteq.layers.ClusterElementBuilder
 
swigTakeOwnership() - Method in class com.nutiteq.layers.TileLoadListener
 
swigTakeOwnership() - Method in class com.nutiteq.packagemanager.PackageManagerListener
 
swigTakeOwnership() - Method in class com.nutiteq.routing.NutiteqOfflineRoutingService
 
swigTakeOwnership() - Method in class com.nutiteq.routing.NutiteqOnlineRoutingService
 
swigTakeOwnership() - Method in class com.nutiteq.routing.PackageManagerRoutingService
 
swigTakeOwnership() - Method in class com.nutiteq.routing.RoutingService
 
swigTakeOwnership() - Method in class com.nutiteq.ui.MapEventListener
 
swigTakeOwnership() - Method in class com.nutiteq.ui.MapRenderListener
 
swigTakeOwnership() - Method in class com.nutiteq.vectorelements.BalloonPopup
 
swigTakeOwnership() - Method in class com.nutiteq.vectorelements.Label
 
swigTakeOwnership() - Method in class com.nutiteq.vectorelements.Popup
 
swigToEnum(int) - Static method in enum com.nutiteq.components.PanningMode
 
swigToEnum(int) - Static method in enum com.nutiteq.components.PivotMode
 
swigToEnum(int) - Static method in enum com.nutiteq.components.ProjectionMode
 
swigToEnum(int) - Static method in enum com.nutiteq.datasources.LocalSpatialIndexType
 
swigToEnum(int) - Static method in enum com.nutiteq.datasources.MBTilesScheme
 
swigToEnum(int) - Static method in enum com.nutiteq.graphics.ColorFormat
 
swigToEnum(int) - Static method in enum com.nutiteq.layers.TileSubstitutionPolicy
 
swigToEnum(int) - Static method in enum com.nutiteq.layers.VectorTileLabelOrder
 
swigToEnum(int) - Static method in enum com.nutiteq.packagemanager.PackageAction
 
swigToEnum(int) - Static method in enum com.nutiteq.packagemanager.PackageErrorType
 
swigToEnum(int) - Static method in enum com.nutiteq.packagemanager.PackageMetaInfoType
 
swigToEnum(int) - Static method in enum com.nutiteq.packagemanager.PackageTileStatus
 
swigToEnum(int) - Static method in enum com.nutiteq.packagemanager.PackageType
 
swigToEnum(int) - Static method in enum com.nutiteq.routing.RoutingAction
 
swigToEnum(int) - Static method in enum com.nutiteq.styles.BillboardOrientation
 
swigToEnum(int) - Static method in enum com.nutiteq.styles.BillboardScaling
 
swigToEnum(int) - Static method in enum com.nutiteq.styles.LineEndType
 
swigToEnum(int) - Static method in enum com.nutiteq.styles.LineJointType
 
swigToEnum(int) - Static method in enum com.nutiteq.ui.ClickType
 
SWIGTYPE_p_std__string - Class in com.nutiteq.utils
 
SWIGTYPE_p_std__string(long, boolean) - Constructor for class com.nutiteq.utils.SWIGTYPE_p_std__string
 
SWIGTYPE_p_std__string() - Constructor for class com.nutiteq.utils.SWIGTYPE_p_std__string
 
swigValue() - Method in enum com.nutiteq.components.PanningMode
 
swigValue() - Method in enum com.nutiteq.components.PivotMode
 
swigValue() - Method in enum com.nutiteq.components.ProjectionMode
 
swigValue() - Method in enum com.nutiteq.datasources.LocalSpatialIndexType
 
swigValue() - Method in enum com.nutiteq.datasources.MBTilesScheme
 
swigValue() - Method in enum com.nutiteq.graphics.ColorFormat
 
swigValue() - Method in enum com.nutiteq.layers.TileSubstitutionPolicy
 
swigValue() - Method in enum com.nutiteq.layers.VectorTileLabelOrder
 
swigValue() - Method in enum com.nutiteq.packagemanager.PackageAction
 
swigValue() - Method in enum com.nutiteq.packagemanager.PackageErrorType
 
swigValue() - Method in enum com.nutiteq.packagemanager.PackageMetaInfoType
 
swigValue() - Method in enum com.nutiteq.packagemanager.PackageTileStatus
 
swigValue() - Method in enum com.nutiteq.packagemanager.PackageType
 
swigValue() - Method in enum com.nutiteq.routing.RoutingAction
 
swigValue() - Method in enum com.nutiteq.styles.BillboardOrientation
 
swigValue() - Method in enum com.nutiteq.styles.BillboardScaling
 
swigValue() - Method in enum com.nutiteq.styles.LineEndType
 
swigValue() - Method in enum com.nutiteq.styles.LineJointType
 
swigValue() - Method in enum com.nutiteq.ui.ClickType
 

T

Text - Class in com.nutiteq.vectorelements
A text element that can be displayed on the map.
Text(long, boolean) - Constructor for class com.nutiteq.vectorelements.Text
 
Text(Billboard, TextStyle, String) - Constructor for class com.nutiteq.vectorelements.Text
Constructs a Text object with the specified style and attaches it to a billboard element.
Text(Geometry, TextStyle, String) - Constructor for class com.nutiteq.vectorelements.Text
Constructs a Text object from a geometry object and a style.
Text(MapPos, TextStyle, String) - Constructor for class com.nutiteq.vectorelements.Text
Constructs a Text object from a map position and a style.
TextStyle - Class in com.nutiteq.styles
A style for text labels.
TextStyle(long, boolean) - Constructor for class com.nutiteq.styles.TextStyle
 
TextStyle(Color, float, float, boolean, boolean, float, float, int, boolean, float, float, boolean, BillboardOrientation, BillboardScaling, String, String, int, Color, float) - Constructor for class com.nutiteq.styles.TextStyle
Constructs a TextStyle object from various parameters.
TextStyleBuilder - Class in com.nutiteq.styles
A builder class for TextStyle.
TextStyleBuilder(long, boolean) - Constructor for class com.nutiteq.styles.TextStyleBuilder
 
TextStyleBuilder() - Constructor for class com.nutiteq.styles.TextStyleBuilder
Constructs a TextStyleBuilder object with all parameters set to defaults.
TileData - Class in com.nutiteq.core
A wrapper class for tile data.
TileData(long, boolean) - Constructor for class com.nutiteq.core.TileData
 
TileData(UnsignedCharVector) - Constructor for class com.nutiteq.core.TileData
Constructs a TileData object from a data blob.
TileDataSource - Class in com.nutiteq.datasources
Abstract base class for tile data sources.
TileDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.TileDataSource
 
TileDataSource(int, int) - Constructor for class com.nutiteq.datasources.TileDataSource
Constructs an abstract TileDataSource object.
Note: EPSG3857 projection is used.
TileLayer - Class in com.nutiteq.layers
An abstract base class for all tile layers.
TileLayer(long, boolean) - Constructor for class com.nutiteq.layers.TileLayer
 
TileLoadListener - Class in com.nutiteq.layers
Interface for monitoring tile loading events.
TileLoadListener(long, boolean) - Constructor for class com.nutiteq.layers.TileLoadListener
 
TileLoadListener() - Constructor for class com.nutiteq.layers.TileLoadListener
 
TileSubstitutionPolicy - Enum in com.nutiteq.layers
The policy to use when looking for tiles that are not available.
tilt(float, float) - Method in class com.nutiteq.ui.MapView
Tilts the view relative to the current tilt value.
TorqueTileDecoder - Class in com.nutiteq.vectortiles
A decoder for Torque layer that accepts json-based Torque tiles.
TorqueTileDecoder(long, boolean) - Constructor for class com.nutiteq.vectortiles.TorqueTileDecoder
 
TorqueTileDecoder(CartoCSSStyleSet) - Constructor for class com.nutiteq.vectortiles.TorqueTileDecoder
Constructs a new TorqueTileDecoder given style.
TorqueTileLayer - Class in com.nutiteq.layers
A vector tile layer for rendering time-based animated point clouds.
TorqueTileLayer(long, boolean) - Constructor for class com.nutiteq.layers.TorqueTileLayer
 
TorqueTileLayer(TileDataSource, TorqueTileDecoder) - Constructor for class com.nutiteq.layers.TorqueTileLayer
 
toString() - Method in class com.nutiteq.core.MapBounds
Creates a string representation of this map bounds object, useful for logging.
toString() - Method in class com.nutiteq.core.MapEnvelope
Creates a string representation of this map envelope, useful for logging.
toString() - Method in class com.nutiteq.core.MapPos
Creates a string representation of this map position, useful for logging.
toString() - Method in class com.nutiteq.core.MapRange
Creates a string representation of this map range, useful for logging.
toString() - Method in class com.nutiteq.core.MapTile
Creates a string representation of this map tile, useful for logging.
toString() - Method in class com.nutiteq.core.MapVec
Creates a string representation of this map vector, useful for logging.
toString() - Method in class com.nutiteq.core.ScreenBounds
Creates a string representation of this screen bounds object, useful for logging.
toString() - Method in class com.nutiteq.core.ScreenPos
Creates a string representation of this screen position, useful for logging.
toString() - Method in class com.nutiteq.graphics.Color
Creates a string representation of this map color, useful for logging.
toString() - Method in class com.nutiteq.routing.RoutingInstruction
Creates a string representation of this instruction, useful for logging.
toWgs84(MapPos) - Method in class com.nutiteq.projections.EPSG3857
 
toWgs84(MapPos) - Method in class com.nutiteq.projections.Projection
Transforms a position from the coordinate system of this projection to the WGS84 coordinate system.

U

UnsignedCharVector - Class in com.nutiteq.wrappedcommons
 
UnsignedCharVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.UnsignedCharVector
 
UnsignedCharVector() - Constructor for class com.nutiteq.wrappedcommons.UnsignedCharVector
 
UnsignedCharVector(long) - Constructor for class com.nutiteq.wrappedcommons.UnsignedCharVector
 
update(CullState) - Method in class com.nutiteq.layers.Layer
Updates the layer using new visibility information.
UTFGridRasterTileLayer - Class in com.nutiteq.layers
A special raster layer with UTFGrid interaction.
UTFGridRasterTileLayer(long, boolean) - Constructor for class com.nutiteq.layers.UTFGridRasterTileLayer
 
UTFGridRasterTileLayer(TileDataSource, TileDataSource) - Constructor for class com.nutiteq.layers.UTFGridRasterTileLayer
 

V

valueOf(String) - Static method in enum com.nutiteq.components.PanningMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.components.PivotMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.components.ProjectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.datasources.LocalSpatialIndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.datasources.MBTilesScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.graphics.ColorFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.layers.TileSubstitutionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.layers.VectorTileLabelOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.packagemanager.PackageAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.packagemanager.PackageErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.packagemanager.PackageMetaInfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.packagemanager.PackageTileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.packagemanager.PackageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.routing.RoutingAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.styles.BillboardOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.styles.BillboardScaling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.styles.LineEndType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.styles.LineJointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutiteq.ui.ClickType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.nutiteq.components.PanningMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.components.PivotMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.components.ProjectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.datasources.LocalSpatialIndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.datasources.MBTilesScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.graphics.ColorFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.layers.TileSubstitutionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.layers.VectorTileLabelOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.packagemanager.PackageAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.packagemanager.PackageErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.packagemanager.PackageMetaInfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.packagemanager.PackageTileStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.packagemanager.PackageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.routing.RoutingAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.styles.BillboardOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.styles.BillboardScaling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.styles.LineEndType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.styles.LineJointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutiteq.ui.ClickType
Returns an array containing the constants of this enum type, in the order they are declared.
VectorDataSource - Class in com.nutiteq.datasources
Abstract base class for envelope based vector data sources.
VectorDataSource(long, boolean) - Constructor for class com.nutiteq.datasources.VectorDataSource
 
VectorDataSource(Projection) - Constructor for class com.nutiteq.datasources.VectorDataSource
Constructs an abstract UnculledVectorDataSource object.
VectorElement - Class in com.nutiteq.vectorelements
A base class for all vector elements (points, lines, texts, models, etc).
VectorElement(long, boolean) - Constructor for class com.nutiteq.vectorelements.VectorElement
 
VectorElementClickInfo - Class in com.nutiteq.ui
A container class that provies information about a click performed on
a vector element.
VectorElementClickInfo(long, boolean) - Constructor for class com.nutiteq.ui.VectorElementClickInfo
 
VectorElementClickInfoVector - Class in com.nutiteq.wrappedcommons
 
VectorElementClickInfoVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
VectorElementClickInfoVector() - Constructor for class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
VectorElementClickInfoVector(long) - Constructor for class com.nutiteq.wrappedcommons.VectorElementClickInfoVector
 
VectorElementsClickInfo - Class in com.nutiteq.ui
A container class that stores information about clicked vector elements.

A single click may result in multiple vector elements being returned, all of which are
located at the click position.
VectorElementsClickInfo(long, boolean) - Constructor for class com.nutiteq.ui.VectorElementsClickInfo
 
VectorElementVector - Class in com.nutiteq.wrappedcommons
 
VectorElementVector(long, boolean) - Constructor for class com.nutiteq.wrappedcommons.VectorElementVector
 
VectorElementVector() - Constructor for class com.nutiteq.wrappedcommons.VectorElementVector
 
VectorElementVector(long) - Constructor for class com.nutiteq.wrappedcommons.VectorElementVector
 
VectorLayer - Class in com.nutiteq.layers
A vector layer that loads data using an envelope.
VectorLayer(long, boolean) - Constructor for class com.nutiteq.layers.VectorLayer
 
VectorLayer(VectorDataSource) - Constructor for class com.nutiteq.layers.VectorLayer
Constructs a VectorLayer object from a data source.
VectorTileDecoder - Class in com.nutiteq.vectortiles
Abstract base class for vector tile decoders.
VectorTileDecoder(long, boolean) - Constructor for class com.nutiteq.vectortiles.VectorTileDecoder
 
VectorTileLabelOrder - Enum in com.nutiteq.layers
Vector tile label display ordering.
VectorTileLayer - Class in com.nutiteq.layers
A tile layer where each tile is a bitmap.
VectorTileLayer(long, boolean) - Constructor for class com.nutiteq.layers.VectorTileLayer
 
VectorTileLayer(TileDataSource, VectorTileDecoder) - Constructor for class com.nutiteq.layers.VectorTileLayer
Constructs a VectorTileLayer object from a data source and tile decoder.
ViewState - Class in com.nutiteq.graphics
A class containing various view parameters for a view state.
ViewState(long, boolean) - Constructor for class com.nutiteq.graphics.ViewState
 

W

warn(String) - Static method in class com.nutiteq.utils.Log
Logs specified warning message (if warning logging is enabled).
writeGeometry(Geometry) - Method in class com.nutiteq.geometry.GeoJSONGeometryWriter
Creates a GeoJSON string corresponding to the specified geometry.

Z

zoom(float, float) - Method in class com.nutiteq.ui.MapView
Zooms the view relative to the current zoom value.
zoom(float, MapPos, float) - Method in class com.nutiteq.ui.MapView
Zooms the view relative to the current zoom value.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links