Class PoiFileInfo

java.lang.Object
org.mapsforge.poi.storage.PoiFileInfo

public class PoiFileInfo extends Object
Contains the immutable metadata of a POI file.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.mapsforge.core.model.BoundingBox
    The bounding box of the POI file (may be null).
    final String
    The comment field of the POI file (may be null).
    final long
    The date of the POI data in milliseconds since January 1, 1970.
    final String
    The preferred language for names as defined in ISO 639-1 or ISO 639-2 (may be null).
    final int
    The file version number of the POI file.
    final boolean
    True if the POI file includes ways, false otherwise.
    final String
    The writer field of the POI file.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • bounds

      public final org.mapsforge.core.model.BoundingBox bounds
      The bounding box of the POI file (may be null).
    • comment

      public final String comment
      The comment field of the POI file (may be null).
    • date

      public final long date
      The date of the POI data in milliseconds since January 1, 1970.
    • language

      public final String language
      The preferred language for names as defined in ISO 639-1 or ISO 639-2 (may be null).
    • version

      public final int version
      The file version number of the POI file.
    • ways

      public final boolean ways
      True if the POI file includes ways, false otherwise.
    • writer

      public final String writer
      The writer field of the POI file.