Index

A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractBand - Class in org.gvsig.raster.lib.buffer.impl
 
AbstractBand() - Constructor for class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
AbstractBuffer - Class in org.gvsig.raster.lib.buffer.impl
 
AbstractBuffer() - Constructor for class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
AbstractClippedBand - Class in org.gvsig.raster.lib.buffer.impl
 
AbstractClippedBand(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
AbstractConvertedTypeBand - Class in org.gvsig.raster.lib.buffer.impl
 
AbstractConvertedTypeBand(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
AbstractPaginatedBand - Class in org.gvsig.raster.lib.buffer.impl
 
AbstractPaginatedBand(int, int, NoData, BandPageManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
AbstractROI - Class in org.gvsig.raster.lib.buffer.impl
 
AbstractROI() - Constructor for class org.gvsig.raster.lib.buffer.impl.AbstractROI
 
AbstractTiledBand - Class in org.gvsig.raster.lib.buffer.impl
 
AbstractTiledBand(int, int, NoData, BandTileManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
add(int, OperationListEntry) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
add(int, Operation, DynObject) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
add(OperationListEntry) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
add(Operation, DynObject) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
addAll(int, Collection<? extends OperationListEntry>) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
addAll(Collection<? extends OperationListEntry>) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
addBand(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
addGeometry(Geometry) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
 
addValue(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
Adds value to histogram
addValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.HistogramOperation
 
addValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MaxOperation
 
addValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MeanOperation
 
addValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MinOperation
 
addValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMaxOperation
 
addValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMinOperation
 
addValue(Number) - Method in interface org.gvsig.raster.lib.buffer.impl.statistics.StatisticalOperation
Operations done during processing
addValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.VarianceOperation
 
areAllBandsOfTheSameType() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
AVERAGE_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
AwtRasterBandPageManager - Class in org.gvsig.raster.lib.buffer.impl
 
AwtRasterBandPageManager(Raster, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.AwtRasterBandPageManager
 

B

band - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
band - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
bands - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
bicubicSplineInterpolation(Buffer, Buffer, SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.BufferInterpolation
Interpolates the buffer "source" to a number of columns and a number of rows and stores the result in the buffer "targer" according to the bicubic spline interpolation method.
bilinearInterpolation(Buffer, Buffer, SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.BufferInterpolation
Interpolates the buffer "source" to a number of columns and a number of rows and stores the result in the buffer "targer" according to the bilinear interpolation method.
bSplineInterpolation(Buffer, Buffer, SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.BufferInterpolation
Interpolates the buffer "source" to a number of columns and a number of rows and stores the result in the buffer "targer" according to the bSplineInterpolation method.
BufferInterpolation - Class in org.gvsig.raster.lib.buffer.impl
 
BufferInterpolation() - Constructor for class org.gvsig.raster.lib.buffer.impl.BufferInterpolation
 
BufferToRenderedImageAdapter - Class in org.gvsig.raster.lib.buffer.impl
 
BufferToRenderedImageAdapter(Buffer, int[]) - Constructor for class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 

C

calculate(SimpleTaskStatus, List<Band>) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
calculate(SimpleTaskStatus, Band) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
calculateBufferSizeToAllocate(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
Calculate buffer size than must be allocated.
calculateBufferSizeToAllocate(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
Calculate buffer size than must be allocated.
clear() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
clear() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
clip(Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
ClippedBandByte - Class in org.gvsig.raster.lib.buffer.impl
 
ClippedBandByte(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ClippedBandByte
 
ClippedBandDouble - Class in org.gvsig.raster.lib.buffer.impl
 
ClippedBandDouble(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ClippedBandDouble
 
ClippedBandFloat - Class in org.gvsig.raster.lib.buffer.impl
 
ClippedBandFloat(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ClippedBandFloat
 
ClippedBandInt - Class in org.gvsig.raster.lib.buffer.impl
 
ClippedBandInt(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ClippedBandInt
 
ClippedBandShort - Class in org.gvsig.raster.lib.buffer.impl
 
ClippedBandShort(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ClippedBandShort
 
ClippedBuffer - Class in org.gvsig.raster.lib.buffer.impl
This is like a view over a raster buffer.
ClippedBuffer(Buffer, Envelope) - Constructor for class org.gvsig.raster.lib.buffer.impl.ClippedBuffer
 
clone() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
clone() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBuffer
 
clone() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
clone() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
clone() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
coerce(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
columns - Variable in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
columnsInTile - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
columnsPerTile - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
COMPARE_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
compareTo(NoData) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
compareTo(HistogramClass) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
contains(Object) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
containsAll(Collection<?>) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
convert(CoordinateTransformation, SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
ConvertedTypeBandByte - Class in org.gvsig.raster.lib.buffer.impl
 
ConvertedTypeBandByte(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
ConvertedTypeBandDouble - Class in org.gvsig.raster.lib.buffer.impl
 
ConvertedTypeBandDouble(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
ConvertedTypeBandFloat - Class in org.gvsig.raster.lib.buffer.impl
 
ConvertedTypeBandFloat(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
ConvertedTypeBandInt - Class in org.gvsig.raster.lib.buffer.impl
 
ConvertedTypeBandInt(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
ConvertedTypeBandShort - Class in org.gvsig.raster.lib.buffer.impl
 
ConvertedTypeBandShort(Buffer, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
ConvertedTypeBuffer - Class in org.gvsig.raster.lib.buffer.impl
This is like a view over a raster buffer.
ConvertedTypeBuffer(Buffer, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBuffer
 
convertXToTileX(int) - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
convertXToTileX(int, int, int) - Static method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
convertYToTileY(int) - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
convertYToTileY(int, int, int) - Static method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
convolution(Kernel) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
ConvolutionOperation - Class in org.gvsig.raster.lib.buffer.impl.operations.convolution
 
ConvolutionOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
ConvolutionOperationFactory - Class in org.gvsig.raster.lib.buffer.impl.operations.convolution
 
ConvolutionOperationFactory() - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
copyData(WritableRaster) - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
copyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
copyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
copyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
copyFrom(NoData) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
CopyFromBandException - Exception Class in org.gvsig.raster.lib.buffer.impl.exceptions
 
CopyFromBandException(Band, Band) - Constructor for exception class org.gvsig.raster.lib.buffer.impl.exceptions.CopyFromBandException
Default constructor
CopyFromBandException(Band, Band, Throwable) - Constructor for exception class org.gvsig.raster.lib.buffer.impl.exceptions.CopyFromBandException
Default constructor
create() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
create() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
create() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
create() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
create() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
create() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
createAwtRasterBandPageManager(Raster, int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createAwtRasterBandPageManagerList(Raster) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createBand(int, int, int, NoData, PageManager) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createBandInfo(int, String, String, int, List<Map.Entry<Object, Object>>) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
CreateBandTypeException - Exception Class in org.gvsig.raster.lib.buffer.impl.exceptions
 
CreateBandTypeException(int) - Constructor for exception class org.gvsig.raster.lib.buffer.impl.exceptions.CreateBandTypeException
 
CreateBandTypeException(int, Throwable) - Constructor for exception class org.gvsig.raster.lib.buffer.impl.exceptions.CreateBandTypeException
 
createBuffer(int, int, int[], Projection) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createBuffer(int, int, int[], NoData[], Projection) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createBuffer(int, int, int[], NoData[], Projection, Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createBuffer(int, int, int[], NoData[], Projection, Envelope, List<PageManager>) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createBuffer(Buffer, boolean) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createBufferDimensions(int, int, Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
CreateBufferException - Exception Class in org.gvsig.raster.lib.buffer.impl.exceptions
 
CreateBufferException(Throwable) - Constructor for exception class org.gvsig.raster.lib.buffer.impl.exceptions.CreateBufferException
 
createBufferFromAwtRaster(Raster, Projection, Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createClippedBand(Buffer, Band) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createClippedBuffer(Buffer, Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createConvertedTypeBand(Buffer, Band, int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createConvertedTypeBuffer(Buffer, int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createInterpolated(int, int, int, SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
createKernel(double[][]) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createKernel(double[][], double) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createNoData(Number, Number) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createOneBufferPerBand(Buffer, boolean) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createOperation(String) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createOperationList() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createOperationListEntry(Operation, DynObject) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createOperationParameters(String) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
createParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
createParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
createParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
createParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
createParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
createParametersDefinition() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
createParametersDefinition() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
createParametersDefinition() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
createParametersDefinition() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
createParametersDefinition() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
createParametersDefinition() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
createRGBABuffer(BufferedImage, Projection, Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createRGBBuffer(BufferedImage, Projection, Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandByte
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandDouble
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandFloat
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandInt
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandShort
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
createRowBuffer() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
createSimpleBandPageManager(File, int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
createSimpleBandPageManagerList(File[], int, int, int[]) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
CUSTOM_KERNEL_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
CUSTOM_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 

D

data - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
data - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
DefaultBandInfo - Class in org.gvsig.raster.lib.buffer.impl
Default implementation of BandInfo
DefaultBandInfo(int, String, String, int, List<Map.Entry<Object, Object>>) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultBandInfo
 
DefaultBandNotification - Class in org.gvsig.raster.lib.buffer.impl
 
DefaultBandNotification(String, Object[]) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultBandNotification
 
DefaultBuffer - Class in org.gvsig.raster.lib.buffer.impl
 
DefaultBuffer(int, int, int[], NoData[], Projection, Envelope, List<PageManager>) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultBuffer
Default constructor of buffer.
DefaultBufferDimensions - Class in org.gvsig.raster.lib.buffer.impl
 
DefaultBufferDimensions(int, int, Envelope) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
DefaultBufferLibrary - Class in org.gvsig.raster.lib.buffer.impl
Defines library for bing maps
DefaultBufferLibrary() - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultBufferLibrary
 
DefaultBufferManager - Class in org.gvsig.raster.lib.buffer.impl
 
DefaultBufferManager() - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
DefaultBufferNotification - Class in org.gvsig.raster.lib.buffer.impl
 
DefaultBufferNotification(String, Object[]) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultBufferNotification
 
DefaultHistogramBand - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
DefaultHistogramBand(Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
DefaultHistogramBand(Band, List<HistogramClass>) - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
DefaultHistogramClass - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
DefaultHistogramClass(double, double) - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
Default constructor
DefaultKernel - Class in org.gvsig.raster.lib.buffer.impl
Clase que representa un kernel de NxN píxeles para realizar operaciones sobre un pixel.
DefaultKernel() - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultKernel
This constructor is useful only for persistence
DefaultKernel(double[][]) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultKernel
Constructor.
DefaultKernel(double[][], double) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultKernel
Constructor.
DefaultNoData - Class in org.gvsig.raster.lib.buffer.impl
 
DefaultNoData(Number) - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
DefaultOperationList - Class in org.gvsig.raster.lib.buffer.impl.operations
 
DefaultOperationList() - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
DefaultOperationListEntry - Class in org.gvsig.raster.lib.buffer.impl.operations
 
DefaultOperationListEntry(Operation, DynObject) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
DefaultOperationListNotification - Class in org.gvsig.raster.lib.buffer.impl.operations
 
DefaultOperationListNotification(String, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListNotification
 
DefaultOperationListNotification(String, Object[]) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListNotification
 
DefaultStatistics - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
DefaultStatistics() - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
DefaultStatisticsBand - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
DefaultStatisticsBand(Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
DefaultVectorROI - Class in org.gvsig.raster.lib.buffer.impl
 
DefaultVectorROI() - Constructor for class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
Default constructor
DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
dimensions - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
dispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
dispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
doCopyFrom(Band) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
doCopyFrom(Band, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
Internal implementation for the AbstractBand.dispose() method.
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
Internal implementation for the AbstractBuffer.dispose() method.
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.AwtRasterBandPageManager
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBuffer
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBuffer
 
doDispose() - Method in class org.gvsig.raster.lib.buffer.impl.SimpleBandPageManager
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
doFill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
doInitialize() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferLibrary
 
doPostInitialize() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferLibrary
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
doPutRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
doRegistration() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferLibrary
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
doSet(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
doSetValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
doSetValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
doSetValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
doSetValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
doSetValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
doSetValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
doSetValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
doSetValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
doSetValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
doSetValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
doSetValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
doSetValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
doSetValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
doSetValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
doSetValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 

E

envelope - Variable in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
equals(Object) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
execute(SimpleTaskStatus, String, Buffer, DynObject) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
execute(SimpleTaskStatus, Buffer) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 

F

fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandByte
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandDouble
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandFloat
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandInt
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandShort
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
fetchRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
fill(Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
firstColumn - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
firstColumnOfTile - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
FirstDerivativeOperation - Class in org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative
 
FirstDerivativeOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
FirstDerivativeOperationFactory - Class in org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative
 
FirstDerivativeOperationFactory() - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
firstRow - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
firstRowOfPage - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
firstRowOfTile - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
FREICHEN_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 

G

GAUSS_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
get(int) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
get(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
getAsDouble(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
getAvailableParameterNames() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
getBand() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBandInfo
 
getBand(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandByte(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandCount() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandCount() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getBandDouble(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandFloat(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandInfo() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
getBandInfo() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
getBandInfo() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
getBandInfo() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
getBandInfo() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
getBandInfo() - Method in class org.gvsig.raster.lib.buffer.impl.AwtRasterBandPageManager
 
getBandInfo() - Method in class org.gvsig.raster.lib.buffer.impl.SimpleBandPageManager
 
getBandInt(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandLength() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getBandNoData() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBands() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandShort(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandsInfo() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBandTypes() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getBounds() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getBufferedImage() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBuffer
 
getBufferTypeFromAwtRaster(Raster) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
getBufferTypeName(int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
getColorModel() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getColumns() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
getColumns() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getColumns() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
getColumns() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
getData() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getData(Rectangle) - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
getDataSize() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBandInfo
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
getDataType() - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
getDataTypeSize(int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
getDefaultValue() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
getDescription() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBandInfo
 
getDescription() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
getDescription() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
getDescription() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
getDescription() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
getDescription() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
getDescription() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
getDimensions() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getDivisor() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
getEnvelope() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getEnvelope() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
getEnvelope() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
 
getFirstColumn() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBuffer
 
getFirstRow() - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBuffer
 
getFrequencies() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getGeometries() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
 
getGeometryCount() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
 
getHeight() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getHistogram() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getHistogramBand() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getHistogramValue(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getID() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractROI
 
getIntervalMax(int) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getIntervalMin(int) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getKernel() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
getLastFolderUsedToSaveRaster() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
getLookpupParameterName(String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
getLookupParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
getMax() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
getMax() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getMaximum() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getMaximum() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getMean() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getMean() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getMedian() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getMedian() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getMedian() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getMin() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
getMin() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getMinimum() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getMinimum() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getMinTileX() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getMinTileY() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getMinX() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getMinY() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractROI
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBandInfo
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
getName() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
getNoData() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
getNoData() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
getNoData() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
getNoData() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
getNoData() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
getNoData() - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
getNoDataValuesCount() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getNumberOfValues() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getNumClasses() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getNumValues() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getNumXTiles() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getNumYTiles() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getOperation() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
getOperationFactories() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
getOperationFactory(String) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
getParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
getParameterValue(String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
getPixelSizeX() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getPixelSizeX() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
getPixelSizeY() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getPixelSizeY() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
getProjection() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getProperty(String) - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getPropertyNames() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getRenderedImage(int...) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getResult() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.HistogramOperation
 
getResult() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MaxOperation
 
getResult() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MeanOperation
 
getResult() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MinOperation
 
getResult() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMaxOperation
 
getResult() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMinOperation
 
getResult() - Method in interface org.gvsig.raster.lib.buffer.impl.statistics.StatisticalOperation
Gets the results after processing.
getResult() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.VarianceOperation
 
getRows() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
getRows() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getRows() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
getRows() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
getSampleModel() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getSecondMax() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getSecondMax() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getSecondMin() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getSecondMin() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getSide() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
getSources() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getStatistics(SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
getTailTrimValue(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getTailTrimValue(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getTailTrimValue(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getTailTrimValue(int) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getTailTrimValue(int) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getTailTrimValue(int) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getTile(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getTileGridXOffset() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getTileGridYOffset() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getTileHeight() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getTileWidth() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 
getTypeName(int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
getValue() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
getValue() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandByte
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandDouble
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandFloat
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandInt
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandShort
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
getValue(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
getValueCount(int) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
getValues() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBandInfo
 
getVariance() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getVariance() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
getVarianceCovarianceMatrix() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
getWidth() - Method in class org.gvsig.raster.lib.buffer.impl.BufferToRenderedImageAdapter
 

H

HIGH_PASS_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
HistogramOperation - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
HistogramOperation(StatisticsBand, Band) - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.HistogramOperation
 

I

increment(long) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
indexOf(Object) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
inverseDistanceInterpolation(Buffer, Buffer, SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.BufferInterpolation
Interpolates the buffer "source" to a number of columns and a number of rows and stores the result in the buffer "targer" according to the inverse distance interpolation method.
isActive() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
isApplicable(Buffer) - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
isApplicable(Buffer) - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
isApplicable(Buffer) - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
isApplicable(Buffer) - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
isApplicable(Buffer) - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
isApplicable(Buffer) - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
isApplicable(Operation) - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
isApplicable(Operation) - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
isApplicable(Operation) - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
isApplicable(Operation) - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
isApplicable(Operation) - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
isApplicable(Operation) - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
isCalculated() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 
isCalculated() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatisticsBand
 
isDefined() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
isEmpty() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
isIn(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
isInside(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
isInside(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
 
isInside(Geometry) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
 
isInside(Point) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
isPaginated() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
isPaginated() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
isPaginated() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
isPaginated() - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
isReadOnly() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
isReadOnly() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractClippedBand
 
isReadOnly() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractConvertedTypeBand
 
isReadOnly() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
isReadOnly() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
isSupportedSave() - Method in class org.gvsig.raster.lib.buffer.impl.AwtRasterBandPageManager
 
isSupportedSave() - Method in class org.gvsig.raster.lib.buffer.impl.SimpleBandPageManager
 
iterator() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
iterator() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
iterator() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 

K

kernelOperation(Kernel) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 

L

lastIndexOf(Object) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
LinearStretchEnhancementOperation - Class in org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement
 
LinearStretchEnhancementOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
LinearStretchEnhancementOperationFactory - Class in org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement
 
LinearStretchEnhancementOperationFactory() - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
listIterator() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
listIterator(int) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
load(Buffer, int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AwtRasterBandPageManager
 
load(Buffer, int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.SimpleBandPageManager
 
loadFromState(PersistentState) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
loadFromState(PersistentState) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
loadFromState(PersistentState) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
loadPage(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
loadPage(int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
loadPage(int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
loadPage(int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
loadPage(int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
loadPage(int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
loadTile(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
logger - Static variable in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
logger - Static variable in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
logger - Static variable in class org.gvsig.raster.lib.buffer.impl.ClippedBuffer
 
logger - Static variable in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBuffer
 
logger - Static variable in class org.gvsig.raster.lib.buffer.impl.DefaultBuffer
 
LOW_PASS_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 

M

MAX_PREFERED_SIZE - Static variable in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
MaxOperation - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
MaxOperation() - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.MaxOperation
Arithmetic mean
MeanOperation - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
MeanOperation() - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.MeanOperation
Arithmetic mean
MedianOperation - Class in org.gvsig.raster.lib.buffer.impl.operations.median
 
MedianOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperation
 
MedianOperationFactory - Class in org.gvsig.raster.lib.buffer.impl.operations.median
 
MedianOperationFactory() - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
MemoryBandByte - Class in org.gvsig.raster.lib.buffer.impl
 
MemoryBandByte(int, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
MemoryBandByte(int, int, NoData) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
MemoryBandDouble - Class in org.gvsig.raster.lib.buffer.impl
 
MemoryBandDouble(int, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
MemoryBandDouble(int, int, NoData) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
MemoryBandFloat - Class in org.gvsig.raster.lib.buffer.impl
 
MemoryBandFloat(int, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
MemoryBandFloat(int, int, NoData) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
MemoryBandInt - Class in org.gvsig.raster.lib.buffer.impl
 
MemoryBandInt(int, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
MemoryBandInt(int, int, NoData) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
MemoryBandShort - Class in org.gvsig.raster.lib.buffer.impl
 
MemoryBandShort(int, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
MemoryBandShort(int, int, NoData) - Constructor for class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
MinOperation - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
MinOperation() - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.MinOperation
Arithmetic mean
ModeOperation - Class in org.gvsig.raster.lib.buffer.impl.operations.mode
 
ModeOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperation
 
ModeOperationFactory - Class in org.gvsig.raster.lib.buffer.impl.operations.mode
 
ModeOperationFactory() - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 

N

NAME - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
NAME - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
NAME - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
NAME - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
NAME - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
nearestNeighbourInterpolation(Buffer, Buffer, SimpleTaskStatus) - Method in class org.gvsig.raster.lib.buffer.impl.BufferInterpolation
Interpolates the buffer "source" to a number of columns and a number of rows and stores the result in the buffer "targer" according to the nearest interpolation method.
nullValueToNoData(Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 

O

OPERATOR_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
OPERATOR_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
org.gvsig.raster.lib.buffer.impl - package org.gvsig.raster.lib.buffer.impl
 
org.gvsig.raster.lib.buffer.impl.exceptions - package org.gvsig.raster.lib.buffer.impl.exceptions
 
org.gvsig.raster.lib.buffer.impl.operations - package org.gvsig.raster.lib.buffer.impl.operations
 
org.gvsig.raster.lib.buffer.impl.operations.convolution - package org.gvsig.raster.lib.buffer.impl.operations.convolution
 
org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative - package org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative
 
org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement - package org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement
 
org.gvsig.raster.lib.buffer.impl.operations.median - package org.gvsig.raster.lib.buffer.impl.operations.median
 
org.gvsig.raster.lib.buffer.impl.operations.mode - package org.gvsig.raster.lib.buffer.impl.operations.mode
 
org.gvsig.raster.lib.buffer.impl.operations.tailtrim - package org.gvsig.raster.lib.buffer.impl.operations.tailtrim
 
org.gvsig.raster.lib.buffer.impl.statistics - package org.gvsig.raster.lib.buffer.impl.statistics
 

P

pageManager - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
PaginatedBandByte - Class in org.gvsig.raster.lib.buffer.impl
 
PaginatedBandByte(int, int, NoData, BandPageManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
PaginatedBandDouble - Class in org.gvsig.raster.lib.buffer.impl
 
PaginatedBandDouble(int, int, NoData, BandPageManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
PaginatedBandFloat - Class in org.gvsig.raster.lib.buffer.impl
 
PaginatedBandFloat(int, int, NoData, BandPageManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
PaginatedBandInt - Class in org.gvsig.raster.lib.buffer.impl
 
PaginatedBandInt(int, int, NoData, BandPageManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
PaginatedBandShort - Class in org.gvsig.raster.lib.buffer.impl
 
PaginatedBandShort(int, int, NoData, BandPageManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
PERSISTENT_DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
Description of persistence definition
PERSISTENT_DESCRIPTION - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
Description of persistence definition
PERSISTENT_NAME - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
Persistence definition name
PERSISTENT_NAME - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
Persistence definition name
post() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.HistogramOperation
 
post() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MaxOperation
 
post() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MeanOperation
 
post() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MinOperation
 
post() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMaxOperation
 
post() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMinOperation
 
post() - Method in interface org.gvsig.raster.lib.buffer.impl.statistics.StatisticalOperation
Operations done after processing
post() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.VarianceOperation
 
postProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
postProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
postProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
postProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperation
 
postProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperation
 
postProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperation
 
pre() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.HistogramOperation
 
pre() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MaxOperation
 
pre() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MeanOperation
 
pre() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.MinOperation
 
pre() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMaxOperation
 
pre() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.SecondMinOperation
 
pre() - Method in interface org.gvsig.raster.lib.buffer.impl.statistics.StatisticalOperation
Operations done before processing
pre() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.VarianceOperation
 
preProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
preProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
preProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
preProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperation
 
preProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperation
 
preProcess() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperation
 
PREWITT_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
process() - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
process() - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
process() - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
process() - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperation
 
process() - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperation
 
process() - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperation
 
projection - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
putRow(int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 

R

registerOperationFactory(OperationFactory) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
registerParametersDefinition(String, String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperationFactory
 
registerParametersDefinition(String, String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperationFactory
 
registerParametersDefinition(String, String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperationFactory
 
registerParametersDefinition(String, String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperationFactory
 
registerParametersDefinition(String, String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperationFactory
 
registerParametersDefinition(String, String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
registerPersistence() - Static method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
registerPersistence() - Static method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
registerPersistence() - Static method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
remove(int) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
remove(Object) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
REMOVE_ENDS_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
removeAll(Collection<?>) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
removeBand(int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
removeGeometry(int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultVectorROI
 
removeIfExists(String) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
restore() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
retainAll(Collection<?>) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
rgbNormalization() - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
ROBERTS_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
rows - Variable in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
rowsInTile - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
rowsPerPage - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
rowsPerTile - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 

S

save(Buffer, int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AwtRasterBandPageManager
 
save(Buffer, int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.SimpleBandPageManager
 
saveCurrentPage() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractPaginatedBand
 
saveCurrentTile() - Method in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
saveToState(PersistentState) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
saveToState(PersistentState) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
saveToState(PersistentState) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
SecondMaxOperation - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
SecondMaxOperation() - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.SecondMaxOperation
Arithmetic mean
SecondMinOperation - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
SecondMinOperation() - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.SecondMinOperation
Arithmetic mean
set(int, int, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBand
 
set(int, OperationListEntry) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
setActive(boolean) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationListEntry
 
setBand(int, Band) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
setColumns(int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
setDefaultParameters(DynObject) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
setDefaultValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
Sets the default value
setDivisor(double) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultKernel
 
setEnvelope(Envelope) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
setID(long) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractROI
 
setLastFolderUsedToSaveRaster(File) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferManager
 
setMax(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
setMin(double) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
setName(String) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractROI
 
setRows(int) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultBufferDimensions
 
setValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandByte
 
setValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandByte
 
setValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandByte
 
setValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandByte
 
setValue(int, int, byte) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandByte
 
setValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandDouble
 
setValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandDouble
 
setValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandDouble
 
setValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandDouble
 
setValue(int, int, double) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
 
setValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandFloat
 
setValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandFloat
 
setValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandFloat
 
setValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandFloat
 
setValue(int, int, float) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
 
setValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandInt
 
setValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandInt
 
setValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandInt
 
setValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandInt
 
setValue(int, int, int) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandInt
 
setValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.ClippedBandShort
 
setValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.ConvertedTypeBandShort
 
setValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.MemoryBandShort
 
setValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.PaginatedBandShort
 
setValue(int, int, short) - Method in class org.gvsig.raster.lib.buffer.impl.TiledBandShort
 
setValue(long) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramClass
 
setValue(Number) - Method in class org.gvsig.raster.lib.buffer.impl.DefaultNoData
 
SHARPNESS_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
SIDE_WINDOW_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.convolution.ConvolutionOperation
 
SIDE_WINDOW_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.median.MedianOperation
 
SIDE_WINDOW_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.mode.ModeOperation
 
SimpleBandPageManager - Class in org.gvsig.raster.lib.buffer.impl
 
SimpleBandPageManager(File, int, int, int) - Constructor for class org.gvsig.raster.lib.buffer.impl.SimpleBandPageManager
 
size() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
SOBEL_OPERATOR_STRING - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
StatisticalOperation - Interface in org.gvsig.raster.lib.buffer.impl.statistics
Defines a statistical operation
statistics - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
STATISTICS_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
STATISTICS_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperation
 
subList(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
switchBands(int[]) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 
switchBands(int, int) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 

T

TAIL_TRIM_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
TAIL_TRIM_PERCENT_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.linearstretchenhancement.LinearStretchEnhancementOperation
 
TAIL_TRIM_PERCENT_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperation
 
TailTrimOperation - Class in org.gvsig.raster.lib.buffer.impl.operations.tailtrim
 
TailTrimOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperation
 
TailTrimOperationFactory - Class in org.gvsig.raster.lib.buffer.impl.operations.tailtrim
 
TailTrimOperationFactory() - Constructor for class org.gvsig.raster.lib.buffer.impl.operations.tailtrim.TailTrimOperationFactory
 
TiledBandByte - Class in org.gvsig.raster.lib.buffer.impl
Tiled Band byte
TiledBandByte(int, int, NoData, BandTileManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.TiledBandByte
Default Constructor
TiledBandDouble - Class in org.gvsig.raster.lib.buffer.impl
Tiled band double
TiledBandDouble(int, int, NoData, BandTileManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.TiledBandDouble
Default Constructor
TiledBandFloat - Class in org.gvsig.raster.lib.buffer.impl
Tiled band Float
TiledBandFloat(int, int, NoData, BandTileManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.TiledBandFloat
Default Constructor
TiledBandInt - Class in org.gvsig.raster.lib.buffer.impl
Tile band int
TiledBandInt(int, int, NoData, BandTileManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.TiledBandInt
Default Constructor
TiledBandShort - Class in org.gvsig.raster.lib.buffer.impl
Tile band short
TiledBandShort(int, int, NoData, BandTileManager) - Constructor for class org.gvsig.raster.lib.buffer.impl.TiledBandShort
Default Constructor
tileManager - Variable in class org.gvsig.raster.lib.buffer.impl.AbstractTiledBand
 
toArray() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
toArray(T[]) - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
toHTMLString() - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultStatistics
 

U

UMBRAL_PARAM - Static variable in class org.gvsig.raster.lib.buffer.impl.operations.edgedetection.firstderivative.FirstDerivativeOperation
 
union(HistogramBand) - Method in class org.gvsig.raster.lib.buffer.impl.statistics.DefaultHistogramBand
 
update(Observable, Object) - Method in class org.gvsig.raster.lib.buffer.impl.AbstractBuffer
 

V

validateLookupParameters() - Method in class org.gvsig.raster.lib.buffer.impl.operations.DefaultOperationList
 
VarianceOperation - Class in org.gvsig.raster.lib.buffer.impl.statistics
 
VarianceOperation(StatisticsBand) - Constructor for class org.gvsig.raster.lib.buffer.impl.statistics.VarianceOperation
Variance
A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form