public class BathymetryData extends Object
Constructor and Description |
---|
BathymetryData(InputStream in,
GeoProjection projection) |
Modifier and Type | Method and Description |
---|---|
double[][] |
getData() |
double |
getHeightStep() |
int |
getImageHeight() |
int |
getImageWidth() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
LatLonProjection |
getProjection() |
double |
getStartLat() |
double |
getStartLon() |
FloatTextureProjected2D |
getTexture() |
double |
getWidthStep() |
void |
setAxisBounds(Axis2D axis) |
public BathymetryData(InputStream in, GeoProjection projection) throws IOException
IOException
public FloatTextureProjected2D getTexture()
public LatLonProjection getProjection()
public void setAxisBounds(Axis2D axis)
public double getStartLon()
public double getStartLat()
public double getWidthStep()
public double getHeightStep()
public int getImageHeight()
public int getImageWidth()
public double getMinX()
public double getMaxX()
public double getMinY()
public double getMaxY()
public double[][] getData()
Copyright © 2016 Metron, Inc.. All rights reserved.