Package Map.gridbaselayer
Class GebcoNETCDF
java.lang.Object
Map.gridbaselayer.GebcoNETCDF
- 
Method Summary
Modifier and TypeMethodDescriptioncreateImage(int[] latRangeBins, int[] lonRangeBins, int hop) createImage(int[] latRangeBins, int[] lonRangeBins, ColourArray heightColours, ColourArray depthColours, int hop) protected voidfinalize()protected double[]getImage(double[] latRange, double[] lonRange, boolean forceRecreate) protected double[]protected double[]protected intgetnLat()protected intgetnLon()static GebcoNETCDFmakeGebcoNCDFFile(File ncFile) static GebcoNETCDFmakeGebcoNCDFFile(String fileName)  
- 
Method Details
- 
getImage
 - 
createImage
 - 
createImage
public MapRasterImage createImage(int[] latRangeBins, int[] lonRangeBins, ColourArray heightColours, ColourArray depthColours, int hop)  - 
finalize
 - 
makeGebcoNCDFFile
 - 
makeGebcoNCDFFile
 - 
getnLat
protected int getnLat()- Returns:
 - the nLat
 
 - 
getnLon
protected int getnLon()- Returns:
 - the nLon
 
 - 
getLatRange
protected double[] getLatRange()- Returns:
 - the latRange
 
 - 
getLonRange
protected double[] getLonRange()- Returns:
 - the lonRange
 
 - 
getElevationRange
protected double[] getElevationRange()- Returns:
 - the elevationRange
 
 
 -