org.osm2world.core.map_elevation.creation
public class InverseDistanceWeightingInterpolator extends Object implements TerrainInterpolator
Constructor and Description |
---|
InverseDistanceWeightingInterpolator() |
InverseDistanceWeightingInterpolator(double exponent) |
Modifier and Type | Method and Description |
---|---|
VectorXYZ |
interpolateEle(VectorXZ pos) |
void |
setKnownSites(Collection<VectorXYZ> sites) |
public InverseDistanceWeightingInterpolator()
public InverseDistanceWeightingInterpolator(double exponent)
public void setKnownSites(Collection<VectorXYZ> sites)
setKnownSites
in interface TerrainInterpolator
public VectorXYZ interpolateEle(VectorXZ pos)
interpolateEle
in interface TerrainInterpolator