| Package | Description |
|---|---|
| org.mapsforge.map.writer |
The mapsforge-map-writer tool comes as a plugin for osmosis.
|
| org.mapsforge.map.writer.model | |
| org.mapsforge.map.writer.util |
| Modifier and Type | Method and Description |
|---|---|
Set<TDWay> |
RAMTileBasedDataProcessor.getCoastLines(TileCoordinate tc) |
Set<TDWay> |
HDTileBasedDataProcessor.getCoastLines(TileCoordinate tc) |
| Modifier and Type | Method and Description |
|---|---|
TileCoordinate |
TileGridLayout.getUpperLeft() |
| Modifier and Type | Method and Description |
|---|---|
List<TileCoordinate> |
TileCoordinate.translateToZoomLevel(byte zoomlevelNew)
Computes which tile on a lower zoom level covers this given tile or which tiles on a higher zoom level together
cover this tile.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TDWay> |
TileBasedDataProcessor.getCoastLines(TileCoordinate tc)
Retrieve all coastlines that cross the given tile.
|
boolean |
TileInfo.isWaterTile(TileCoordinate tc)
Checks if a tile is completely covered by water.
|
| Constructor and Description |
|---|
TileGridLayout(TileCoordinate upperLeft,
int amountTilesHorizontal,
int amountTilesVertical)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TileCoordinate> |
GeoUtils.mapWayToTiles(TDWay way,
byte baseZoomLevel,
int enlargementInMeter)
Computes which tiles on the given base zoom level need to include the given way (which may be a polygon).
|
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
GeoUtils.clipToTile(TDWay way,
com.vividsolutions.jts.geom.Geometry geometry,
TileCoordinate tileCoordinate,
int enlargementInMeters)
Clips a geometry to a tile.
|
static short |
GeoUtils.computeBitmask(com.vividsolutions.jts.geom.Geometry geometry,
TileCoordinate tile,
int enlargementInMeter)
A tile on zoom level z has exactly 16 sub tiles on zoom level z+2.
|
static boolean |
GeoUtils.coveredByTile(com.vividsolutions.jts.geom.Geometry geometry,
TileCoordinate tile,
int enlargementInMeter) |
static boolean |
GeoUtils.pointInTile(LatLong latLong,
TileCoordinate tile) |
Copyright © 2014 mapsforge.org