B C D E F G H I L M N O P R S T W Z 
All Classes All Packages

B

baseZoomLevel - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Base zoom level of the sub-file, which equals to one block.
blocksHeight - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Vertical amount of blocks in the grid.
blocksWidth - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Horizontal amount of blocks in the grid.
boundaryTileBottom - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Y number of the tile at the bottom boundary in the grid.
boundaryTileLeft - Variable in class org.mapsforge.map.reader.header.SubFileParameter
X number of the tile at the left boundary in the grid.
boundaryTileRight - Variable in class org.mapsforge.map.reader.header.SubFileParameter
X number of the tile at the right boundary in the grid.
boundaryTileTop - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Y number of the tile at the top boundary in the grid.
boundingBox - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The bounding box of the map file.
boundingBox() - Method in class org.mapsforge.map.reader.MapFile
 
BYTES_PER_INDEX_ENTRY - Static variable in class org.mapsforge.map.reader.header.SubFileParameter
Number of bytes a single index entry consists of.

C

close() - Method in class org.mapsforge.map.reader.MapFile
 
comment - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The comment field of the map file (may be null).
createdBy - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The created by field of the map file (may be null).

D

debugFile - Variable in class org.mapsforge.map.reader.header.MapFileInfo
True if the map file includes debug information, false otherwise.

E

equals(Object) - Method in class org.mapsforge.map.reader.header.SubFileParameter
 

F

fileSize - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The size of the map file, measured in bytes.
fileVersion - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The file version number of the map file.

G

getDataTimestamp(Tile) - Method in class org.mapsforge.map.reader.MapFile
Returns the creation timestamp of the map file.
getMapFileHeader() - Method in class org.mapsforge.map.reader.MapFile
 
getMapFileInfo() - Method in class org.mapsforge.map.reader.header.MapFileHeader
 
getMapFileInfo() - Method in class org.mapsforge.map.reader.MapFile
 
getMapLanguages() - Method in class org.mapsforge.map.reader.MapFile
 
getQueryZoomLevel(byte) - Method in class org.mapsforge.map.reader.header.MapFileHeader
 
getSubFileParameter(int) - Method in class org.mapsforge.map.reader.header.MapFileHeader
 

H

hashCode() - Method in class org.mapsforge.map.reader.header.SubFileParameter
 

I

indexEndAddress - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Absolute end address of the index in the enclosing file.
indexStartAddress - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Absolute start address of the index in the enclosing file.

L

languagesPreference - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The preferred language(s) separated with ',' for names as defined in ISO 639-1 or ISO 639-2 (may be null).

M

mapDate - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The date of the map data in milliseconds since January 1, 1970.
MapFile - Class in org.mapsforge.map.reader
A class for reading binary map files.
MapFile(File) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file, reads its header data and validates them.
MapFile(FileInputStream) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file input stream, reads its header data and validates them.
MapFile(FileInputStream, long, String) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file input stream, reads its header data and validates them.
MapFile(FileInputStream, String) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file input stream, reads its header data and validates them.
MapFile(File, String) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file, reads its header data and validates them.
MapFile(String) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file, reads its header data and validates them.
MapFile(String, String) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file, reads its header data and validates them.
MapFile(FileChannel) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file channel, reads its header data and validates them.
MapFile(FileChannel, long, String) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file channel, reads its header data and validates them.
MapFile(FileChannel, String) - Constructor for class org.mapsforge.map.reader.MapFile
Opens the given map file channel, reads its header data and validates them.
MapFileException - Exception in org.mapsforge.map.reader.header
A MapFileException is thrown if a file is opened as a MapFile that is somehow invalid.
MapFileException(String) - Constructor for exception org.mapsforge.map.reader.header.MapFileException
 
MapFileHeader - Class in org.mapsforge.map.reader.header
Reads and validates the header data from a binary map file.
MapFileHeader() - Constructor for class org.mapsforge.map.reader.header.MapFileHeader
 
MapFileInfo - Class in org.mapsforge.map.reader.header
Contains the immutable metadata of a map file.

N

numberOfBlocks - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Total number of blocks in the grid.
numberOfSubFiles - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The number of sub-files in the map file.

O

org.mapsforge.map.reader - package org.mapsforge.map.reader
 
org.mapsforge.map.reader.header - package org.mapsforge.map.reader.header
 

P

poiTags - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The POI tags.
projectionName - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The name of the projection used in the map file.

R

