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