| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_HAS_BOUNDS
|
static int |
FLAG_HAS_METADATA
|
static byte[] |
MAGIC
|
| Constructor and Description |
|---|
FileHeader(int version, Map
|
public static final byte[] MAGIC
public static final int FLAG_HAS_METADATA
public static final int FLAG_HAS_BOUNDS
public int getVersion()
public boolean hasTag(Stringkey)
public boolean hasMetadata()
public boolean hasBounds()
public OsmBoundsgetBounds()
public void setBounds(OsmBoundsbounds)
public void write(CompactWriterwriter) throws IOException
write in interface
Blockable
IOException