de.jreality.reader
Class ReaderLAS
java.lang.Object
de.jreality.reader.AbstractReader
de.jreality.reader.ReaderLAS
- All Implemented Interfaces:
- SceneReader
public class ReaderLAS
- extends AbstractReader
Simple reader for borehole measurement data files.
- Author:
- msommer
z
public final int z
- See Also:
- Constant Field Values
x
public final int x
- See Also:
- Constant Field Values
y
public final int y
- See Also:
- Constant Field Values
phi
public final int phi
- See Also:
- Constant Field Values
theta
public final int theta
- See Also:
- Constant Field Values
ReaderLAS
public ReaderLAS()
setInput
public void setInput(Input input)
throws IOException
- Description copied from interface:
SceneReader
- set the input to read the scene from
- Specified by:
setInput
in interface SceneReader
- Overrides:
setInput
in class AbstractReader
- Parameters:
input
- the Input of the resource to read.
- Throws:
IOException
setHasHeader
public void setHasHeader(boolean hasHeader)