public class MBOnlineRasterDataSource extends com.nutiteq.rasterdatasources.HTTPRasterDataSource implements UTFGridDataSource
| Modifier and Type | Field and Description |
|---|---|
String |
account |
String |
map |
| Constructor and Description |
|---|
MBOnlineRasterDataSource(com.nutiteq.projections.Projection projection,
int minZoom,
int maxZoom,
String account,
String map)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UtfGridHelper.MBTileUTFGrid |
loadUTFGrid(com.nutiteq.components.MapTile tile)
Load UTF grid data for given tile.
|
buildTileURL, loadTile, setConnectionTimeout, setHttpHeaders, setReadTimeoutbuildTileTagMap, readTileBitmap, reloadTilespublic MBOnlineRasterDataSource(com.nutiteq.projections.Projection projection,
int minZoom,
int maxZoom,
String account,
String map)
projection - projection for the data source (practically always EPSG3857)minZoom - minimum zoom supported by the data source.maxZoom - maximum zoom supported by the data source.account - account id to usemap - map id to usepublic UtfGridHelper.MBTileUTFGrid loadUTFGrid(com.nutiteq.components.MapTile tile)
UTFGridDataSourceloadUTFGrid in interface UTFGridDataSourcetile - input tileCopyright © 2014. All rights reserved.