it.geosolutions.imageio.plugins.netcdf
Class BaseVariableWrapper
java.lang.Object
it.geosolutions.imageio.plugins.netcdf.BaseVariableWrapper
- Direct Known Subclasses:
- BaseHDF4ImageReader.HDF4DatasetWrapper
public abstract class BaseVariableWrapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseVariableWrapper
public BaseVariableWrapper(ucar.nc2.Variable variable)
setSampleModel
public void setSampleModel(SampleModel sampleModel)
getHeight
public int getHeight()
getWidth
public int getWidth()
getSampleModel
public SampleModel getSampleModel()
getNumBands
public int getNumBands()
getTileHeight
public int getTileHeight()
getTileWidth
public int getTileWidth()
setTileHeight
public void setTileHeight(int tileHeight)
setTileWidth
public void setTileWidth(int tileWidth)
getVariable
public ucar.nc2.Variable getVariable()
getRank
public int getRank()
getName
public String getName()
Copyright © 2006–2013 GeoSolutions. All rights reserved.