Class Camera.Reference

java.lang.Object
com.agisoft.metashape.Camera.Reference
Enclosing class:
Camera

public static class Camera.Reference
extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • Reference

      public Reference​(long cPtr, boolean cMemoryOwn)
    • Reference

      public Reference​(Camera.Reference reference)
  • Method Details

    • getCPtr

      public static long getCPtr​(Camera.Reference obj)
    • finalize

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

      public void delete()
    • setLocationEnabled

      public void setLocationEnabled​(boolean state)
      Location enabled flag.
    • isLocationEnabled

      public boolean isLocationEnabled()
      Location enabled flag.
    • setRotationEnabled

      public void setRotationEnabled​(boolean state)
      Rotation enabled flag.
    • isRotationEnabled

      public boolean isRotationEnabled()
      Rotation enabled flag.
    • setLocation

      public void setLocation​(Vector3d location)
      Camera coordinates or null.
    • getLocation

      public Vector3d getLocation()
      Camera coordinates or null.
    • setRotation

      public void setRotation​(Vector3d rotation)
      Camera rotation angles or null.
    • getRotation

      public Vector3d getRotation()
      Camera rotation angles or null.
    • setLocationAccuracy

      public void setLocationAccuracy​(Vector3d accuracy)
      Camera location accuracy or null.
    • getLocationAccuracy

      public Vector3d getLocationAccuracy()
      Camera location accuracy or null.
    • setRotationAccuracy

      public void setRotationAccuracy​(Vector3d accuracy)
      Camera rotation accuracy or null.
    • getRotationAccuracy

      public Vector3d getRotationAccuracy()
      Camera rotation accuracy or null.