Class Topography

java.lang.Object
noaa.coastwatch.render.Topography

public class Topography extends Object
The Topography class holds topography data, useful for classes that need topography data for contouring, atmospheric correction, etc. Note that the topography includes bathymetry.
Since:
3.8.0
Author:
Peter Hollemans
  • Constructor Details

    • Topography

      protected Topography()
  • Method Details

    • getInstance

      public static Topography getInstance() throws IOException
      Gets an instance of the topography class.
      Returns:
      the topography object.
      Throws:
      IOException
    • getElevation

      public Grid getElevation()
      Gets the elevation grid.
      Returns:
      the elevation grid.
    • getTransform

      public EarthTransform getTransform()
      Gets the earth transform for the elevation grid.
      Returns:
      the earh transform.