Uses of Interface
org.gvsig.raster.lib.buffer.api.Band
Packages that use Band
-
Uses of Band in org.gvsig.raster.lib.buffer.api
Subinterfaces of Band in org.gvsig.raster.lib.buffer.apiModifier and TypeInterfaceDescriptionstatic interfaceA Band which elements are bytes.static interfaceA Band which elements are doubles.static interfaceA Band which elements are floats.static interfaceA Band which elements are integers.static interfaceA Band which elements are shorts.Methods in org.gvsig.raster.lib.buffer.api that return BandModifier and TypeMethodDescriptionBufferManager.createBand(int dataType, int rows, int columns, NoData noData, PageManager pageManager) Creates aBand.BufferManager.createClippedBand(Buffer buffer, Band band) Creates a clipping of a band.BufferManager.createConvertedTypeBand(Buffer buffer, Band band, int type) Create one band from another by changing the type.Buffer.getBand(int pos) Gets the band in the "pos" positionBand[]Buffer.getBands()BandTileManager.load(int row, int col, int dataType) Methods in org.gvsig.raster.lib.buffer.api with parameters of type BandModifier and TypeMethodDescriptionvoidAdds a bandvoidFills this band with a copy of the source data band.voidFills a sector of this band with a copy of the source band data from a position.BufferManager.createClippedBand(Buffer buffer, Band band) Creates a clipping of a band.BufferManager.createConvertedTypeBand(Buffer buffer, Band band, int type) Create one band from another by changing the type.voidSets a band in the "pos" position -
Uses of Band in org.gvsig.raster.lib.buffer.api.statistics
Methods in org.gvsig.raster.lib.buffer.api.statistics with parameters of type BandModifier and TypeMethodDescriptionvoidThrows the thread which figure out statisticsMethod parameters in org.gvsig.raster.lib.buffer.api.statistics with type arguments of type Band