Class LasConverter

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.LasConverter

public class LasConverter
extends org.hortonmachine.gears.libs.modules.HMModel
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean doBbox  
    boolean doHeader  
    boolean doInfo  
    java.lang.String inFile  
    java.lang.String inPolygons  
    java.lang.String outFile  
    java.lang.String pClasses  
    java.lang.Double pEast  
    java.lang.String pImpulses  
    java.lang.String pIntensityrange  
    java.lang.Double pNorth  
    java.lang.Double pSouth  
    java.lang.Double pWest  

    Fields inherited from class org.hortonmachine.gears.libs.modules.HMModel

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors 
    Constructor Description
    LasConverter()  
  • Method Summary

    Modifier and Type Method Description
    void process()  

    Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel

    checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • inFile

      public java.lang.String inFile
    • inPolygons

      public java.lang.String inPolygons
    • pIntensityrange

      public java.lang.String pIntensityrange
    • pImpulses

      public java.lang.String pImpulses
    • pClasses

      public java.lang.String pClasses
    • pNorth

      public java.lang.Double pNorth
    • pSouth

      public java.lang.Double pSouth
    • pWest

      public java.lang.Double pWest
    • pEast

      public java.lang.Double pEast
    • doHeader

      public boolean doHeader
    • doInfo

      public boolean doInfo
    • doBbox

      public boolean doBbox
    • outFile

      public java.lang.String outFile
  • Constructor Details

  • Method Details

    • process

      public void process() throws java.lang.Exception
      Throws:
      java.lang.Exception