com.supermap.services.metadata.smmd2007
类 GridSpatRep
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.GridSpatRep
-
- 所有已实现的接口:
- 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>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 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
-
构造器概要
构造器 构造器和说明 GridSpatRep()
-
方法概要
方法 限定符和类型 方法和说明 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.
-
-
-
字段详细资料
-
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
-
-
方法详细资料
-
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.- 参数:
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.- 参数:
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.- 参数:
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.- 参数:
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.- 参数:
valueallowed
- object isBigDecimal
-
-