Package org.gvsig.raster.lib.buffer.impl
Class TiledBandDouble
java.lang.Object
org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
org.gvsig.raster.lib.buffer.impl.AbstractBand
org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
org.gvsig.raster.lib.buffer.impl.TiledBandDouble
- All Implemented Interfaces:
Cloneable,org.gvsig.raster.lib.buffer.api.Band,org.gvsig.raster.lib.buffer.api.Band.BandDouble,org.gvsig.tools.dispose.Disposable,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.observer.ComplexObservable,org.gvsig.tools.observer.ComplexWeakReferencingObservable,org.gvsig.tools.observer.Observable,org.gvsig.tools.observer.WeakReferencingObservable
public class TiledBandDouble
extends AbstractTiledBand
implements org.gvsig.raster.lib.buffer.api.Band.BandDouble
Tiled band double
- Author:
- dmartinezizquierdo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.raster.lib.buffer.api.Band
org.gvsig.raster.lib.buffer.api.Band.BandByte, org.gvsig.raster.lib.buffer.api.Band.BandDouble, org.gvsig.raster.lib.buffer.api.Band.BandFloat, org.gvsig.raster.lib.buffer.api.Band.BandInt, org.gvsig.raster.lib.buffer.api.Band.BandShort -
Field Summary
Fields inherited from class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
columnsInTile, columnsPerTile, data, firstColumnOfTile, firstRowOfTile, rowsInTile, rowsPerTile, tileManagerFields inherited from class org.gvsig.raster.lib.buffer.impl.AbstractBand
logger -
Constructor Summary
ConstructorsConstructorDescriptionTiledBandDouble(int rows, int columns, org.gvsig.raster.lib.buffer.api.NoData noData, org.gvsig.raster.lib.buffer.api.BandTileManager tileManager) Default Constructor -
Method Summary
Modifier and TypeMethodDescriptiondouble[]protected voidprotected voidprotected voidprotected voiddoSetValue(int row, int column, double value) voidget(int row, int column) protected intintdoublegetValue(int row, int column) voidsetValue(int row, int column, double value) Methods inherited from class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
calculateBufferSizeToAllocate, doCopyFrom, doCopyFrom, doDispose, getBandInfo, isPaginated, isReadOnly, loadTile, saveCurrentTileMethods inherited from class org.gvsig.raster.lib.buffer.impl.AbstractBand
clone, copyFrom, copyFrom, dispose, fill, getAsDouble, getColumns, getNoData, getRows, nullValueToNoData, putRow, setMethods inherited from class org.gvsig.tools.observer.impl.BaseWeakReferencingObservable
addObserver, addObserver, addObservers, beginComplexNotification, clearChanged, countObservers, deleteObserver, deleteObserver, deleteObservers, disableNotifications, enableNotifications, endComplexNotification, hasChanged, inComplex, isEnabledNotifications, notify, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.raster.lib.buffer.api.Band
copyFrom, copyFrom, fill, getAsDouble, getBandInfo, getColumns, getNoData, getRows, isPaginated, isReadOnly, putRow, setMethods inherited from interface org.gvsig.tools.lang.Cloneable
cloneMethods inherited from interface org.gvsig.tools.observer.ComplexObservable
beginComplexNotification, disableNotifications, enableNotifications, endComplexNotificationMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.tools.observer.Observable
addObserver, deleteObserver, deleteObservers
-
Constructor Details
-
TiledBandDouble
public TiledBandDouble(int rows, int columns, org.gvsig.raster.lib.buffer.api.NoData noData, org.gvsig.raster.lib.buffer.api.BandTileManager tileManager) Default Constructor- Parameters:
rows-columns-noData-tileManager-
-
-
Method Details
-
getDataType
public int getDataType()- Specified by:
getDataTypein interfaceorg.gvsig.raster.lib.buffer.api.Band
-
getDataSize
protected int getDataSize()- Specified by:
getDataSizein classAbstractTiledBand
-
get
- Specified by:
getin interfaceorg.gvsig.raster.lib.buffer.api.Band
-
doSet
- Specified by:
doSetin classAbstractBand
-
doFill
- Specified by:
doFillin classAbstractBand
-
getValue
public double getValue(int row, int column) - Specified by:
getValuein interfaceorg.gvsig.raster.lib.buffer.api.Band.BandDouble
-
setValue
public void setValue(int row, int column, double value) - Specified by:
setValuein interfaceorg.gvsig.raster.lib.buffer.api.Band.BandDouble
-
doSetValue
protected void doSetValue(int row, int column, double value) -
createRowBuffer
public double[] createRowBuffer()- Specified by:
createRowBufferin interfaceorg.gvsig.raster.lib.buffer.api.Band- Specified by:
createRowBufferin interfaceorg.gvsig.raster.lib.buffer.api.Band.BandDouble
-
fetchRow
- Specified by:
fetchRowin interfaceorg.gvsig.raster.lib.buffer.api.Band
-
doPutRow
- Specified by:
doPutRowin classAbstractBand
-