public static class Las2SqlLdr.LasFileStream
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
m_totalReadingTime |
Constructor and Description |
---|
LasFileStream(java.io.DataInputStream dis) |
LasFileStream(java.lang.String sourceLasFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
addPoints(Las2SqlLdr.PointData pointData) |
boolean |
hasMore() |
public LasFileStream(java.lang.String sourceLasFile) throws java.io.IOException
java.io.IOException
public LasFileStream(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOException
public boolean addPoints(Las2SqlLdr.PointData pointData) throws java.io.IOException
java.io.IOException
public boolean hasMore()