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.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>
     
    
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected double eastBL 
      protected double northBL 
      protected double southBL 
      protected double westBL 
    • Constructor Summary

      Constructors 
      Constructor and Description
      GeoBndBox() 
    • Method Summary

      Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • westBL

        protected double westBL
        
      • eastBL

        protected double eastBL
        
      • southBL

        protected double southBL
        
      • northBL

        protected double northBL
        
    • Constructor Detail

      • GeoBndBox

        public GeoBndBox()
        
    • 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.