Class DTEDFormat

All Implemented Interfaces:
Format

public final class DTEDFormat extends BaseGDALGridFormat implements Format
An implementation of Format for the DTED format.
Since:
2.5.x
Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
  • Constructor Details

    • DTEDFormat

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

    • setInfo

      protected void setInfo()
      Sets the metadata information.
      Specified by:
      setInfo in class BaseGDALGridFormat
    • getReader

      public DTEDReader 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.
      See Also:
      • org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object, Hints)