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