| Package | Description |
|---|---|
| org.mapsforge.map.writer |
The mapsforge-map-writer tool comes as a plugin for osmosis.
|
| org.mapsforge.map.writer.model |
| 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 |
|---|---|
Encoding |
WayDataBlock.getEncoding() |
static Encoding |
Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoding[] |
Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WayDataBlock(List<Integer> outerWay,
List<List<Integer>> innerWays,
Encoding encoding) |
Copyright © 2014 mapsforge.org