public class InterpolationUniversalKrigingParameter extends InterpolationKrigingParameter
The parameters setting class of Universal Kriging interpolation.
| Modifier and Type | Field and Description |
|---|---|
Exponent |
exponent
The order of the trend surface equation in the sampling data used for interpolation.
|
angle, nugget, range, sill, variogramModebounds, clipParam, expectedCount, filterQueryParameter, inputDatasetName, inputDatasourceName, inputPoints, maxPointCountForInterpolation, maxPointCountInNode, outputDatasetName, outputDatasourceName, pixelFormat, resolution, searchMode, searchRadius, zValueFieldName, zValueScale| Constructor and Description |
|---|
InterpolationUniversalKrigingParameter() |
InterpolationUniversalKrigingParameter(InterpolationUniversalKrigingParameter 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 Exponent exponent
public InterpolationUniversalKrigingParameter()
public InterpolationUniversalKrigingParameter(InterpolationUniversalKrigingParameter 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