Package org.mapsforge.poi.storage
Class PoiFileInfo
- java.lang.Object
-
- org.mapsforge.poi.storage.PoiFileInfo
-
public class PoiFileInfo extends java.lang.ObjectContains the immutable metadata of a POI file.
-
-
Field Summary
Fields Modifier and Type Field Description org.mapsforge.core.model.BoundingBoxboundsThe bounding box of the POI file (may be null).java.lang.StringcommentThe comment field of the POI file (may be null).longdateThe date of the POI data in milliseconds since January 1, 1970.java.lang.StringlanguageThe preferred language for names as defined in ISO 639-1 or ISO 639-2 (may be null).intversionThe file version number of the POI file.booleanwaysTrue if the POI file includes ways, false otherwise.java.lang.StringwriterThe writer field of the POI file.
-
-
-
Field Detail
-
bounds
public final org.mapsforge.core.model.BoundingBox bounds
The bounding box of the POI file (may be null).
-
comment
public final java.lang.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 java.lang.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 java.lang.String writer
The writer field of the POI file.
-
-