com.metsci.glimpse.charts.bathy
Class BathymetryData

java.lang.Object
  extended by com.metsci.glimpse.charts.bathy.BathymetryData

public class BathymetryData
extends java.lang.Object

Author:
ulman

Constructor Summary
BathymetryData(java.io.InputStream in, GeoProjection projection)
           
 
Method Summary
 double[][] getData()
           
 double getHeightStep()
           
 int getImageHeight()
           
 int getImageWidth()
           
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 TangentPlaneProjection getProjection()
           
 double getStartLat()
           
 double getStartLon()
           
 FloatTextureProjected2D getTexture()
           
 double getWidthStep()
           
 void setAxisBounds(Axis2D axis)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BathymetryData

public BathymetryData(java.io.InputStream in,
                      GeoProjection projection)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getTexture

public FloatTextureProjected2D getTexture()

getProjection

public TangentPlaneProjection getProjection()

setAxisBounds

public void setAxisBounds(Axis2D axis)

getStartLon

public double getStartLon()

getStartLat

public double getStartLat()

getWidthStep

public double getWidthStep()

getHeightStep

public double getHeightStep()

getImageHeight

public int getImageHeight()

getImageWidth

public int getImageWidth()

getMinX

public double getMinX()

getMaxX

public double getMaxX()

getMinY

public double getMinY()

getMaxY

public double getMaxY()

getData

public double[][] getData()


Copyright © 2012 Metron, Inc.. All Rights Reserved.