| Package | Description |
|---|---|
| org.mapsforge.map.writer |
The mapsforge-map-writer tool comes as a plugin for osmosis.
|
| org.mapsforge.map.writer.util |
| Modifier and Type | Method and Description |
|---|---|
static List<WayDataBlock> |
DeltaEncoder.encode(List<WayDataBlock> blocks,
Encoding encoding)
Encodes a list of WayDataBlock objects with the given encoding scheme.
|
| Modifier and Type | Method and Description |
|---|---|
static List<WayDataBlock> |
DeltaEncoder.encode(List<WayDataBlock> blocks,
Encoding encoding)
Encodes a list of WayDataBlock objects with the given encoding scheme.
|
static int |
DeltaEncoder.simulateSerialization(List<WayDataBlock> blocks)
Computes the size in bytes for storing a list of WayDataBlock objects as unsigned var-bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static List<WayDataBlock> |
GeoUtils.toWayDataBlockList(com.vividsolutions.jts.geom.Geometry geometry)
Convert a JTS Geometry to a WayDataBlock list.
|
Copyright © 2014 mapsforge.org