Class MarkerGroup

java.lang.Object
com.agisoft.metashape.MarkerGroup

public class MarkerGroup
extends Object
MarkerGroup objects define groups of multiple markers. The grouping is established by
assignment of a MarkerGroup instance to the Marker.group attribute of participating markers.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • MarkerGroup

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

      public MarkerGroup​(MarkerGroup group)
  • Method Details

    • getCPtr

      public static long getCPtr​(MarkerGroup obj)
    • finalize

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

      public void delete()
    • cArrayUnwrap

      public static long[] cArrayUnwrap​(MarkerGroup[] arrayWrapper)
    • cArrayWrap

      public static MarkerGroup[] cArrayWrap​(long[] cArray, boolean cMemoryOwn)
    • getKey

      public int getKey()
      Marker group key.
    • getChunk

      public Chunk getChunk()
      Chunk container.
    • setLabel

      public void setLabel​(String label)
      Marker group label.
    • getLabel

      public String getLabel()
      Marker group label.
    • setSelected

      public void setSelected​(boolean state)
      Current selection state.
    • isSelected

      public boolean isSelected()
      Current selection state.