public class GeoBndBox
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://data.sbsm.gov.cn/smmd/2007}westBL"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}eastBL"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}southBL"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}northBL"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
eastBL |
protected double |
northBL |
protected double |
southBL |
protected double |
westBL |
Constructor and Description |
---|
GeoBndBox() |
Modifier and Type | Method and Description |
---|---|
double |
getEastBL()
Gets the value of the eastBL property.
|
double |
getNorthBL()
Gets the value of the northBL property.
|
double |
getSouthBL()
Gets the value of the southBL property.
|
double |
getWestBL()
Gets the value of the westBL property.
|
void |
setEastBL(double value)
Sets the value of the eastBL property.
|
void |
setNorthBL(double value)
Sets the value of the northBL property.
|
void |
setSouthBL(double value)
Sets the value of the southBL property.
|
void |
setWestBL(double value)
Sets the value of the westBL property.
|
protected double westBL
protected double eastBL
protected double southBL
protected double northBL
public double getWestBL()
public void setWestBL(double value)
public double getEastBL()
public void setEastBL(double value)
public double getSouthBL()
public void setSouthBL(double value)
public double getNorthBL()
public void setNorthBL(double value)