public class InterpolationSimpleKrigingParameter extends InterpolationKrigingParameter
The parameters setting class of the simple Kriging interpolation.
| Modifier and Type | Field and Description |
|---|---|
double |
mean
The mean value of the interpolation field, the summation of sampling points’ interpolation field values divided by the amount of the sampling points.
|
angle, nugget, range, sill, variogramModebounds, clipParam, expectedCount, filterQueryParameter, inputDatasetName, inputDatasourceName, inputPoints, maxPointCountForInterpolation, maxPointCountInNode, outputDatasetName, outputDatasourceName, pixelFormat, resolution, searchMode, searchRadius, zValueFieldName, zValueScale| Constructor and Description |
|---|
InterpolationSimpleKrigingParameter() |
InterpolationSimpleKrigingParameter(InterpolationSimpleKrigingParameter param) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object value)
Checks whether the specified object is equal to the current
InterpolationKrigingParameter object. |
int |
hashCode()
Gets the hash code value of the Kriging interpolation parameter object.
|
public double mean
public InterpolationSimpleKrigingParameter()
public InterpolationSimpleKrigingParameter(InterpolationSimpleKrigingParameter param)
public boolean equals(java.lang.Object value)
InterpolationKrigingParameterChecks whether the specified object is equal to the current InterpolationKrigingParameter object.
equals in class InterpolationKrigingParametervalue - Object that compares with the current InterpolationKrigingParameter object.public int hashCode()
InterpolationKrigingParameterGets the hash code value of the Kriging interpolation parameter object.
hashCode in class InterpolationKrigingParameter