public class InterpolationDensityParameter extends InterpolationParameter
Point density interpolation parameter setting class.
bounds, clipParam, expectedCount, filterQueryParameter, inputDatasetName, inputDatasourceName, inputPoints, maxPointCountForInterpolation, maxPointCountInNode, outputDatasetName, outputDatasourceName, pixelFormat, resolution, searchMode, searchRadius, zValueFieldName, zValueScale| Constructor and Description |
|---|
InterpolationDensityParameter()
The Constructor.
|
InterpolationDensityParameter(InterpolationDensityParameter interpolationDensityParameter)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks whether the specified object is equal to the current
InterpolationDensityParameter object. |
int |
hashCode()
Gets the hash code value of the point density interpolation parameter object.
|
public InterpolationDensityParameter()
The Constructor.
public InterpolationDensityParameter(InterpolationDensityParameter interpolationDensityParameter)
The Constructor.
interpolationDensityParameter -public boolean equals(java.lang.Object obj)
Checks whether the specified object is equal to the current InterpolationDensityParameter object.
equals in class InterpolationParameterobj - Object that compares with the current InterpolationDensityParameter object.public int hashCode()
Gets the hash code value of the point density interpolation parameter object.
hashCode in class InterpolationParameter