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 void
finalize()
protected double[]
getImage
(double[] latRange, double[] lonRange, boolean forceRecreate) protected double[]
protected double[]
protected int
getnLat()
protected int
getnLon()
static GebcoNETCDF
makeGebcoNCDFFile
(File ncFile) static GebcoNETCDF
makeGebcoNCDFFile
(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
-