Package noaa.coastwatch.render
Class Topography
java.lang.Object
noaa.coastwatch.render.Topography
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the elevation grid.static Topography
Gets an instance of the topography class.Gets the earth transform for the elevation grid.
-
Constructor Details
-
Topography
protected Topography()
-
-
Method Details
-
getInstance
Gets an instance of the topography class.- Returns:
- the topography object.
- Throws:
IOException
-
getElevation
Gets the elevation grid.- Returns:
- the elevation grid.
-
getTransform
Gets the earth transform for the elevation grid.- Returns:
- the earh transform.
-