Class ImportPoints

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

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

    • ImportPoints

      protected ImportPoints(long cPtr, boolean cMemoryOwn)
    • ImportPoints

      public ImportPoints()
  • Method Details

    • getCPtr

      protected static long getCPtr(ImportPoints obj)
    • finalize

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

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

      public void setCalculateNormals(boolean value)
      Calculate point normals. Default: true
    • getCalculateNormals

      public boolean getCalculateNormals()
      Calculate point normals. Default: true
    • setCRS

      public void setCRS(CoordinateSystem value)
      Point cloud coordinate system.
    • getCRS

      public CoordinateSystem getCRS()
      Point cloud coordinate system.
    • setFormat

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

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

      public void setPath(String value)
      Path to point cloud.
    • getPath

      public String getPath()
      Path to point cloud.
    • setShift

      public void setShift(Vector3d value)
      Optional shift to be applied to point coordinates.
    • getShift

      public Vector3d getShift()
      Optional shift to be applied to point coordinates.