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()
    • 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, may be null.
    • getLocation

      public Vector3d getLocation()
      Camera coordinates, may be null.
    • setRotation

      public void setRotation(Vector3d rotation)
      Camera rotation angles, may be null.
    • getRotation

      public Vector3d getRotation()
      Camera rotation angles, may be null.
    • setLocationAccuracy

      public void setLocationAccuracy(Vector3d accuracy)
      Camera location accuracy, may be null.
    • getLocationAccuracy

      public Vector3d getLocationAccuracy()
      Camera location accuracy, may be null.
    • setRotationAccuracy

      public void setRotationAccuracy(Vector3d accuracy)
      Camera rotation accuracy, may be null.
    • getRotationAccuracy

      public Vector3d getRotationAccuracy()
      Camera rotation accuracy, may be null.