Package com.agisoft.metashape
Class Marker.Reference
java.lang.Object
com.agisoft.metashape.Marker.Reference
- Enclosing class:
- Marker
public static class Marker.Reference extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Reference(long cPtr, boolean cMemoryOwn)Reference(Marker.Reference reference) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()static longgetCPtr(Marker.Reference obj)Vector3dgetLocation()Marker coordinates or null.Vector3dgetLocationAccuracy()Marker location accuracy or null.booleanisEnabled()Enabled flag.voidsetEnabled(boolean state)Enabled flag.voidsetLocation(Vector3d location)Marker coordinates or null.voidsetLocationAccuracy(Vector3d accuracy)Marker location accuracy or null.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Reference
public Reference(long cPtr, boolean cMemoryOwn) -
Reference
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setEnabled
public void setEnabled(boolean state)Enabled flag. -
isEnabled
public boolean isEnabled()Enabled flag. -
setLocation
Marker coordinates or null. -
getLocation
Marker coordinates or null. -
setLocationAccuracy
Marker location accuracy or null. -
getLocationAccuracy
Marker location accuracy or null.
-