Package gov.nasa.worldwind.ogc.wms
Class WmsBoundingBox
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.XmlModel
-
- gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
public class WmsBoundingBox extends XmlModel
-
-
Constructor Summary
Constructors Constructor Description WmsBoundingBox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCRS()
double
getMaxx()
double
getMaxy()
double
getMinx()
double
getMiny()
double
getResx()
double
getResy()
void
parseField​(java.lang.String keyName, java.lang.Object value)
-
-
-
Method Detail
-
getCRS
public java.lang.String getCRS()
-
getMinx
public double getMinx()
-
getMaxx
public double getMaxx()
-
getMiny
public double getMiny()
-
getMaxy
public double getMaxy()
-
getResx
public double getResx()
-
getResy
public double getResy()
-
parseField
public void parseField​(java.lang.String keyName, java.lang.Object value)
-
-