Package com.agisoft.metashape.tasks
Class CalibrateReflectance
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.CalibrateReflectance
public class CalibrateReflectance extends Task
Task class containing processing parameters.
-
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description CalibrateReflectance()protectedCalibrateReflectance(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(CalibrateReflectance obj)booleangetUseReflectancePanels()Use calibrated reflectance panels.booleangetUseSunSensor()Apply irradiance sensor measurements.voidsetUseReflectancePanels(boolean value)Use calibrated reflectance panels.voidsetUseSunSensor(boolean value)Apply irradiance sensor measurements.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
CalibrateReflectance
protected CalibrateReflectance(long cPtr, boolean cMemoryOwn) -
CalibrateReflectance
public CalibrateReflectance()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setUseReflectancePanels
public void setUseReflectancePanels(boolean value)Use calibrated reflectance panels. Default: true -
getUseReflectancePanels
public boolean getUseReflectancePanels()Use calibrated reflectance panels. Default: true -
setUseSunSensor
public void setUseSunSensor(boolean value)Apply irradiance sensor measurements. Default: false -
getUseSunSensor
public boolean getUseSunSensor()Apply irradiance sensor measurements. Default: false
-