Class MapFileInfo
java.lang.Object
org.oscim.tiling.source.mapfile.MapInfo
org.oscim.tiling.source.mapfile.header.MapFileInfo
Contains the immutable metadata of a map file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanTrue if the map file includes debug information, false otherwise.final byteThe number of sub-files in the map file.final Tag[]The POI tags.final intThe size of the tiles in pixels.final Tag[]The way tags.Fields inherited from class org.oscim.tiling.source.mapfile.MapInfo
boundingBox, comment, createdBy, fileSize, fileVersion, languagesPreference, mapCenter, mapDate, projectionName, startPosition, startZoomLevel, zoomLevel -
Method Summary
-
Field Details
-
debugFile
public final boolean debugFileTrue if the map file includes debug information, false otherwise. -
numberOfSubFiles
public final byte numberOfSubFilesThe number of sub-files in the map file. -
poiTags
The POI tags. -
wayTags
The way tags. -
tilePixelSize
public final int tilePixelSizeThe size of the tiles in pixels.
-