|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.vpf.DcwCrossTileID
public class DcwCrossTileID
Encapsulate the VPF Cross-Tile identifier primitive datatype. The
cross-tile identifier relates map features that cross multiple
tiles.
Note: Mil-Std-2407 cross tile ids have a fourth, unused field. This
class will read that field, but does not use it.
| Field Summary | |
|---|---|
int |
currentTileKey
the key for this tile |
int |
nextTileID
the id for the connected tile |
int |
nextTileKey
the key in the adjoining tile |
| Constructor Summary | |
|---|---|
DcwCrossTileID(BinaryFile in)
Construct a DcwCrossTileID from the specified input stream. |
|
DcwCrossTileID(int currentTileKey,
int nextTileID,
int nextTileKey)
Construct a DcwCrossTileID |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
produce a nice printed version of all our contained information |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int currentTileKey
public final int nextTileID
public final int nextTileKey
| Constructor Detail |
|---|
public DcwCrossTileID(int currentTileKey,
int nextTileID,
int nextTileKey)
currentTileKey - primitive ID in current tilenextTileID - tile IDnextTileKey - primitive ID in nextTileID
public DcwCrossTileID(BinaryFile in)
throws FormatException,
java.io.EOFException
in - the filestream to construct from
FormatException - some error was detected while
reading the info for the column.
java.io.EOFException - EOF was encountered before reading any
data| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||