public class NutiteqOnlineTileDataSource extends TileDataSource
swigCMemOwn| Constructor and Description |
|---|
NutiteqOnlineTileDataSource(long cPtr,
boolean cMemoryOwn) |
NutiteqOnlineTileDataSource(java.lang.String source)
Constructs a NutiteqTileDataSource object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(NutiteqOnlineTileDataSource obj) |
TileData |
loadTile(MapTile mapTile)
Loads the specified tile.
|
static NutiteqOnlineTileDataSource |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
protected void |
swigDirectorDisconnect() |
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
getCPtr, getMaxZoom, getMinZoom, getProjection, notifyTilesChangedpublic NutiteqOnlineTileDataSource(long cPtr,
boolean cMemoryOwn)
public NutiteqOnlineTileDataSource(java.lang.String source)
source - Tile source id. Default: "nutiteq.osm".public static long getCPtr(NutiteqOnlineTileDataSource obj)
protected void finalize()
finalize in class TileDataSourcepublic void delete()
delete in class TileDataSourceprotected void swigDirectorDisconnect()
swigDirectorDisconnect in class TileDataSourcepublic void swigReleaseOwnership()
swigReleaseOwnership in class TileDataSourcepublic void swigTakeOwnership()
swigTakeOwnership in class TileDataSourcepublic static NutiteqOnlineTileDataSource swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public TileData loadTile(MapTile mapTile)
TileDataSourceloadTile in class TileDataSourcemapTile - The tile to load.public java.lang.String swigGetClassName()
swigGetClassName in class TileDataSourcepublic java.lang.Object swigGetDirectorObject()
swigGetDirectorObject in class TileDataSource