ReadBuffer - Class in org.mapsforge.map.reader
Reads from a RandomAccessFile into a buffer and decodes the data.
readByte() - Method in class org.mapsforge.map.reader.ReadBuffer
Returns one byte from the read buffer.
readFloat() - Method in class org.mapsforge.map.reader.ReadBuffer
Converts four bytes from the read buffer to a float.
readFromFile(int) - Method in class org.mapsforge.map.reader.ReadBuffer
Reads the given amount of bytes from the file into the read buffer and resets the internal buffer position.
readFromFile(long, int) - Method in class org.mapsforge.map.reader.ReadBuffer
Reads the given amount of bytes from the file into the read buffer and resets the internal buffer position.
readHeader(ReadBuffer, long) - Method in class org.mapsforge.map.reader.header.MapFileHeader
Reads and validates the header block from the map file.
readInt() - Method in class org.mapsforge.map.reader.ReadBuffer
Converts four bytes from the read buffer to a signed int.
readLabels(Tile) - Method in class org.mapsforge.map.reader.MapFile
Reads only labels for tile.
readLabels(Tile, Tile) - Method in class org.mapsforge.map.reader.MapFile
Reads data for an area defined by the tile in the upper left and the tile in the lower right corner.
readLong() - Method in class org.mapsforge.map.reader.ReadBuffer
Converts eight bytes from the read buffer to a signed long.
readMapData(Tile) - Method in class org.mapsforge.map.reader.MapFile
Reads all map data for the area covered by the given tile at the tile zoom level.
readMapData(Tile, Tile) - Method in class org.mapsforge.map.reader.MapFile
Reads data for an area defined by the tile in the upper left and the tile in the lower right corner.
readPoiData(Tile) - Method in class org.mapsforge.map.reader.MapFile
Reads only POI data for tile.
readPoiData(Tile, Tile) - Method in class org.mapsforge.map.reader.MapFile
Reads POI data for an area defined by the tile in the upper left and the tile in the lower right corner.
readShort() - Method in class org.mapsforge.map.reader.ReadBuffer
Converts two bytes from the read buffer to a signed int.
readSignedInt() - Method in class org.mapsforge.map.reader.ReadBuffer
Converts a variable amount of bytes from the read buffer to a signed int.
readUnsignedInt() - Method in class org.mapsforge.map.reader.ReadBuffer
Converts a variable amount of bytes from the read buffer to an unsigned int.
readUTF8EncodedString() - Method in class org.mapsforge.map.reader.ReadBuffer
Decodes a variable amount of bytes from the read buffer to a string.
readUTF8EncodedString(int) - Method in class org.mapsforge.map.reader.ReadBuffer
Decodes the given amount of bytes from the read buffer to a string.
restrictToZoomRange(byte, byte) - Method in class org.mapsforge.map.reader.MapFile
Restricts returns of data to zoom level range specified.

S

startAddress - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Absolute start address of the sub-file in the enclosing file.
startPosition - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The map start position from the file header (may be null).
startPosition() - Method in class org.mapsforge.map.reader.MapFile
 
startZoomLevel - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The map start zoom level from the file header (may be null).
startZoomLevel() - Method in class org.mapsforge.map.reader.MapFile
 
SubFileParameter - Class in org.mapsforge.map.reader.header
Holds all parameters of a sub-file.
subFileSize - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Size of the sub-file in bytes.
supportsTile(Tile) - Method in class org.mapsforge.map.reader.MapFile
 

T

TEST_MAP_FILE - Static variable in class org.mapsforge.map.reader.MapFile
 
tilePixelSize - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The size of the tiles in pixels.

W

wayFilterDistance - Static variable in class org.mapsforge.map.reader.MapFile
 
wayFilterEnabled - Static variable in class org.mapsforge.map.reader.MapFile
Way filtering reduces the number of ways returned to only those that are relevant for the tile requested, leading to performance gains, but can cause line clipping artifacts (particularly at higher zoom levels).
wayTags - Variable in class org.mapsforge.map.reader.header.MapFileInfo
The way tags.

Z

zoomLevelMax - Variable in class org.mapsforge.map.reader.header.MapFileInfo
 
zoomLevelMax - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Maximum zoom level for which the block entries tables are made.
zoomLevelMin - Variable in class org.mapsforge.map.reader.header.MapFileInfo
 
zoomLevelMin - Variable in class org.mapsforge.map.reader.header.SubFileParameter
Minimum zoom level for which the block entries tables are made.
B C D E F G H I L M N O P R S T W Z 
All Classes All Packages