com.supermap.services.metadata.smmd2007

Class GridSpatRep

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.GridSpatRep
  • All Implemented Interfaces:
    java.io.Serializable


    public class GridSpatRep
    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}gridOrder"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}gridRows"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}gridColumns"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}leftUpLong"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}leftUpLat"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}leftUpX"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}leftUpY"/>
     </sequence>
     </restriction>
     </complexContent>
     </complexType>
     
    
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected int gridColumns 
      protected java.lang.String gridOrder 
      protected int gridRows 
      protected java.math.BigDecimal leftUpLat 
      protected java.math.BigDecimal leftUpLong 
      protected java.math.BigDecimal leftUpX 
      protected java.math.BigDecimal leftUpY 
    • Constructor Summary

      Constructors 
      Constructor and Description
      GridSpatRep() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getGridColumns()
      Gets the value of the gridColumns property.
      java.lang.String getGridOrder()
      Gets the value of the gridOrder property.
      int getGridRows()
      Gets the value of the gridRows property.
      java.math.BigDecimal getLeftUpLat()
      Gets the value of the leftUpLat property.
      java.math.BigDecimal getLeftUpLong()
      Gets the value of the leftUpLong property.
      java.math.BigDecimal getLeftUpX()
      Gets the value of the leftUpX property.
      java.math.BigDecimal getLeftUpY()
      Gets the value of the leftUpY property.
      void setGridColumns(int value)
      Sets the value of the gridColumns property.
      void setGridOrder(java.lang.String value)
      Sets the value of the gridOrder property.
      void setGridRows(int value)
      Sets the value of the gridRows property.
      void setLeftUpLat(java.math.BigDecimal value)
      Sets the value of the leftUpLat property.
      void setLeftUpLong(java.math.BigDecimal value)
      Sets the value of the leftUpLong property.
      void setLeftUpX(java.math.BigDecimal value)
      Sets the value of the leftUpX property.
      void setLeftUpY(java.math.BigDecimal value)
      Sets the value of the leftUpY property.
      • Methods inherited from class java.lang.Object

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

      • gridOrder

        protected java.lang.String gridOrder
        
      • gridRows

        protected int gridRows
        
      • gridColumns

        protected int gridColumns
        
      • leftUpLong

        protected java.math.BigDecimal leftUpLong
        
      • leftUpLat

        protected java.math.BigDecimal leftUpLat
        
      • leftUpX

        protected java.math.BigDecimal leftUpX
        
      • leftUpY

        protected java.math.BigDecimal leftUpY
        
    • Constructor Detail

      • GridSpatRep

        public GridSpatRep()
        
    • Method Detail

      • getGridOrder

        public java.lang.String getGridOrder()
        
        Gets the value of the gridOrder property.
      • setGridOrder

        public void setGridOrder(java.lang.String value)
        
        Sets the value of the gridOrder property.
        Parameters:
        valueallowed - object isString
      • getGridRows

        public int getGridRows()
        
        Gets the value of the gridRows property.
      • setGridRows

        public void setGridRows(int value)
        
        Sets the value of the gridRows property.
      • getGridColumns

        public int getGridColumns()
        
        Gets the value of the gridColumns property.
      • setGridColumns

        public void setGridColumns(int value)
        
        Sets the value of the gridColumns property.
      • getLeftUpLong

        public java.math.BigDecimal getLeftUpLong()
        
        Gets the value of the leftUpLong property.
      • setLeftUpLong

        public void setLeftUpLong(java.math.BigDecimal value)
        
        Sets the value of the leftUpLong property.
        Parameters:
        valueallowed - object isBigDecimal
      • getLeftUpLat

        public java.math.BigDecimal getLeftUpLat()
        
        Gets the value of the leftUpLat property.
      • setLeftUpLat

        public void setLeftUpLat(java.math.BigDecimal value)
        
        Sets the value of the leftUpLat property.
        Parameters:
        valueallowed - object isBigDecimal
      • getLeftUpX

        public java.math.BigDecimal getLeftUpX()
        
        Gets the value of the leftUpX property.
      • setLeftUpX

        public void setLeftUpX(java.math.BigDecimal value)
        
        Sets the value of the leftUpX property.
        Parameters:
        valueallowed - object isBigDecimal
      • getLeftUpY

        public java.math.BigDecimal getLeftUpY()
        
        Gets the value of the leftUpY property.
      • setLeftUpY

        public void setLeftUpY(java.math.BigDecimal value)
        
        Sets the value of the leftUpY property.
        Parameters:
        valueallowed - object isBigDecimal