public class PixelSquareStructure extends Object
Modifier and Type | Field and Description |
---|---|
int |
bandCount |
Extent |
bbox |
Buffer |
buffer |
int |
dataType |
int |
height |
NoData |
nodata |
double |
pixelSize |
int |
width |
Constructor and Description |
---|
PixelSquareStructure(Buffer buf,
Extent bbox,
double pixelSize) |
PixelSquareStructure(double pixelSize,
int bandCount,
int datatype) |