public static class DcwSpatialIndex.PrimitiveRecord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
primId
the id of the primitive this record is for
|
short |
x1
see the VPF spec for what these mean
|
short |
x2
see the VPF spec for what these mean
|
short |
y1
see the VPF spec for what these mean
|
short |
y2
see the VPF spec for what these mean
|
Constructor and Description |
---|
DcwSpatialIndex.PrimitiveRecord(BinaryFile inputFile)
construct a new primitive record
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a pretty string representation of the record
|
public final short x1
public final short y1
public final short x2
public final short y2
public final int primId
public DcwSpatialIndex.PrimitiveRecord(BinaryFile inputFile) throws FormatException, java.io.EOFException
inputFile
- the file to read the record fromFormatException
- an error was encountered reading
the recordjava.io.EOFException
- an error was encountered reading
the recordCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details