Class VSIReader

    • Constructor Detail

      • VSIReader

        public VSIReader​(Object input)
                  throws IOException
        Creates a new instance of a GridCoverageReader.
        Parameters:
        input - Source object for which we want to build an VSIReader.
        Throws:
        IOException
      • VSIReader

        public VSIReader​(Object input,
                         Hints hints)
                  throws IOException
        Creates a new instance of a GridCoverageReader.
        Parameters:
        input - Source object for which we want to build an VSIReader.
        hints - Hints to be used by this reader throughout its life.
        Throws:
        IOException
    • Method Detail

      • getFormat

        public Format getFormat()
        Return the corresponding format object for this resource
        Specified by:
        getFormat in interface GridCoverageReader
        Returns:
        an instance of the VSIFormat object that corresponds to this resource