Class JaiOp

    • Method Detail

      • getOperationName

        public String getOperationName()
      • setOperationName

        public void setOperationName​(String operationName)
      • setOperationParameters

        public void setOperationParameters​(HashMap<String,​Object> operationParameters)
      • computeTile

        public void computeTile​(Band targetBand,
                                Tile targetTile,
                                ProgressMonitor pm)
                         throws OperatorException
        Description copied from class: Operator
        Called by the framework in order to compute a tile for the given target band.

        The default implementation throws a runtime exception with the message "not implemented".

        This method shall never be called directly.

        Overrides:
        computeTile in class Operator
        Parameters:
        targetBand - The target band.
        targetTile - The current tile associated with the target band to be computed.
        pm - A progress monitor which should be used to determine computation cancellation requests.
        Throws:
        OperatorException - If an error occurs during computation of the target raster.