Package org.gvsig.fmap.dal.raster
Interface RasterSet
- All Superinterfaces:
org.gvsig.raster.lib.buffer.api.Buffer,DataSet,org.gvsig.tools.dispose.Disposable,Iterable<org.gvsig.raster.lib.buffer.api.Band>,org.gvsig.tools.observer.Observable,org.gvsig.tools.observer.Observer,org.gvsig.raster.lib.buffer.api.statistics.StatisticsCapable,org.gvsig.tools.visitor.Visitable,org.gvsig.tools.observer.WeakReferencingObservable
Access to raster data
- Author:
- dmartinezizquierdo
-
Field Summary
Fields inherited from interface org.gvsig.raster.lib.buffer.api.Buffer
INTERPOLATION_BicubicSpline, INTERPOLATION_Bilinear, INTERPOLATION_BSpline, INTERPOLATION_InverseDistance, INTERPOLATION_NearestNeighbour, INTERPOLATION_Undefined -
Method Summary
Methods inherited from interface org.gvsig.raster.lib.buffer.api.Buffer
addBand, areAllBandsOfTheSameType, clip, convert, createInterpolated, getBand, getBandByte, getBandCount, getBandDouble, getBandFloat, getBandInt, getBandNoData, getBands, getBandShort, getBandsInfo, getBandTypes, getColumns, getDimensions, getEnvelope, getPixelSizeX, getPixelSizeY, getProjection, getRenderedImage, getRows, isInside, isInside, removeBand, setBand, switchBands, switchBandsMethods inherited from interface org.gvsig.fmap.dal.DataSet
accept, isFromStoreMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.gvsig.tools.observer.Observable
addObserver, deleteObserver, deleteObserversMethods inherited from interface org.gvsig.tools.observer.Observer
updateMethods inherited from interface org.gvsig.raster.lib.buffer.api.statistics.StatisticsCapable
getStatistics
-
Method Details
-
accept
void accept(org.gvsig.tools.visitor.Visitor visitor, long firstValueIndex) throws org.gvsig.tools.exception.BaseException Visits raster kernels from a raster- Parameters:
visitor-firstValueIndex-- Throws:
org.gvsig.tools.exception.BaseException
-
isEmpty
boolean isEmpty()
-