Class MapFileInfo

java.lang.Object
org.oscim.tiling.source.mapfile.MapInfo
org.oscim.tiling.source.mapfile.header.MapFileInfo

public class MapFileInfo extends MapInfo
Contains the immutable metadata of a map file.
  • Field Details

    • debugFile

      public final boolean debugFile
      True if the map file includes debug information, false otherwise.
    • numberOfSubFiles

      public final byte numberOfSubFiles
      The number of sub-files in the map file.
    • poiTags

      public final Tag[] poiTags
      The POI tags.
    • wayTags

      public final Tag[] wayTags
      The way tags.
    • tilePixelSize

      public final int tilePixelSize
      The size of the tiles in pixels.