com.supermap.services.metadata.smmd2007
Class GeoBndBox
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.GeoBndBox
-
- All Implemented Interfaces:
- java.io.Serializable
public class GeoBndBox extends java.lang.Object implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected doubleeastBLprotected doublenorthBLprotected doublesouthBLprotected doublewestBL
-
Constructor Summary
Constructors Constructor and Description GeoBndBox()
-
Method Summary
Methods Modifier and Type Method and Description doublegetEastBL()Gets the value of the eastBL property.doublegetNorthBL()Gets the value of the northBL property.doublegetSouthBL()Gets the value of the southBL property.doublegetWestBL()Gets the value of the westBL property.voidsetEastBL(double value)Sets the value of the eastBL property.voidsetNorthBL(double value)Sets the value of the northBL property.voidsetSouthBL(double value)Sets the value of the southBL property.voidsetWestBL(double value)Sets the value of the westBL property.
-
-
-
Field Detail
-
westBL
protected double westBL
-
eastBL
protected double eastBL
-
southBL
protected double southBL
-
northBL
protected double northBL
-
-
Method Detail
-
getWestBL
public double getWestBL()
Gets the value of the westBL property.
-
setWestBL
public void setWestBL(double value)
Sets the value of the westBL property.
-
getEastBL
public double getEastBL()
Gets the value of the eastBL property.
-
setEastBL
public void setEastBL(double value)
Sets the value of the eastBL property.
-
getSouthBL
public double getSouthBL()
Gets the value of the southBL property.
-
setSouthBL
public void setSouthBL(double value)
Sets the value of the southBL property.
-
getNorthBL
public double getNorthBL()
Gets the value of the northBL property.
-
setNorthBL
public void setNorthBL(double value)
Sets the value of the northBL property.
-
-