Class VSIFormat

All Implemented Interfaces:
Format

public final class VSIFormat extends BaseGDALGridFormat implements Format
  • Constructor Details

    • VSIFormat

      public VSIFormat()
      Creates an instance and sets the metadata.
  • Method Details

    • setInfo

      protected void setInfo()
      Description copied from class: BaseGDALGridFormat
      Each plugin needs to implement this method defining format specific properties
      Specified by:
      setInfo in class BaseGDALGridFormat
    • getReader

      public VSIReader getReader(Object source, Hints hints)
      Description copied from class: AbstractGridFormat
      Gets a GridCoverageReader for this format able to create coverages out of the source object using the provided hints.

      In case this Format cannot reader the provided source object null is returned.

      Specified by:
      getReader in class AbstractGridFormat
      Parameters:
      source - The source object to parse. *
      hints - The Hints to use when trying to instantiate this reader.
      Returns:
      A reader for this Format or null.