com.supermap.services.metadata.smmd2007
类 MdCoRefSys
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.MdCoRefSys
-
- 所有已实现的接口:
- java.io.Serializable
public class MdCoRefSys 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}projection"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}ellipsoid"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}datum"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}longCntMer"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}zoneMethod"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}zone"/> </sequence> </restriction> </complexContent> </complexType>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 protected java.lang.String
datum
protected java.lang.String
ellipsoid
protected double
longCntMer
protected java.lang.String
projection
protected int
zone
protected java.lang.String
zoneMethod
-
构造器概要
构造器 构造器和说明 MdCoRefSys()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getDatum()
Gets the value of the datum property.java.lang.String
getEllipsoid()
Gets the value of the ellipsoid property.double
getLongCntMer()
Gets the value of the longCntMer property.java.lang.String
getProjection()
Gets the value of the projection property.int
getZone()
Gets the value of the zone property.java.lang.String
getZoneMethod()
Gets the value of the zoneMethod property.void
setDatum(java.lang.String value)
Sets the value of the datum property.void
setEllipsoid(java.lang.String value)
Sets the value of the ellipsoid property.void
setLongCntMer(double value)
Sets the value of the longCntMer property.void
setProjection(java.lang.String value)
Sets the value of the projection property.void
setZone(int value)
Sets the value of the zone property.void
setZoneMethod(java.lang.String value)
Sets the value of the zoneMethod property.
-
-
-
字段详细资料
-
projection
protected java.lang.String projection
-
ellipsoid
protected java.lang.String ellipsoid
-
datum
protected java.lang.String datum
-
longCntMer
protected double longCntMer
-
zoneMethod
protected java.lang.String zoneMethod
-
zone
protected int zone
-
-
方法详细资料
-
getProjection
public java.lang.String getProjection()
Gets the value of the projection property.
-
setProjection
public void setProjection(java.lang.String value)
Sets the value of the projection property.- 参数:
valueallowed
- object isString
-
getEllipsoid
public java.lang.String getEllipsoid()
Gets the value of the ellipsoid property.
-
setEllipsoid
public void setEllipsoid(java.lang.String value)
Sets the value of the ellipsoid property.- 参数:
valueallowed
- object isString
-
getDatum
public java.lang.String getDatum()
Gets the value of the datum property.
-
setDatum
public void setDatum(java.lang.String value)
Sets the value of the datum property.- 参数:
valueallowed
- object isString
-
getLongCntMer
public double getLongCntMer()
Gets the value of the longCntMer property.
-
setLongCntMer
public void setLongCntMer(double value)
Sets the value of the longCntMer property.
-
getZoneMethod
public java.lang.String getZoneMethod()
Gets the value of the zoneMethod property.
-
setZoneMethod
public void setZoneMethod(java.lang.String value)
Sets the value of the zoneMethod property.- 参数:
valueallowed
- object isString
-
getZone
public int getZone()
Gets the value of the zone property.
-
setZone
public void setZone(int value)
Sets the value of the zone property.
-
-