public class S57CellInformation
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
S57CellInformation() |
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象所占用的本地资源。
|
int |
getAgencyCode()
获取生产机构,对应字段 DSID-AGEN。
|
S57LexicalLevel |
getATTFLexicalLevel()
获取 ATTF 词汇级
S57LexicalLevel ,对应字段 DSSI-AALL。 |
String |
getCellName()
获取数据集名,对应字段 DSID-DSNM。
|
ChartDataType |
getChartDataType()
获取数据类型。
|
long |
getCompilationScale()
获取数据编辑比例,对应字段 DSPM-CSCL。
|
long |
getCoordinateFactor()
获取坐标放大系数,对应字段 DSPM-COMF。
|
String |
getDataSetIdentificationComment()
获取 DSID 字段中的注释信息,对应字段 DSID-COMT。
|
String |
getDataSetParameterComment()
获取 DSPM 字段中的注释信息,对应字段 DSPM-COMT。
|
String |
getEditionVersion()
获取版本号,对应字段 DSID-EDTN。
|
static long |
getHandle(com.supermap.data.InternalHandle obj) |
S57IntendedUsage |
getIntendedUsage()
已过时。
|
String |
getIntendedUsageCode()
获取航海用途编码,对应字段 DSID-INTU。
|
Date |
getIssueDate()
获取出版日期,对应字段 DSID-ISDT。
|
S57LexicalLevel |
getNATFLexicalLevel()
获取 NATF 词汇级
S57LexicalLevel ,对应字段 DSSI-NALL。 |
int |
getSoundingDatum()
获取测深基准面,对应字段 DSPM-SDAT。
|
Date |
getUpdateDate()
获取更新日期,对应字段 DSID-UADT。
|
String |
getUpdateVersion()
获取更新号,对应字段 DSID-UPDN。
|
int |
getVerticalDatum()
获取垂直基准面,对应字段 DSPM-VDAT。
|
void |
setAgencyCode(int agencyCode)
设置生产机构,对应字段 DSID-AGEN。
|
void |
setATTFLexicalLevel(S57LexicalLevel s57LexicalLevel)
设置 ATTF 词汇级
S57LexicalLevel ,对应字段 DSSI-AALL。 |
void |
setCellName(String cellName)
设置数据集名,对应字段 DSID-DSNM。
|
void |
setChartDataType(ChartDataType chartDataType)
设置数据类型。
|
void |
setCompilationScale(long scale)
获取数据编辑比例,对应字段 DSPM-CSCL。
|
void |
setCoordinateFactor(long factor)
设置坐标放大系数,对应字段 DSPM-COMF。
|
void |
setDataSetIdentificationComment(String comment)
设置 DSID 字段中的注释信息,对应字段 DSID-COMT。
|
void |
setDataSetParameterComment(String comment)
设置 DSPM 字段中的注释信息,对应字段 DSPM-COMT。
|
void |
setEditionVersion(String version)
设置版本号,对应字段 DSID-EDTN。
|
static void |
setHandle(com.supermap.data.InternalHandle obj,
long handle) |
void |
setIntendedUsage(S57IntendedUsage intendedUsage)
已过时。
|
void |
setIntendedUsageCode(String code)
设置航海用途,对应字段 DSID-INTU。
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
void |
setIssueDate(Date dateTime)
设置出版日期,对应字段 DSID-ISDT。
|
void |
setNATFLexicalLevel(S57LexicalLevel lexicalLevel)
设置 NATF 词汇级
S57LexicalLevel ,对应字段 DSSI-NALL。 |
void |
setSoundingDatum(int datum)
设置测深基准面,对应字段 DSPM-SDAT。
|
void |
setUpdateDate(Date dateTime)
设置更新日期,对应字段 DSID-UADT。
|
void |
setUpdateVersion(String version)
设置更新号,对应字段 DSID-UPDN。
|
void |
setVerticalDatum(int datum)
设置垂直基准面,对应字段 DSPM-VDAT。
|
public void dispose()
public int getAgencyCode()
public void setAgencyCode(int agencyCode)
agencyCode
- public S57LexicalLevel getATTFLexicalLevel()
S57LexicalLevel
,对应字段 DSSI-AALL。public void setATTFLexicalLevel(S57LexicalLevel s57LexicalLevel)
S57LexicalLevel
,对应字段 DSSI-AALL。s57LexicalLevel
- public String getCellName()
public void setCellName(String cellName)
cellName
- public long getCompilationScale()
public void setCompilationScale(long scale)
scale
- public long getCoordinateFactor()
public void setCoordinateFactor(long factor)
factor
- public String getDataSetIdentificationComment()
public void setDataSetIdentificationComment(String comment)
comment
- public String getDataSetParameterComment()
public void setDataSetParameterComment(String comment)
comment
- public String getEditionVersion()
public void setEditionVersion(String version)
version
- public String getIntendedUsageCode()
public void setIntendedUsageCode(String code)
code
- @Deprecated public S57IntendedUsage getIntendedUsage()
@Deprecated public void setIntendedUsage(S57IntendedUsage intendedUsage)
public Date getIssueDate()
public void setIssueDate(Date dateTime)
dateTime
- public Date getUpdateDate()
public void setUpdateDate(Date dateTime)
dateTime
- public S57LexicalLevel getNATFLexicalLevel()
S57LexicalLevel
,对应字段 DSSI-NALL。public void setNATFLexicalLevel(S57LexicalLevel lexicalLevel)
S57LexicalLevel
,对应字段 DSSI-NALL。lexicalLevel
- public int getSoundingDatum()
public void setSoundingDatum(int datum)
datum
- public String getUpdateVersion()
public void setUpdateVersion(String version)
version
- public int getVerticalDatum()
public void setVerticalDatum(int datum)
datum
- public ChartDataType getChartDataType()
public void setChartDataType(ChartDataType chartDataType)
chartDataType
- public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
public static long getHandle(com.supermap.data.InternalHandle obj)
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
Copyright © 2021–2024 SuperMap. All rights reserved.