|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.reader.AbstractReader
de.jreality.reader.ReaderLAS
public class ReaderLAS
Simple reader for borehole measurement data files.
Field Summary | |
---|---|
int |
phi
|
int |
theta
|
int |
x
|
int |
y
|
int |
z
|
Constructor Summary | |
---|---|
ReaderLAS()
|
Method Summary | |
---|---|
void |
setHasHeader(boolean hasHeader)
|
void |
setInput(Input input)
set the input to read the scene from |
Methods inherited from class de.jreality.reader.AbstractReader |
---|
getComponent, read, read, read |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int z
public final int x
public final int y
public final int phi
public final int theta
Constructor Detail |
---|
public ReaderLAS()
Method Detail |
---|
public void setInput(Input input) throws java.io.IOException
SceneReader
setInput
in interface SceneReader
setInput
in class AbstractReader
input
- the Input of the resource to read.
java.io.IOException
public void setHasHeader(boolean hasHeader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |