Class Sensor.Reference

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

public static class Sensor.Reference
extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • Reference

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

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

    • getCPtr

      public static long getCPtr​(Sensor.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)
      Sensor coordinates or null.
    • getLocation

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

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

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

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

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

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

      public Vector3d getRotationAccuracy()
      Sensor rotation accuracy or null.