Package com.agisoft.metashape
Class Camera.Reference
java.lang.Object
com.agisoft.metashape.Camera.Reference
- Enclosing class:
- Camera
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReference(long cPtr, boolean cMemoryOwn) Reference(Camera.Reference reference) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()static longgetCPtr(Camera.Reference obj) Camera coordinates, may be null.Camera location accuracy, may be null.Camera rotation angles, may be null.Camera rotation accuracy, may be null.booleanLocation enabled flag.booleanRotation enabled flag.voidsetLocation(Vector3d location) Camera coordinates, may be null.voidsetLocationAccuracy(Vector3d accuracy) Camera location accuracy, may be null.voidsetLocationEnabled(boolean state) Location enabled flag.voidsetRotation(Vector3d rotation) Camera rotation angles, may be null.voidsetRotationAccuracy(Vector3d accuracy) Camera rotation accuracy, may be null.voidsetRotationEnabled(boolean state) Rotation enabled flag.
-
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() -
setLocationEnabled
public void setLocationEnabled(boolean state) Location enabled flag. -
isLocationEnabled
public boolean isLocationEnabled()Location enabled flag. -
setRotationEnabled
public void setRotationEnabled(boolean state) Rotation enabled flag. -
isRotationEnabled
public boolean isRotationEnabled()Rotation enabled flag. -
setLocation
Camera coordinates, may be null. -
getLocation
Camera coordinates, may be null. -
setRotation
Camera rotation angles, may be null. -
getRotation
Camera rotation angles, may be null. -
setLocationAccuracy
Camera location accuracy, may be null. -
getLocationAccuracy
Camera location accuracy, may be null. -
setRotationAccuracy
Camera rotation accuracy, may be null. -
getRotationAccuracy
Camera rotation accuracy, may be null.
-