Class ImportCameras

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

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

    • ImportCameras

      protected ImportCameras(long cPtr, boolean cMemoryOwn)
    • ImportCameras

      public ImportCameras()
  • Method Details

    • getCPtr

      protected static long getCPtr(ImportCameras 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)
      Ground coordinate system.
    • getCRS

      public CoordinateSystem getCRS()
      Ground coordinate system.
    • setFormat

      public void setFormat(CamerasFormat value)
      File format. Default: CamerasFormat.CamerasFormatXML
    • getFormat

      public CamerasFormat getFormat()
      File format. Default: CamerasFormat.CamerasFormatXML
    • setImageList

      public void setImageList(String value)
      Path to image list file (Bundler format only).
    • getImageList

      public String getImageList()
      Path to image list file (Bundler format only).
    • setImageOrientation

      public void setImageOrientation(int value)
      Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down). Default: 0
    • getImageOrientation

      public int getImageOrientation()
      Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down). Default: 0
    • setLoadImageList

      public void setLoadImageList(boolean value)
      Enable Bundler image list import. Default: false
    • getLoadImageList

      public boolean getLoadImageList()
      Enable Bundler image list import. Default: false
    • setPath

      public void setPath(String value)
      Path to the file.
    • getPath

      public String getPath()
      Path to the file.