Class Marker.Reference

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

public static class Marker.Reference
extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • Reference

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

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

    • getCPtr

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

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

      public void delete()
    • setEnabled

      public void setEnabled​(boolean state)
      Enabled flag.
    • isEnabled

      public boolean isEnabled()
      Enabled flag.
    • setLocation

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

      public Vector3d getLocation()
      Marker coordinates or null.
    • setLocationAccuracy

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

      public Vector3d getLocationAccuracy()
      Marker location accuracy or null.