Class ImportModel

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

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

    • ImportModel

      protected ImportModel​(long cPtr, boolean cMemoryOwn)
    • ImportModel

      public ImportModel()
  • Method Details

    • getCPtr

      protected static long getCPtr​(ImportModel obj)
    • finalize

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

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

      public void setCRS​(CoordinateSystem value)
      Model coordinate system.
    • getCRS

      public CoordinateSystem getCRS()
      Model coordinate system.
    • setFormat

      public void setFormat​(ModelFormat value)
      Model format. Default: ModelFormat.ModelFormatNone
    • getFormat

      public ModelFormat getFormat()
      Model format. Default: ModelFormat.ModelFormatNone
    • setPath

      public void setPath​(String value)
      Path to model.
    • getPath

      public String getPath()
      Path to model.
    • setShift

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

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