Package org.apache.sedona.common.raster
Class PixelRecord
java.lang.Object
org.apache.sedona.common.raster.PixelRecord
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPixelRecord(org.locationtech.jts.geom.Geometry geom, double value, int colX, int rowY) -
Method Summary
-
Field Details
-
geom
public final org.locationtech.jts.geom.Geometry geom -
value
public final double value -
colX
public final int colX -
rowY
public final int rowY
-
-
Constructor Details
-
PixelRecord
public PixelRecord(org.locationtech.jts.geom.Geometry geom, double value, int colX, int rowY)
-