|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.vpf.io.VPFInputStream
org.geotools.data.vpf.io.SpatialIndexInputStream
public class SpatialIndexInputStream
SpatialIndexInputStream.java Created: Mon Feb 24 22:25:15 2003
Field Summary | |
---|---|
static long |
SPATIAL_INDEX_ROW_SIZE
Variable constant SPATIAL_INDEX_ROW_SIZE keeps value of |
Fields inherited from class org.geotools.data.vpf.io.VPFInputStream |
---|
header, input, streamFile |
Constructor Summary | |
---|---|
SpatialIndexInputStream(java.lang.String file,
char byteOrder)
Creates a new SpatialIndexInputStream instance. |
Method Summary | |
---|---|
VPFHeader |
readHeader()
Describe readHeader method here. |
VPFRow |
readRow()
Describe readRow method here. |
void |
setPosition(long pos)
Describe setPosition method here. |
int |
tableSize()
Describe tableSize method here. |
Methods inherited from class org.geotools.data.vpf.io.VPFInputStream |
---|
availableRows, close, condeb, getByteOrder, getHeader, getVariableIndexFileName, readAllRows, readChar, readCoord2DDouble, readCoord2DFloat, readCoord3DDouble, readCoord3DFloat, readDouble, readFixedSizeData, readFloat, readInteger, readNumber, readRow, readRows, readRows, readShort, readString, readTripletId, readVariableSizeData, seek, setByteOrder, unread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long SPATIAL_INDEX_ROW_SIZE
SPATIAL_INDEX_ROW_SIZE
keeps value of
Constructor Detail |
---|
public SpatialIndexInputStream(java.lang.String file, char byteOrder) throws java.io.IOException
SpatialIndexInputStream
instance.
file
- a String
valuebyteOrder
- a char
value
java.io.IOException
- if an error occursMethod Detail |
---|
public int tableSize()
tableSize
method here.
tableSize
in class VPFInputStream
int
valuepublic VPFHeader readHeader() throws java.io.IOException
readHeader
method here.
readHeader
in class VPFInputStream
VPFHeader
value
java.io.IOException
- if an error occurspublic VPFRow readRow() throws java.io.IOException
readRow
method here.
readRow
in class VPFInputStream
VPFRow
value
java.io.IOException
- if an error occurspublic void setPosition(long pos) throws java.io.IOException
setPosition
method here.
setPosition
in class VPFInputStream
pos
- a long
value
java.io.IOException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |