com.supermap.chart

类 S57FeatureObjectIDInfo

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.chart.S57FeatureObjectIDInfo


  • public class S57FeatureObjectIDInfo
    extends com.supermap.data.InternalHandle
    S-57特征物标标识信息类。
    • 构造器详细资料

      • S57FeatureObjectIDInfo

        public S57FeatureObjectIDInfo()
        构造一个新的 S57FeatureObjectIDInfo 对象。
      • S57FeatureObjectIDInfo

        public S57FeatureObjectIDInfo(String acronym,
                                      String featureObjectID)
        根据指定的参数构造一个 S57FeatureObjectIDInfo 的新对象。
        参数:
        acronym - 指定的特征物标简称。
        featureObjectID - 指定的特征物标标识符(FOID),即长名。
    • 方法详细资料

      • getAcronym

        public String getAcronym()
        获取物标简称。
        返回:
      • setAcronym

        public void setAcronym(String acronym)
        设置物标简称。
        参数:
        acronym -
      • getFeatureObjectID

        public String getFeatureObjectID()
        获取特征物标标识符,即长名。
        返回:
      • setFeatureObjectID

        public void setFeatureObjectID(String featureObjectID)
        设置特征物标标识符,即长名。
        参数:
        featureObjectID -

Copyright © 2021–2024 SuperMap. All rights reserved.