Class BathymetryExample
- java.lang.Object
-
- com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
-
public class BathymetryExample extends Object
Data displayed was downloaded from the NOAA/NGDC Bathymetry tool at http://www.ngdc.noaa.gov/mgg/gdas/gd_designagrid.html- Author:
- ulman
-
-
Constructor Summary
Constructors Constructor Description BathymetryExample()BathymetryExample(GeoProjection projection)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationPaintergetAnnotationPainter()TaggedHeatMapPaintergetBathymetryPainter()ContourPaintergetContourPainter()MapPlot2DgetPlot()static voidmain(String[] args)
-
-
-
Constructor Detail
-
BathymetryExample
public BathymetryExample()
-
BathymetryExample
public BathymetryExample(GeoProjection projection)
-
-
Method Detail
-
main
public static void main(String[] args)
-
getBathymetryPainter
public TaggedHeatMapPainter getBathymetryPainter()
-
getContourPainter
public ContourPainter getContourPainter()
-
getAnnotationPainter
public AnnotationPainter getAnnotationPainter()
-
getPlot
public MapPlot2D getPlot()
-
-