NASA World Wind

gov.nasa.worldwind.wms
Class BoundingBox

java.lang.Object
  extended by gov.nasa.worldwind.wms.BoundingBox

public class BoundingBox
extends Object


Constructor Summary
BoundingBox()
           
 
Method Summary
static BoundingBox createFromStrings(String crs, String minx, String maxx, String miny, String maxy, String resx, String resy)
           
 String getCrs()
           
 double getMaxx()
           
 double getMaxy()
           
 double getMinx()
           
 double getMiny()
           
 double getResx()
           
 double getResy()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox()
Method Detail

createFromStrings

public static BoundingBox createFromStrings(String crs,
                                            String minx,
                                            String maxx,
                                            String miny,
                                            String maxy,
                                            String resx,
                                            String resy)

getCrs

public String getCrs()

getMaxx

public double getMaxx()

getMaxy

public double getMaxy()

getMinx

public double getMinx()

getMiny

public double getMiny()

getResx

public double getResx()

getResy

public double getResy()

toString

public String toString()
Overrides:
toString in class Object

NASA World Wind