public class GeneratePrescriptionMap extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
GeneratePrescriptionMap() |
Modifier and Type | Method and Description |
---|---|
int |
getBoundaryShapeGroup()
Boundary shape group.
|
double[] |
getBreakpoints()
Classification breakpoints.
|
double |
getCellSize()
Step of prescription grid, meters.
|
int |
getClassCount()
Number of classes.
|
ClassificationMethod |
getClassificationMethod()
Index values classification method.
|
double[] |
getRates()
Fertilizer rate for each class.
|
void |
setBoundaryShapeGroup(int value)
Boundary shape group.
|
void |
setBreakpoints(double[] value)
Classification breakpoints.
|
void |
setCellSize(double value)
Step of prescription grid, meters.
|
void |
setClassCount(int value)
Number of classes.
|
void |
setClassificationMethod(ClassificationMethod value)
Index values classification method.
|
void |
setRates(double[] value)
Fertilizer rate for each class.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBoundaryShapeGroup(int value)
public int getBoundaryShapeGroup()
public void setBreakpoints(double[] value)
public double[] getBreakpoints()
public void setCellSize(double value)
public double getCellSize()
public void setClassCount(int value)
public int getClassCount()
public void setClassificationMethod(ClassificationMethod value)
public ClassificationMethod getClassificationMethod()
public void setRates(double[] value)
public double[] getRates()