com.supermap.services.metadata.smmd2007

类 GeoBndBox

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.GeoBndBox
  • 所有已实现的接口:
    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>
     
    
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      限定符和类型 字段和说明
      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.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • westBL

        protected double westBL
        
      • eastBL

        protected double eastBL
        
      • southBL

        protected double southBL
        
      • northBL

        protected double northBL
        
    • 构造器详细资料

      • GeoBndBox

        public GeoBndBox()
        
    • 方法详细资料

      • 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.