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

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

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

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

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

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

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

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