NASA World Wind

gov.nasa.worldwind.terrain
Class RectangularTessellator.RectGeometry

java.lang.Object
  extended by gov.nasa.worldwind.terrain.RectangularTessellator.RectGeometry
Enclosing class:
RectangularTessellator

public static class RectangularTessellator.RectGeometry
extends Object


Constructor Summary
RectangularTessellator.RectGeometry(gov.nasa.worldwind.terrain.RectangularTessellator.RectTile tile)
           
 
Method Summary
 int getColAtLon(double longitude)
           
 double getLatAtRow(int row)
           
 double getLonAtCol(int col)
           
 double getMaxLatitude()
           
 double getMaxLongitude()
           
 double getMinLatitude()
           
 double getMinLongitude()
           
 int getNumCols()
           
 int getNumRows()
           
 double[] getPointAt(double lat, double lon)
           
 int getRowAtLat(double latitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularTessellator.RectGeometry

public RectangularTessellator.RectGeometry(gov.nasa.worldwind.terrain.RectangularTessellator.RectTile tile)
Method Detail

getColAtLon

public int getColAtLon(double longitude)

getLatAtRow

public double getLatAtRow(int row)

getLonAtCol

public double getLonAtCol(int col)

getMaxLatitude

public double getMaxLatitude()

getMaxLongitude

public double getMaxLongitude()

getMinLatitude

public double getMinLatitude()

getMinLongitude

public double getMinLongitude()

getNumCols

public int getNumCols()

getNumRows

public int getNumRows()

getPointAt

public double[] getPointAt(double lat,
                           double lon)

getRowAtLat

public int getRowAtLat(double latitude)

NASA World Wind