|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.wms.BoundingBox
public class BoundingBox
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 |
---|
public BoundingBox()
Method Detail |
---|
public static BoundingBox createFromStrings(String crs, String minx, String maxx, String miny, String maxy, String resx, String resy)
public String getCrs()
public double getMaxx()
public double getMaxy()
public double getMinx()
public double getMiny()
public double getResx()
public double getResy()
public String toString()
toString
in class Object
|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |