public class InterpolationIDWParameter extends InterpolationParameter
Parameter setting class for inverse distance weighted interpolation.
| Modifier and Type | Field and Description |
|---|---|
int |
power
The specified power of the weight distance.
|
bounds, clipParam, expectedCount, filterQueryParameter, inputDatasetName, inputDatasourceName, inputPoints, maxPointCountForInterpolation, maxPointCountInNode, outputDatasetName, outputDatasourceName, pixelFormat, resolution, searchMode, searchRadius, zValueFieldName, zValueScale| Constructor and Description |
|---|
InterpolationIDWParameter()
The Constructor.
|
InterpolationIDWParameter(InterpolationIDWParameter interpolationIDWParameter)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks whether the specified object is equal to the current
InterpolationIDWParameter object. |
int |
hashCode()
Gets the hash code value of the inverse distance square weights interpolation parameter object.
|
public InterpolationIDWParameter()
The Constructor.
public InterpolationIDWParameter(InterpolationIDWParameter interpolationIDWParameter)
The Constructor.
interpolationIDWParameter -public boolean equals(java.lang.Object obj)
Checks whether the specified object is equal to the current InterpolationIDWParameter object.
equals in class InterpolationParameterobj - Object that compares with the current InterpolationIDWParameter object.public int hashCode()
Gets the hash code value of the inverse distance square weights interpolation parameter object.
hashCode in class InterpolationParameter