public abstract class BaseVariableWrapper extends Object
Constructor and Description |
---|
BaseVariableWrapper(ucar.nc2.Variable variable) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
String |
getName() |
int |
getNumBands() |
int |
getRank() |
SampleModel |
getSampleModel() |
int |
getTileHeight() |
int |
getTileWidth() |
ucar.nc2.Variable |
getVariable() |
int |
getWidth() |
void |
setSampleModel(SampleModel sampleModel) |
void |
setTileHeight(int tileHeight) |
void |
setTileWidth(int tileWidth) |
public void setSampleModel(SampleModel sampleModel)
public int getHeight()
public int getWidth()
public SampleModel getSampleModel()
public int getNumBands()
public int getTileHeight()
public int getTileWidth()
public void setTileHeight(int tileHeight)
public void setTileWidth(int tileWidth)
public ucar.nc2.Variable getVariable()
public int getRank()
public String getName()
Copyright © 2006–2016 GeoSolutions. All rights reserved.