de.jreality.reader
Class ReaderLAS

java.lang.Object
  extended by de.jreality.reader.AbstractReader
      extended by de.jreality.reader.ReaderLAS
All Implemented Interfaces:
SceneReader

public class ReaderLAS
extends AbstractReader

Simple reader for borehole measurement data files.

Author:
msommer

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

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
Constructor Detail

ReaderLAS

public ReaderLAS()
Method Detail

setInput

public void setInput(Input input)
              throws java.io.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:
java.io.IOException

setHasHeader

public void setHasHeader(boolean hasHeader)