Package org.apache.sedona.common.utils
Class RasterInterpolate.RasterPoint
java.lang.Object
org.apache.sedona.common.utils.RasterInterpolate.RasterPoint
- Enclosing class:
- RasterInterpolate
-
Constructor Summary
ConstructorsConstructorDescriptionRasterPoint(org.locationtech.jts.geom.Point point, double value, double distance) -
Method Summary
Modifier and TypeMethodDescriptiondoubleorg.locationtech.jts.geom.PointgetPoint()doublegetValue()voidsetDistance(double distance)
-
Constructor Details
-
RasterPoint
public RasterPoint(org.locationtech.jts.geom.Point point, double value, double distance)
-
-
Method Details
-
getPoint
public org.locationtech.jts.geom.Point getPoint() -
getValue
public double getValue() -
getDistance
public double getDistance() -
setDistance
public void setDistance(double distance)
-