Package org.apache.sedona.common.raster
Class RasterAccessors.RasterMetadata
java.lang.Object
org.apache.sedona.common.raster.RasterAccessors.RasterMetadata
- Enclosing class:
- RasterAccessors
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintdoubledoubledoubledoubleintintintdoubledouble -
Constructor Summary
ConstructorsConstructorDescriptionRasterMetadata(double upperLeftX, double upperLeftY, int gridWidth, int gridHeight, double scaleX, double scaleY, double skewX, double skewY, int srid, int numBands, int tileWidth, int tileHeight) -
Method Summary
-
Field Details
-
upperLeftX
public double upperLeftX -
upperLeftY
public double upperLeftY -
gridWidth
public int gridWidth -
gridHeight
public int gridHeight -
scaleX
public double scaleX -
scaleY
public double scaleY -
skewX
public double skewX -
skewY
public double skewY -
srid
public int srid -
numBands
public int numBands -
tileWidth
public int tileWidth -
tileHeight
public int tileHeight
-
-
Constructor Details
-
RasterMetadata
public RasterMetadata(double upperLeftX, double upperLeftY, int gridWidth, int gridHeight, double scaleX, double scaleY, double skewX, double skewY, int srid, int numBands, int tileWidth, int tileHeight)
-