public class GeneratePrescriptionMap extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
GeneratePrescriptionMap() |
protected |
GeneratePrescriptionMap(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int |
getBoundary()
Boundary shape group.
|
double |
getCellSize()
Step of prescription grid, meters.
|
int |
getClusterCount()
Number of clusters.
|
ClusteringMethod |
getClusteringMethod()
Index values clustering method.
|
protected static long |
getCPtr(GeneratePrescriptionMap obj) |
double |
getGridAzimuth()
Grid azimuth, degrees.
|
double |
getMaxValue()
Maximum value of index range.
|
double |
getMinValue()
Minimum value of index range.
|
void |
setBoundary(int value)
Boundary shape group.
|
void |
setCellSize(double value)
Step of prescription grid, meters.
|
void |
setClusterCount(int value)
Number of clusters.
|
void |
setClusteringMethod(ClusteringMethod value)
Index values clustering method.
|
void |
setGridAzimuth(double value)
Grid azimuth, degrees.
|
void |
setMaxValue(double value)
Maximum value of index range.
|
void |
setMinValue(double value)
Minimum value of index range.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected GeneratePrescriptionMap(long cPtr,
boolean cMemoryOwn)
public GeneratePrescriptionMap()
protected static long getCPtr(GeneratePrescriptionMap obj)
public void setBoundary(int value)
public int getBoundary()
public void setCellSize(double value)
public double getCellSize()
public void setClusterCount(int value)
public int getClusterCount()
public void setClusteringMethod(ClusteringMethod value)
public ClusteringMethod getClusteringMethod()
public void setGridAzimuth(double value)
public double getGridAzimuth()
public void setMaxValue(double value)
public double getMaxValue()
public void setMinValue(double value)
public double getMinValue()