Package com.agisoft.metashape
Class Camera.Reference
java.lang.Object
com.agisoft.metashape.Camera.Reference
- Enclosing class:
- Camera
public static class Camera.Reference extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Reference(long cPtr, boolean cMemoryOwn)Reference(Camera.Reference reference) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()static longgetCPtr(Camera.Reference obj)Vector3dgetLocation()Camera coordinates or null.Vector3dgetLocationAccuracy()Camera location accuracy or null.Vector3dgetRotation()Camera rotation angles or null.Vector3dgetRotationAccuracy()Camera rotation accuracy or null.booleanisLocationEnabled()Location enabled flag.booleanisRotationEnabled()Rotation enabled flag.voidsetLocation(Vector3d location)Camera coordinates or null.voidsetLocationAccuracy(Vector3d accuracy)Camera location accuracy or null.voidsetLocationEnabled(boolean state)Location enabled flag.voidsetRotation(Vector3d rotation)Camera rotation angles or null.voidsetRotationAccuracy(Vector3d accuracy)Camera rotation accuracy or null.voidsetRotationEnabled(boolean state)Rotation enabled flag.
-
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() -
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 or null. -
getLocation
Camera coordinates or null. -
setRotation
Camera rotation angles or null. -
getRotation
Camera rotation angles or null. -
setLocationAccuracy
Camera location accuracy or null. -
getLocationAccuracy
Camera location accuracy or null. -
setRotationAccuracy
Camera rotation accuracy or null. -
getRotationAccuracy
Camera rotation accuracy or null.
-