Package com.agisoft.metashape
Class MarkerGroup
java.lang.Object
com.agisoft.metashape.MarkerGroup
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.
assignment of a MarkerGroup instance to the Marker.group attribute of participating markers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]cArrayUnwrap(MarkerGroup[] arrayWrapper) static MarkerGroup[]cArrayWrap(long[] cArray, boolean cMemoryOwn) voiddelete()protected voidfinalize()getChunk()Chunk container, may be null.static longgetCPtr(MarkerGroup obj) intgetKey()Marker group key.getLabel()Marker group label.booleanCurrent selection state.voidMarker group label.voidsetSelected(boolean state) Current selection state.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
MarkerGroup
public MarkerGroup(long cPtr, boolean cMemoryOwn) -
MarkerGroup
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
cArrayUnwrap
-
cArrayWrap
-
getKey
public int getKey()Marker group key. -
getChunk
Chunk container, may be null. -
setLabel
Marker group label. -
getLabel
Marker group label. -
setSelected
public void setSelected(boolean state) Current selection state. -
isSelected
public boolean isSelected()Current selection state.
-