Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractOperation - Class in org.gvsig.raster.lib.buffer.spi.operations
- AbstractOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- AbstractSpecifiedBandsOperation - Class in org.gvsig.raster.lib.buffer.spi.operations
- AbstractSpecifiedBandsOperation(OperationFactory) - Constructor for class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
C
- COPY_UNPROCESSED_BANDS_PARAM - Static variable in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
D
- DefaultTileStruct - Class in org.gvsig.raster.lib.buffer.spi
- DefaultTileStruct() - Constructor for class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- doDispose() - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
E
- execute(SimpleTaskStatus, Buffer, DynObject) - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
G
- getBandsToProcess() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
- getColumnsPerTile() - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- getEnvelope() - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- getFactory() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- getInputBuffer() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- getInputBuffer() - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
- getOutputBuffer() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- getOutputBuffer() - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
- getParameter(String, Object) - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- getParameter(String, Object) - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
- getParameters() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- getParameters() - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
- getPixelSizePerZoomLevel() - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- getProcessableBandNoDatas() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
-
This is a utility method that return a copy of the NoData of the processable band of the input buffer.
- getProcessableBandNoDatasAsArray() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
-
This is a utility method that return a copy of the NoData of the processable band of the input buffer.
- getProcessableBandTypes() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
-
This is a utility method that return a copy of the types of the processable band of the input buffer.
- getProcessableBandTypesAsArray() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
-
This is a utility method that return a copy of the types of the processable band of the input buffer.
- getProviderName() - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- getRowsPerTile() - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- getTaskStatus() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- getTaskStatus() - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
- getTypesAsArray(List<Integer>) - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
I
- isProcessableBand(int) - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
M
- mustCopyUnprocessedBands() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
O
- OperationServices - Interface in org.gvsig.raster.lib.buffer.spi.operations
- org.gvsig.raster.lib.buffer.spi - package org.gvsig.raster.lib.buffer.spi
- org.gvsig.raster.lib.buffer.spi.exceptions - package org.gvsig.raster.lib.buffer.spi.exceptions
- org.gvsig.raster.lib.buffer.spi.operations - package org.gvsig.raster.lib.buffer.spi.operations
P
- postProcess() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- postProcess() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
- postProcess() - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
-
Prepare the result
- preProcess() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- preProcess() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
- preProcess() - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
-
Prepare the process
- process() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- process() - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractSpecifiedBandsOperation
- process() - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
-
Process the operation
- ProcessingOperationException - Exception Class in org.gvsig.raster.lib.buffer.spi.exceptions
- ProcessingOperationException(String, Throwable) - Constructor for exception class org.gvsig.raster.lib.buffer.spi.exceptions.ProcessingOperationException
- ProcessingOperationException(Throwable) - Constructor for exception class org.gvsig.raster.lib.buffer.spi.exceptions.ProcessingOperationException
S
- setColumnsPerTile(int) - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- setEnvelope(Envelope) - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- setOutputBuffer(Buffer) - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- setOutputBuffer(Buffer) - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
- setParameter(String, Object) - Method in class org.gvsig.raster.lib.buffer.spi.operations.AbstractOperation
- setParameter(String, Object) - Method in interface org.gvsig.raster.lib.buffer.spi.operations.OperationServices
- setPixelSizePerZoomLevel(Map<Integer, Double>) - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- setProviderName(String) - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
- setRowsPerTile(int) - Method in class org.gvsig.raster.lib.buffer.spi.DefaultTileStruct
All Classes and Interfaces|All Packages|Serialized Form