public interface BufferDimensions
| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumns()  | 
Envelope | 
getEnvelope()  | 
double | 
getPixelSizeX()  | 
double | 
getPixelSizeY()  | 
int | 
getRows()  | 
void | 
setColumns(int columns)  | 
void | 
setEnvelope(Envelope envelope)  | 
void | 
setRows(int rows)  | 
int getRows()
int getColumns()
double getPixelSizeX()
double getPixelSizeY()
Envelope getEnvelope()
void setRows(int rows)
rows - void setColumns(int columns)
columns - void setEnvelope(Envelope envelope)
envelope -