Class ImportLaserScans

java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ImportLaserScans

public class ImportLaserScans extends Task
Task class containing processing parameters.
  • Constructor Details

    • ImportLaserScans

      protected ImportLaserScans(long cPtr, boolean cMemoryOwn)
    • ImportLaserScans

      public ImportLaserScans()
  • Method Details

    • getCPtr

      protected static long getCPtr(ImportLaserScans obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Task
    • delete

      public void delete()
      Overrides:
      delete in class Task
    • setFilenames

      public void setFilenames(String[] value)
      List of files to import.
    • getFilenames

      public String[] getFilenames()
      List of files to import.
    • setFormat

      public void setFormat(PointsFormat value)
      Point cloud format. Default: PointsFormat.PointsFormatNone
    • getFormat

      public PointsFormat getFormat()
      Point cloud format. Default: PointsFormat.PointsFormatNone
    • setImagePath

      public void setImagePath(String value)
      Path template to output files.
    • getImagePath

      public String getImagePath()
      Path template to output files.