Package com.agisoft.metashape
Class Marker.Reference
java.lang.Object
com.agisoft.metashape.Marker.Reference
- Enclosing class:
- Marker
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReference(long cPtr, boolean cMemoryOwn) Reference(Marker.Reference reference) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()static longgetCPtr(Marker.Reference obj) Marker coordinates, may be null.Marker location accuracy, may be null.booleanEnabled flag.voidsetEnabled(boolean state) Enabled flag.voidsetLocation(Vector3d location) Marker coordinates, may be null.voidsetLocationAccuracy(Vector3d accuracy) Marker location accuracy, may be null.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Reference
public Reference(long cPtr, boolean cMemoryOwn) -
Reference
public Reference() -
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, may be null. -
getLocation
Marker coordinates, may be null. -
setLocationAccuracy
Marker location accuracy, may be null. -
getLocationAccuracy
Marker location accuracy, may be null.
-