public class ExportReport extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ExportReport() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Report description.
|
int |
getFontSize()
Font size (pt).
|
java.lang.String |
getLogoPath()
Path to company logo file.
|
boolean |
getPageNumbers()
Enable page numbers.
|
java.lang.String |
getPath()
Path to output report.
|
boolean |
getSaveLidarSeparation()
Include lidar swath separation image.
|
boolean |
getSaveSystemInfo()
Include system information.
|
java.lang.String |
getTitle()
Report title.
|
Property[] |
getUserSettings()
A list of user defined settings to include on the Processing Parameters page.
|
void |
setDescription(java.lang.String value)
Report description.
|
void |
setFontSize(int value)
Font size (pt).
|
void |
setLogoPath(java.lang.String value)
Path to company logo file.
|
void |
setPageNumbers(boolean value)
Enable page numbers.
|
void |
setPath(java.lang.String value)
Path to output report.
|
void |
setSaveLidarSeparation(boolean value)
Include lidar swath separation image.
|
void |
setSaveSystemInfo(boolean value)
Include system information.
|
void |
setTitle(java.lang.String value)
Report title.
|
void |
setUserSettings(Property[] value)
A list of user defined settings to include on the Processing Parameters page.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, swigRelease, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setDescription(java.lang.String value)
public java.lang.String getDescription()
public void setFontSize(int value)
public int getFontSize()
public void setLogoPath(java.lang.String value)
public java.lang.String getLogoPath()
public void setPageNumbers(boolean value)
public boolean getPageNumbers()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setSaveLidarSeparation(boolean value)
public boolean getSaveLidarSeparation()
public void setSaveSystemInfo(boolean value)
public boolean getSaveSystemInfo()
public void setTitle(java.lang.String value)
public java.lang.String getTitle()
public void setUserSettings(Property[] value)
public Property[] getUserSettings()