| 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 |
|---|---|
TDWay |
RAMTileBasedDataProcessor.getWay(long id) |
TDWay |
HDTileBasedDataProcessor.getWay(long id) |
| Modifier and Type | Method and Description |
|---|---|
Set<TDWay> |
RAMTileBasedDataProcessor.getCoastLines(TileCoordinate tc) |
Set<TDWay> |
HDTileBasedDataProcessor.getCoastLines(TileCoordinate tc) |
List<TDWay> |
RAMTileBasedDataProcessor.getInnerWaysOfMultipolygon(long outerWayID) |
List<TDWay> |
HDTileBasedDataProcessor.getInnerWaysOfMultipolygon(long outerWayID) |
Map<Byte,List<TDWay>> |
RAMTileData.waysByZoomlevel(byte minValidZoomlevel,
byte maxValidZoomlevel) |
Map<Byte,List<TDWay>> |
HDTileData.waysByZoomlevel(byte minValidZoomlevel,
byte maxValidZoomlevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RAMTileData.addWay(TDWay way) |
void |
HDTileData.addWay(TDWay way) |
protected void |
RAMTileBasedDataProcessor.handleAdditionalRelationTags(TDWay virtualWay,
TDRelation relation) |
protected void |
HDTileBasedDataProcessor.handleAdditionalRelationTags(TDWay way,
TDRelation relation) |
protected void |
RAMTileBasedDataProcessor.handleVirtualInnerWay(TDWay virtualWay) |
protected void |
HDTileBasedDataProcessor.handleVirtualInnerWay(TDWay virtualWay) |
protected void |
RAMTileBasedDataProcessor.handleVirtualOuterWay(TDWay virtualWay) |
protected void |
HDTileBasedDataProcessor.handleVirtualOuterWay(TDWay virtualWay) |
| Modifier and Type | Method and Description |
|---|---|
static TDWay |
TDWay.fromWay(org.openstreetmap.osmosis.core.domain.v0_6.Way way,
NodeResolver resolver,
String preferredLanguage)
Creates a new TDWay from an osmosis way entity using the given NodeResolver.
|
TDWay[] |
TDRelation.getMemberWays() |
TDWay |
WayResolver.getWay(long id) |
| Modifier and Type | Method and Description |
|---|---|
Set<TDWay> |
TileBasedDataProcessor.getCoastLines(TileCoordinate tc)
Retrieve all coastlines that cross the given tile.
|
List<TDWay> |
TileBasedDataProcessor.getInnerWaysOfMultipolygon(long outerWayID)
Retrieve the all the inner ways that are associated with an outer way that represents a multipolygon.
|
abstract Map<Byte,List<TDWay>> |
TileData.waysByZoomlevel(byte minValidZoomlevel,
byte maxValidZoomlevel)
Gets all ways of this tile that are seen in the given zoom interval.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TileData.addWay(TDWay way)
Add a way to the tile.
|
| 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 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).
|
static com.vividsolutions.jts.geom.Geometry |
GeoUtils.simplifyGeometry(TDWay way,
com.vividsolutions.jts.geom.Geometry geometry,
byte zoomlevel,
int tileSize,
double simplificationFactor)
Simplifies a geometry using the Douglas Peucker algorithm.
|
static com.vividsolutions.jts.geom.Coordinate[] |
JTSUtils.toCoordinates(TDWay way)
Translates a
TDWay object to an array of JTS Coordinate. |
static com.vividsolutions.jts.geom.Geometry |
JTSUtils.toJtsGeometry(TDWay way,
List<TDWay> innerWays)
Converts a way with potential inner ways to a JTS geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
JTSUtils.toJtsGeometry(TDWay way,
List<TDWay> innerWays)
Converts a way with potential inner ways to a JTS geometry.
|
Copyright © 2014 mapsforge.org