public class DcwCrossTileID
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
currentTileKey
the key for this tile
|
int |
nextTileID
the id for the connected tile
|
int |
nextTileKey
the key in the adjoining tile
|
Constructor and Description |
---|
DcwCrossTileID(BinaryFile in)
Construct a DcwCrossTileID from the specified input stream.
|
DcwCrossTileID(int currentTileKey,
int nextTileID,
int nextTileKey)
Construct a DcwCrossTileID
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
produce a nice printed version of all our contained information
|
public final int currentTileKey
public final int nextTileID
public final int nextTileKey
public DcwCrossTileID(int currentTileKey, int nextTileID, int nextTileKey)
currentTileKey
- primitive ID in current tilenextTileID
- tile IDnextTileKey
- primitive ID in nextTileIDpublic DcwCrossTileID(BinaryFile in) throws FormatException, java.io.EOFException
in
- the filestream to construct fromFormatException
- some error was detected while
reading the info for the column.java.io.EOFException
- EOF was encountered before reading any
dataCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details