Class ExportCameras

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

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

    • ExportCameras

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

      public ExportCameras()
  • Method Details

    • getCPtr

      protected static long getCPtr​(ExportCameras obj)
    • finalize

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

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

      public void setBinary​(boolean value)
      Enables/disables binary encoding for selected format (if applicable). Default: false
    • getBinary

      public boolean getBinary()
      Enables/disables binary encoding for selected format (if applicable). Default: false
    • setBingoPathGeoin

      public void setBingoPathGeoin​(String value)
      Path to BINGO GEO INPUT file.
    • getBingoPathGeoin

      public String getBingoPathGeoin()
      Path to BINGO GEO INPUT file.
    • setBingoPathGps

      public void setBingoPathGps​(String value)
      Path to BINGO GPS/IMU file.
    • getBingoPathGps

      public String getBingoPathGps()
      Path to BINGO GPS/IMU file.
    • setBingoPathImage

      public void setBingoPathImage​(String value)
      Path to BINGO IMAGE COORDINATE file.
    • getBingoPathImage

      public String getBingoPathImage()
      Path to BINGO IMAGE COORDINATE file.
    • setBingoPathItera

      public void setBingoPathItera​(String value)
      Path to BINGO ITERA file.
    • getBingoPathItera

      public String getBingoPathItera()
      Path to BINGO ITERA file.
    • setBingoSaveGeoin

      public void setBingoSaveGeoin​(boolean value)
      Enables/disables export of BINGO GEO INPUT file. Default: true
    • getBingoSaveGeoin

      public boolean getBingoSaveGeoin()
      Enables/disables export of BINGO GEO INPUT file. Default: true
    • setBingoSaveGps

      public void setBingoSaveGps​(boolean value)
      Enables/disables export of BINGO GPS/IMU data. Default: false
    • getBingoSaveGps

      public boolean getBingoSaveGps()
      Enables/disables export of BINGO GPS/IMU data. Default: false
    • setBingoSaveImage

      public void setBingoSaveImage​(boolean value)
      Enables/disables export of BINGO IMAGE COORDINATE file. Default: true
    • getBingoSaveImage

      public boolean getBingoSaveImage()
      Enables/disables export of BINGO IMAGE COORDINATE file. Default: true
    • setBingoSaveItera

      public void setBingoSaveItera​(boolean value)
      Enables/disables export of BINGO ITERA file. Default: true
    • getBingoSaveItera

      public boolean getBingoSaveItera()
      Enables/disables export of BINGO ITERA file. Default: true
    • setBundlerPathList

      public void setBundlerPathList​(String value)
      Path to Bundler image list file.
    • getBundlerPathList

      public String getBundlerPathList()
      Path to Bundler image list file.
    • setBundlerSaveList

      public void setBundlerSaveList​(boolean value)
      Enables/disables export of Bundler image list file. Default: true
    • getBundlerSaveList

      public boolean getBundlerSaveList()
      Enables/disables export of Bundler image list file. Default: true
    • setChanRotationOrder

      public void setChanRotationOrder​(RotationOrder value)
      Rotation order (CHAN format only). Default: RotationOrder.RotationOrderXYZ
    • getChanRotationOrder

      public RotationOrder getChanRotationOrder()
      Rotation order (CHAN format only). Default: RotationOrder.RotationOrderXYZ
    • setCRS

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

      public CoordinateSystem getCRS()
      Output coordinate system.
    • setFormat

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

      public CamerasFormat getFormat()
      Export format. Default: CamerasFormat.CamerasFormatXML
    • 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
    • setPath

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

      public String getPath()
      Path to output file.
    • setSaveInvalidMatches

      public void setSaveInvalidMatches​(boolean value)
      Enables/disables export of invalid image matches. Default: false
    • getSaveInvalidMatches

      public boolean getSaveInvalidMatches()
      Enables/disables export of invalid image matches. Default: false
    • setSaveMarkers

      public void setSaveMarkers​(boolean value)
      Enables/disables export of manual matching points. Default: false
    • getSaveMarkers

      public boolean getSaveMarkers()
      Enables/disables export of manual matching points. Default: false
    • setSavePoints

      public void setSavePoints​(boolean value)
      Enables/disables export of automatic tie points. Default: true
    • getSavePoints

      public boolean getSavePoints()
      Enables/disables export of automatic tie points. Default: true
    • setUseInitialCalibration

      public void setUseInitialCalibration​(boolean value)
      Transform image coordinates to initial calibration. Default: false
    • getUseInitialCalibration

      public boolean getUseInitialCalibration()
      Transform image coordinates to initial calibration. Default: false
    • setUseLabels

      public void setUseLabels​(boolean value)
      Enables/disables label based item identifiers. Default: false
    • getUseLabels

      public boolean getUseLabels()
      Enables/disables label based item identifiers. Default: false