Skip navigation links
A C D E F G H I J K L M N O P R S T V W Z 

A

addBboxConfiguration(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
addEncodingChoice(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
addMapStartPosition(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
addMapStartZoom(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
addNode(Node) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
addNode(Node) - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Add a node to the data store.
addNode(Node) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
addOutputFile(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
addPOI(TDNode) - Method in class org.mapsforge.map.writer.HDTileData
 
addPOI(TDNode) - Method in class org.mapsforge.map.writer.model.TileData
Add a POI to the tile.
addPOI(TDNode) - Method in class org.mapsforge.map.writer.RAMTileData
 
addPreferredLanguages(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
addRelation(Relation) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
addRelation(Relation) - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Add a relation to the data store.
addRelation(Relation) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
addWay(Way) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
addWay(TDWay) - Method in class org.mapsforge.map.writer.HDTileData
 
addWay(Way) - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Add a way to the data store.
addWay(TDWay) - Method in class org.mapsforge.map.writer.model.TileData
Add a way to the tile.
addWay(Way) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
addWay(TDWay) - Method in class org.mapsforge.map.writer.RAMTileData
 
addZoomIntervalConfiguration(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.

C

clipToTile(TDWay, Geometry, TileCoordinate, int) - Static method in class org.mapsforge.map.writer.util.GeoUtils
Clips a geometry to a tile.
close() - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
close() - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Release all acquired resources, e.g.
close() - Method in class org.mapsforge.map.writer.osmosis.MapFileWriterTask
 
close() - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
ColorsCSS - Class in org.mapsforge.map.writer.util
Colors from http://www.w3.org/TR/css3-color
ColorsCSS() - Constructor for class org.mapsforge.map.writer.util.ColorsCSS
 
complete() - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
complete() - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Complete the data store, e.g.
complete() - Method in class org.mapsforge.map.writer.osmosis.MapFileWriterTask
 
complete() - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
computeBitmask(Geometry, TileCoordinate, int) - Static method in class org.mapsforge.map.writer.util.GeoUtils
A tile on zoom level z has exactly 16 sub tiles on zoom level z+2.
computeCentroid(Geometry) - Static method in class org.mapsforge.map.writer.util.GeoUtils
 
Constants - Class in org.mapsforge.map.writer.util
Defines some constants.
coveredByTile(Geometry, TileCoordinate, int) - Static method in class org.mapsforge.map.writer.util.GeoUtils
 
CREATOR_NAME - Static variable in class org.mapsforge.map.writer.util.Constants
The name of the map file writer.
cumulatedNumberOfTiles() - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Retrieve the total amount of tiles cumulated over all base zoom levels that is needed to represent the underlying bounding box of this tile data store.

D

DEFAULT_PARAM_BBOX_ENLARGEMENT - Static variable in class org.mapsforge.map.writer.util.Constants
Default bbox enlargement.
DEFAULT_PARAM_ENCODING - Static variable in class org.mapsforge.map.writer.util.Constants
Default coordinate encoding.
DEFAULT_PARAM_OUTFILE - Static variable in class org.mapsforge.map.writer.util.Constants
Default name for out file.
DEFAULT_PARAM_TYPE - Static variable in class org.mapsforge.map.writer.util.Constants
Default data processor type.
DEFAULT_SIMPLIFICATION_FACTOR - Static variable in class org.mapsforge.map.writer.util.Constants
Default simplification factor.
DEFAULT_SIMPLIFICATION_MAX_ZOOM - Static variable in class org.mapsforge.map.writer.util.Constants
The default maximum base zoom level for which we apply a simplification algorithm to filter way points.
DEFAULT_TILE_SIZE - Static variable in class org.mapsforge.map.writer.util.Constants
The default size of a tile in pixel.
DeltaEncoder - Class in org.mapsforge.map.writer
Provides delta or double delta encoding of lists of integers.

E

encode(List<WayDataBlock>, Encoding) - Static method in class org.mapsforge.map.writer.DeltaEncoder
Encodes a list of WayDataBlock objects with the given encoding scheme.
Encoding - Enum in org.mapsforge.map.writer.model
Represents the encoding which is used to store lat/lon coordinates.
EncodingChoice - Enum in org.mapsforge.map.writer.model
Represents preferred encoding.
equals(Object) - Method in class org.mapsforge.map.writer.model.OSMTag
 
equals(Object) - Method in class org.mapsforge.map.writer.model.TDNode
 
equals(Object) - Method in class org.mapsforge.map.writer.model.TDRelation
 
equals(Object) - Method in class org.mapsforge.map.writer.model.TDWay
 
equals(Object) - Method in class org.mapsforge.map.writer.model.TileCoordinate
 
extractKnownPOITags(Entity) - Static method in class org.mapsforge.map.writer.util.OSMUtils
Extracts known POI tags and returns their ids.
extractKnownWayTags(Entity) - Static method in class org.mapsforge.map.writer.util.OSMUtils
Extracts known way tags and returns their ids.
extractSpecialFields(Entity, List<String>) - Static method in class org.mapsforge.map.writer.util.OSMUtils
Extracts special fields and returns their values as an array of strings.

F

fromNode(Node, List<String>) - Static method in class org.mapsforge.map.writer.model.TDNode
Constructs a new TDNode from a given osmosis node entity.
fromOSMTag(OSMTag, short) - Static method in class org.mapsforge.map.writer.model.OSMTag
Convenience method that constructs a new OSMTag with a new id from another OSMTag.
fromRelation(Relation, WayResolver, List<String>) - Static method in class org.mapsforge.map.writer.model.TDRelation
Creates a new TDRelation from an osmosis entity using the given WayResolver.
fromString(String) - Static method in enum org.mapsforge.map.writer.model.EncodingChoice
Reads preferred encoding from a String.
fromString(String) - Static method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
Create a new ZoomIntervalConfiguration from the given string representation.
fromWay(Way, NodeResolver, List<String>) - Static method in class org.mapsforge.map.writer.model.TDWay
Creates a new TDWay from an osmosis way entity using the given NodeResolver.

G

GeoUtils - Class in org.mapsforge.map.writer.util
Provides utility functions for the maps preprocessing.
get(String) - Static method in class org.mapsforge.map.writer.util.ColorsCSS
 
get(Geometry) - Static method in class org.mapsforge.map.writer.util.PolyLabel
Returns pole of inaccessibility, the most distant internal point from the polygon outline.
getAmountTilesHorizontal() - Method in class org.mapsforge.map.writer.model.TileGridLayout
 
getAmountTilesVertical() - Method in class org.mapsforge.map.writer.model.TileGridLayout
 
getBaseZoom(int) - Method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
getBboxConfiguration() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getBboxEnlargement() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getBoundingBox() - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Get the bounding box that describes this TileBasedDataStore.
getBoundingBox() - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getBytes(int) - Static method in class org.mapsforge.map.writer.Serializer
Converts a signed int to a byte array.
getBytes(long) - Static method in class org.mapsforge.map.writer.Serializer
Converts a signed long to a byte array.
getBytes(short) - Static method in class org.mapsforge.map.writer.Serializer
Converts a signed short to a byte array.
getByteValue(String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
getCoastLines(TileCoordinate) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
getCoastLines(TileCoordinate) - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Retrieve all coastlines that cross the given tile.
getCoastLines(TileCoordinate) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getComment() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getDataProcessorType() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getElevation() - Method in class org.mapsforge.map.writer.model.SpecialTagExtractionResult
 
getElevation() - Method in class org.mapsforge.map.writer.model.TDNode
 
getEncoding() - Method in class org.mapsforge.map.writer.model.WayDataBlock
 
getEncodingChoice() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getFileSpecificationVersion() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getFiveBytes(long) - Static method in class org.mapsforge.map.writer.Serializer
Converts the lowest five bytes of an unsigned long to a byte array.
getFloatValue(String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
getHousenumber() - Method in class org.mapsforge.map.writer.model.SpecialTagExtractionResult
 
getHouseNumber() - Method in class org.mapsforge.map.writer.model.TDNode
 
getHouseNumber() - Method in class org.mapsforge.map.writer.model.TDRelation
 
getHouseNumber() - Method in class org.mapsforge.map.writer.model.TDWay
 
getId() - Method in class org.mapsforge.map.writer.model.OSMTag
 
getId() - Method in class org.mapsforge.map.writer.model.TDNode
 
getId() - Method in class org.mapsforge.map.writer.model.TDRelation
 
getId() - Method in class org.mapsforge.map.writer.model.TDWay
 
getInnerWays() - Method in class org.mapsforge.map.writer.model.WayDataBlock
 
getInnerWaysOfMultipolygon(long) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
getInnerWaysOfMultipolygon(long) - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Retrieve the all the inner ways that are associated with an outer way that represents a multipolygon.
getInnerWaysOfMultipolygon(long) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getInstance() - Static method in class org.mapsforge.map.writer.model.TileInfo
 
getInstance() - Static method in class org.mapsforge.map.writer.OSMTagMapping
 
getInstance(URL) - Static method in class org.mapsforge.map.writer.OSMTagMapping
 
getIntegerValue(String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
getKey() - Method in class org.mapsforge.map.writer.model.OSMTag
 
getLatitude() - Method in class org.mapsforge.map.writer.model.TDNode
 
getLayer() - Method in class org.mapsforge.map.writer.model.SpecialTagExtractionResult
 
getLayer() - Method in class org.mapsforge.map.writer.model.TDNode
 
getLayer() - Method in class org.mapsforge.map.writer.model.TDRelation
 
getLayer() - Method in class org.mapsforge.map.writer.model.TDWay
 
getLongitude() - Method in class org.mapsforge.map.writer.model.TDNode
 
getMapStartPosition() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getMapStartZoomLevel() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getMaxMaxZoom() - Method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
getMaxZoom(int) - Method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
getMemberWays() - Method in class org.mapsforge.map.writer.model.TDRelation
 
getMinimumZoomLevel() - Method in class org.mapsforge.map.writer.model.TDWay
 
getMinMinZoom() - Method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
getMinZoom(int) - Method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
getName() - Method in class org.mapsforge.map.writer.model.SpecialTagExtractionResult
 
getName() - Method in class org.mapsforge.map.writer.model.TDNode
 
getName() - Method in class org.mapsforge.map.writer.model.TDRelation
 
getName() - Method in class org.mapsforge.map.writer.model.TDWay
 
getNode(long) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
getNode(long) - Method in interface org.mapsforge.map.writer.model.NodeResolver
Resolves the node entity with the given id.
getNode(long) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getNumberOfZoomIntervals() - Method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
getObjectFromWildcardAndValue(String, String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
getOptimizedPoiIds() - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getOptimizedWayIds() - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getOuterWay() - Method in class org.mapsforge.map.writer.model.WayDataBlock
 
getOutputFile() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getPoiTag(short) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getPoiTag(String, String) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getPoiTags(short[]) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getPreferredLanguages() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getRef() - Method in class org.mapsforge.map.writer.model.SpecialTagExtractionResult
 
getRef() - Method in class org.mapsforge.map.writer.model.TDRelation
 
getRef() - Method in class org.mapsforge.map.writer.model.TDWay
 
getShape() - Method in class org.mapsforge.map.writer.model.TDWay
 
getShortValue(String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
getSimplification() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getSimplificationMaxZoom() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getStandardConfiguration() - Static method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
getStringValue(String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
getTagMapping() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getTags() - Method in class org.mapsforge.map.writer.model.TDNode
 
getTags() - Method in class org.mapsforge.map.writer.model.TDRelation
 
getTags() - Method in class org.mapsforge.map.writer.model.TDWay
 
getThreads() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getTile(int, int, int) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
getTile(int, int, int) - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Retrieves all the data that is associated with a tile.
getTile(int, int, int) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getTileGridLayout(int) - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Get the layout of a grid on the given zoom interval specification.
getTileImpl(int, int, int) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
getTileImpl(int, int, int) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getType() - Method in class org.mapsforge.map.writer.model.SpecialTagExtractionResult
 
getUpperLeft() - Method in class org.mapsforge.map.writer.model.TileGridLayout
 
getValue() - Method in class org.mapsforge.map.writer.model.OSMTag
 
getValueType(String, String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
getVariableByteSigned(int) - Static method in class org.mapsforge.map.writer.Serializer
Converts a signed int to a variable length byte array.
getVariableByteUnsigned(int) - Static method in class org.mapsforge.map.writer.Serializer
Converts an unsigned int to a variable length byte array.
getWay(long) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
getWay(long) - Method in interface org.mapsforge.map.writer.model.WayResolver
 
getWay(long) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getWayNodes() - Method in class org.mapsforge.map.writer.model.TDWay
 
getWayTag(short) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getWayTag(String, String) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getWayTags(Set<Short>) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getWriterVersion() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getX() - Method in class org.mapsforge.map.writer.model.TileCoordinate
 
getY() - Method in class org.mapsforge.map.writer.model.TileCoordinate
 
getZoomAppear() - Method in class org.mapsforge.map.writer.model.OSMTag
 
getZoomAppear() - Method in class org.mapsforge.map.writer.model.TDNode
 
getZoomAppearPOI(Set<Short>) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getZoomAppearWay(Set<Short>) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
getZoomIntervalConfiguration() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
getZoomIntervalConfiguration() - Method in interface org.mapsforge.map.writer.model.TileBasedDataProcessor
Get the zoom interval configuration of the data store.
getZoomIntervalConfiguration() - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
getZoomlevel() - Method in class org.mapsforge.map.writer.model.TileCoordinate
 

H

handleAdditionalRelationTags(TDWay, TDRelation) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
handleAdditionalRelationTags(TDWay, TDRelation) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
handleVirtualInnerWay(TDWay) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
handleVirtualInnerWay(TDWay) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
handleVirtualOuterWay(TDWay) - Method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
 
handleVirtualOuterWay(TDWay) - Method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
 
hashCode() - Method in class org.mapsforge.map.writer.model.OSMTag
 
hashCode() - Method in class org.mapsforge.map.writer.model.TDNode
 
hashCode() - Method in class org.mapsforge.map.writer.model.TDRelation
 
hashCode() - Method in class org.mapsforge.map.writer.model.TDWay
 
hashCode() - Method in class org.mapsforge.map.writer.model.TileCoordinate
 
hasMapStartZoomLevel() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
hasTags() - Method in class org.mapsforge.map.writer.model.TDRelation
 
hasTags() - Method in class org.mapsforge.map.writer.model.TDWay
 
HDTileBasedDataProcessor - Class in org.mapsforge.map.writer
A TileBasedDataStore that uses the hard disk as storage device for temporary data structures.
HDTileData - Class in org.mapsforge.map.writer
 

I

initialize(Map<String, Object>) - Method in class org.mapsforge.map.writer.osmosis.MapFileWriterTask
 
isArea(Way) - Static method in class org.mapsforge.map.writer.util.OSMUtils
Heuristic to determine from attributes if a way is likely to be an area.
isBuilding() - Method in class org.mapsforge.map.writer.model.OSMTag
 
isBuildingPart() - Method in class org.mapsforge.map.writer.model.OSMTag
 
isCoastline() - Method in class org.mapsforge.map.writer.model.OSMTag
 
isCoastline() - Method in class org.mapsforge.map.writer.model.TDRelation
 
isCoastline() - Method in class org.mapsforge.map.writer.model.TDWay
 
isDebugStrings() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
isForcePolygonLine() - Method in class org.mapsforge.map.writer.model.OSMTag
 
isForcePolygonLine() - Method in class org.mapsforge.map.writer.model.TDWay
 
isInvalid() - Method in class org.mapsforge.map.writer.model.TDWay
 
isLabelPosition() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
isLabelPosition() - Method in class org.mapsforge.map.writer.model.OSMTag
 
isPartElement() - Method in class org.mapsforge.map.writer.model.TDWay
 
isPOI() - Method in class org.mapsforge.map.writer.model.TDNode
 
isPolygonClipping() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
isRenderable() - Method in class org.mapsforge.map.writer.model.OSMTag
 
isRenderRelevant() - Method in class org.mapsforge.map.writer.model.TDRelation
 
isRenderRelevant() - Method in class org.mapsforge.map.writer.model.TDWay
 
isReversedInRelation() - Method in class org.mapsforge.map.writer.model.TDWay
 
isRootElement() - Method in class org.mapsforge.map.writer.model.TDWay
 
isSkipInvalidRelations() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
isTagValues() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
isValidClosedLine() - Method in class org.mapsforge.map.writer.model.TDWay
 
isWaterTile(TileCoordinate) - Method in class org.mapsforge.map.writer.model.TileInfo
Checks if a tile is completely covered by water.
isWayClipping() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 

J

JTSUtils - Class in org.mapsforge.map.writer.util
 

K

knownRelationType(String) - Static method in class org.mapsforge.map.writer.model.TDRelation
 

L

LINE - Static variable in class org.mapsforge.map.writer.model.TDWay
Represents a line.
loadTagMappingFile(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Convenience method.
loadTaskFactories() - Method in class org.mapsforge.map.writer.osmosis.MapFileWriterPluginLoader
 
logValueTypeCount() - Static method in class org.mapsforge.map.writer.util.OSMUtils
 

M

MapFileWriter - Class in org.mapsforge.map.writer
Writes the binary file format for mapsforge maps.
MapFileWriterPluginLoader - Class in org.mapsforge.map.writer.osmosis
The Osmosis PluginLoader for the mapfile-writer osmosis plugin.
MapFileWriterPluginLoader() - Constructor for class org.mapsforge.map.writer.osmosis.MapFileWriterPluginLoader
 
MapFileWriterTask - Class in org.mapsforge.map.writer.osmosis
An Osmosis plugin that reads OpenStreetMap data and converts it to a mapsforge binary file.
mapWayToBoundingBox(TDWay) - Static method in class org.mapsforge.map.writer.util.GeoUtils
 
mapWayToPolygon(TDWay) - Static method in class org.mapsforge.map.writer.util.GeoUtils
 
mapWayToTiles(TDWay, byte, int) - Static method in class org.mapsforge.map.writer.util.GeoUtils
Computes which tiles on the given base zoom level need to include the given way (which may be a polygon).
MapWriterConfiguration - Class in org.mapsforge.map.writer.model
Configuration for the map file writer.
MapWriterConfiguration() - Constructor for class org.mapsforge.map.writer.model.MapWriterConfiguration
 
mergeRelationInformation(TDRelation) - Method in class org.mapsforge.map.writer.model.TDWay
Merges tags from a relation with the tags of this way and puts the result into the way tags of this way.
MIN_COORDINATES_POLYGON - Static variable in class org.mapsforge.map.writer.util.GeoUtils
The minimum amount of coordinates (lat/lon counted separately) required for a valid closed polygon.
MIN_NODES_POLYGON - Static variable in class org.mapsforge.map.writer.util.GeoUtils
The minimum amount of nodes required for a valid closed polygon.
MULTI_POLYGON - Static variable in class org.mapsforge.map.writer.model.TDWay
A simple closed polygon with holes.

N

newInstance(MapWriterConfiguration) - Static method in class org.mapsforge.map.writer.HDTileBasedDataProcessor
newInstance(byte[]...) - Static method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
Create a new ZoomIntervalConfiguration from the given byte array.
newInstance(MapWriterConfiguration) - Static method in class org.mapsforge.map.writer.RAMTileBasedDataProcessor
Creates a new instance of a RAMTileBasedDataProcessor.
NodeResolver - Interface in org.mapsforge.map.writer.model
Resolves node entities.

O

optimizePoiOrdering(TShortIntHashMap) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
optimizeWayOrdering(TShortIntHashMap) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
org.mapsforge.map.writer - package org.mapsforge.map.writer
The mapsforge-map-writer tool comes as a plugin for osmosis.
org.mapsforge.map.writer.model - package org.mapsforge.map.writer.model
 
org.mapsforge.map.writer.osmosis - package org.mapsforge.map.writer.osmosis
 
org.mapsforge.map.writer.util - package org.mapsforge.map.writer.util
 
OSMTag - Class in org.mapsforge.map.writer.model
Represents an OSM entity which is defined by a tag/value pair.
OSMTag(short, String, String, byte, boolean, boolean, boolean) - Constructor for class org.mapsforge.map.writer.model.OSMTag
 
OSMTagMapping - Class in org.mapsforge.map.writer
Reorders and maps tag ids according to their frequency in the input data.
OSMUtils - Class in org.mapsforge.map.writer.util
OpenStreetMap related utility methods.

P

parseDoubleUnit(String) - Static method in class org.mapsforge.map.writer.util.OSMUtils
 
pointInTile(LatLong, TileCoordinate) - Static method in class org.mapsforge.map.writer.util.GeoUtils
 
poisByZoomlevel(byte, byte) - Method in class org.mapsforge.map.writer.HDTileData
 
poisByZoomlevel(byte, byte) - Method in class org.mapsforge.map.writer.model.TileData
Gets all POIs of this tile that are seen in the given zoom interval.
poisByZoomlevel(byte, byte) - Method in class org.mapsforge.map.writer.RAMTileData
 
PolyLabel - Class in org.mapsforge.map.writer.util
 
PolyLabel() - Constructor for class org.mapsforge.map.writer.util.PolyLabel
 
process(EntityContainer) - Method in class org.mapsforge.map.writer.osmosis.MapFileWriterTask
 
PROPERTY_NAME_FILE_SPECIFICATION_VERSION_MAX - Static variable in class org.mapsforge.map.writer.util.Constants
The name of the property that refers to the highest version of the map file specification supported by this implementation.
PROPERTY_NAME_FILE_SPECIFICATION_VERSION_MIN - Static variable in class org.mapsforge.map.writer.util.Constants
The name of the property that refers to the lowest version of the map file specification supported by this implementation.
PROPERTY_NAME_WRITER_VERSION - Static variable in class org.mapsforge.map.writer.util.Constants
The name of the property that refers to the version of the map file writer.

R

RAMTileBasedDataProcessor - Class in org.mapsforge.map.writer
A TileBasedDataStore that uses the RAM as storage device for temporary data structures.
RAMTileData - Class in org.mapsforge.map.writer
 
release() - Static method in class org.mapsforge.map.writer.MapFileWriter
Cleans up thread pool.

S

Serializer - Class in org.mapsforge.map.writer
This class converts numbers to byte arrays.
setBboxConfiguration(BoundingBox) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setBboxEnlargement(int) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setComment(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setDataProcessorType(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setDebugStrings(boolean) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setEncodingChoice(EncodingChoice) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setFileSpecificationVersion(int) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setInvalid(boolean) - Method in class org.mapsforge.map.writer.model.TDWay
 
setLabelPosition(boolean) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setMapStartPosition(LatLong) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setMapStartZoomLevel(int) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setName(String) - Method in class org.mapsforge.map.writer.model.TDWay
 
setOutputFile(File) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setPolygonClipping(boolean) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setPreferredLanguages(List<String>) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setRef(String) - Method in class org.mapsforge.map.writer.model.TDWay
 
setReversedInRelation(boolean) - Method in class org.mapsforge.map.writer.model.TDWay
 
setShape(byte) - Method in class org.mapsforge.map.writer.model.TDWay
 
setSimplification(double) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setSimplificationMaxZoom(byte) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setSkipInvalidRelations(boolean) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setTags(Map<Short, Object>) - Method in class org.mapsforge.map.writer.model.TDNode
 
setTags(Map<Short, Object>) - Method in class org.mapsforge.map.writer.model.TDWay
 
setTagValues(boolean) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setTagValues(boolean) - Method in class org.mapsforge.map.writer.OSMTagMapping
 
setThreads(int) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setWayClipping(boolean) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setWriterVersion(String) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
setZoomIntervalConfiguration(ZoomIntervalConfiguration) - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
 
SIMPLE_POLYGON - Static variable in class org.mapsforge.map.writer.model.TDWay
A simple closed polygon.
simplifyGeometry(TDWay, Geometry, byte, int, double) - Static method in class org.mapsforge.map.writer.util.GeoUtils
Simplifies a geometry using the Douglas Peucker algorithm.
simulateSerialization(List<WayDataBlock>) - Static method in class org.mapsforge.map.writer.DeltaEncoder
Computes the size in bytes for storing a list of WayDataBlock objects as unsigned var-bytes.
SpecialTagExtractionResult - Class in org.mapsforge.map.writer.model
 
SpecialTagExtractionResult(String, String, String, byte, short, String) - Constructor for class org.mapsforge.map.writer.model.SpecialTagExtractionResult
 

T

tagKey(String, String) - Static method in class org.mapsforge.map.writer.model.OSMTag
Convenience method for generating a string representation of a key/value pair.
tagKey() - Method in class org.mapsforge.map.writer.model.OSMTag
 
TDNode - Class in org.mapsforge.map.writer.model
 
TDNode(long, int, int, short, byte, String, String) - Constructor for class org.mapsforge.map.writer.model.TDNode
 
TDNode(long, int, int, short, byte, String, String, Map<Short, Object>) - Constructor for class org.mapsforge.map.writer.model.TDNode
 
TDRelation - Class in org.mapsforge.map.writer.model
Represents an OSM relation.
TDWay - Class in org.mapsforge.map.writer.model
Represents an OSM way.
TDWay(long, byte, String, String, String, Map<Short, Object>, byte, TDNode[]) - Constructor for class org.mapsforge.map.writer.model.TDWay
Constructor.
TDWay(long, byte, String, String, String, TDNode[]) - Constructor for class org.mapsforge.map.writer.model.TDWay
Constructor.
TILE_INFO_ZOOMLEVEL - Static variable in class org.mapsforge.map.writer.model.TileInfo
The zoom level for which the tile info is valid.
TileBasedDataProcessor - Interface in org.mapsforge.map.writer.model
A TileBasedDataStore allows tile based access to OpenStreetMap geo data.
TileCoordinate - Class in org.mapsforge.map.writer.model
Represents a coordinate in the tile space.
TileCoordinate(int, int, byte) - Constructor for class org.mapsforge.map.writer.model.TileCoordinate
Constructor.
TileData - Class in org.mapsforge.map.writer.model
 
TileData() - Constructor for class org.mapsforge.map.writer.model.TileData
 
TileGridLayout - Class in org.mapsforge.map.writer.model
 
TileGridLayout(TileCoordinate, int, int) - Constructor for class org.mapsforge.map.writer.model.TileGridLayout
Constructor.
TileInfo - Class in org.mapsforge.map.writer.model
Encapsulates the information given in the oceantiles_12.dat file.
toCoordinate(TDNode) - Static method in class org.mapsforge.map.writer.util.JTSUtils
Translates a TDNode object to a JTS Coordinate.
toCoordinates(TDWay) - Static method in class org.mapsforge.map.writer.util.JTSUtils
Translates a TDWay object to an array of JTS Coordinate.
toJtsGeometry(TDWay, List<TDWay>) - Static method in class org.mapsforge.map.writer.util.JTSUtils
Converts a way with potential inner ways to a JTS geometry.
toString() - Method in class org.mapsforge.map.writer.model.OSMTag
 
toString() - Method in class org.mapsforge.map.writer.model.TDNode
 
toString() - Method in class org.mapsforge.map.writer.model.TDRelation
 
toString() - Method in class org.mapsforge.map.writer.model.TDWay
 
toString() - Method in class org.mapsforge.map.writer.model.TileCoordinate
 
toString(int) - Method in class org.mapsforge.map.writer.model.ZoomIntervalConfiguration
 
toWayDataBlockList(Geometry) - Static method in class org.mapsforge.map.writer.util.GeoUtils
Convert a JTS Geometry to a WayDataBlock list.
translateToZoomLevel(byte) - Method in class org.mapsforge.map.writer.model.TileCoordinate
Computes which tile on a lower zoom level covers this given tile or which tiles on a higher zoom level together cover this tile.

V

validate() - Method in class org.mapsforge.map.writer.model.MapWriterConfiguration
Validates this configuration.
valueOf(String) - Static method in enum org.mapsforge.map.writer.model.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mapsforge.map.writer.model.EncodingChoice
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mapsforge.map.writer.model.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mapsforge.map.writer.model.EncodingChoice
Returns an array containing the constants of this enum type, in the order they are declared.

W

WayDataBlock - Class in org.mapsforge.map.writer.model
Class to store a WayDataBlock.
WayDataBlock(List<Integer>, List<List<Integer>>) - Constructor for class org.mapsforge.map.writer.model.WayDataBlock
Creates a WayDataBlock in which way coordinates are not encoded.
WayDataBlock(List<Integer>, List<List<Integer>>, Encoding) - Constructor for class org.mapsforge.map.writer.model.WayDataBlock
 
WayResolver - Interface in org.mapsforge.map.writer.model
A type that is capable of resolving way entities from a given id.
waysByZoomlevel(byte, byte) - Method in class org.mapsforge.map.writer.HDTileData
 
waysByZoomlevel(byte, byte) - Method in class org.mapsforge.map.writer.model.TileData
Gets all ways of this tile that are seen in the given zoom interval.
waysByZoomlevel(byte, byte) - Method in class org.mapsforge.map.writer.RAMTileData
 
writeFile(MapWriterConfiguration, TileBasedDataProcessor) - Static method in class org.mapsforge.map.writer.MapFileWriter
Writes the map file according to the given configuration using the given data processor.

Z

ZoomIntervalConfiguration - Class in org.mapsforge.map.writer.model
Represents the configuration of zoom intervals.
A C D E F G H I J K L M N O P R S T V W Z 
Skip navigation links