Interface Operation

    • Method Detail

      • getName

        String getName()
        Name of the processing operation. This name is passed as a parameter to the doOperation method to instantiate a new grid coverage on which the processing operation is performed.
        Returns:
        The name of the processing operation.
      • getDescription

        String getDescription()
        Description of the processing operation. If no description is available, the value will be null.
        Returns:
        The description of the processing operation, or null.
      • getVendor

        String getVendor()
        Vendor of the processing operation implementation. If no vendor name is available, the value will be null.
        Returns:
        The implementation vendor name, or null.
      • getDocURL

        String getDocURL()
        URL for documentation on the processing operation. If no online documentation is available the string will be null.
        Returns:
        The URL for documentation on the processing operation, or null.
      • getVersion

        String getVersion()
        Version number for the implementation.
        Returns:
        The version number for the implementation, or null.
      • getNumSources

        int getNumSources()
        Number of source grid coverages required for the operation.
        Returns:
        The number of source grid coverages required for the operation.