|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.dataAccess.shape.input.ShxInputStream
public class ShxInputStream
Reads index data from a .shx file
| Constructor Summary | |
|---|---|
ShxInputStream(java.io.InputStream is)
Chains an input stream with a Little EndianInputStream |
|
| Method Summary | |
|---|---|
void |
close()
|
int[][] |
getIndex()
Processes the SHX file to obtain a list of offsets, which classes derived from AbstractSupport will use to iterate through the associated SHP file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShxInputStream(java.io.InputStream is)
| Method Detail |
|---|
public int[][] getIndex()
public void close()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||