Package com.agisoft.metashape.tasks
Class CalibrateReflectance
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.CalibrateReflectance
Task class containing processing parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.agisoft.metashape.tasks.Task
Task.TaskTarget -
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()protected static longbooleanUse calibrated reflectance panels.booleanApply 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, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
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
-