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>
限定符和类型 | 字段和说明 |
---|---|
protected double |
eastBL |
protected double |
northBL |
protected double |
southBL |
protected double |
westBL |
构造器和说明 |
---|
GeoBndBox() |
限定符和类型 | 方法和说明 |
---|---|
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)