Interface HarvestedSource

All Known Implementing Classes:
DefaultHarvestedSource

public interface HarvestedSource
Information about one of the sources that have been processed by StructuredGridCoverage2DReader.harvest(String, Object, org.geotools.util.factory.Hints), indicating whether the object was successfully ingested or not.
Author:
Andrea Aime - GeoSolutions
  • Method Summary

    Modifier and Type
    Method
    Description
    In case the file was not ingested, provides a reason why it was skipped
    The object that has been processed
    boolean
    If true, the file has been ingested and generated new granules in the reader, false otherwise
  • Method Details

    • getSource

      Object getSource()
      The object that has been processed
    • success

      boolean success()
      If true, the file has been ingested and generated new granules in the reader, false otherwise
    • getMessage

      String getMessage()
      In case the file was not ingested, provides a reason why it was skipped