public class S57FeatureObjectIDInfo
extends com.supermap.data.InternalHandle
构造器和说明 |
---|
S57FeatureObjectIDInfo()
构造一个新的 S57FeatureObjectIDInfo 对象。
|
S57FeatureObjectIDInfo(String acronym,
String featureObjectID)
根据指定的参数构造一个 S57FeatureObjectIDInfo 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
String |
getAcronym()
获取物标简称。
|
String |
getFeatureObjectID()
获取特征物标标识符,即长名。
|
void |
setAcronym(String acronym)
设置物标简称。
|
void |
setFeatureObjectID(String featureObjectID)
设置特征物标标识符,即长名。
|
public String getAcronym()
public void setAcronym(String acronym)
acronym
- public String getFeatureObjectID()
public void setFeatureObjectID(String featureObjectID)
featureObjectID
- Copyright © 2021–2024 SuperMap. All rights reserved.