com.supermap.chart

类 S100CellInformation

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.chart.S100CellInformation
  • 所有已实现的接口:
    IDisposable
    直接已知子类:
    S101CellInformation


    public class S100CellInformation
    extends com.supermap.data.InternalHandleDisposable
    单幅 S-100 海图信息参数类。
    • 构造器详细资料

      • S100CellInformation

        public S100CellInformation()
    • 方法详细资料

      • getCellName

        public String getCellName()
        获取数据集名,对应字段 DSID-DSNM。
        返回:
      • setCellName

        public void setCellName(String cellName)
        设置数据集名,对应字段 DSID-DSNM。
        参数:
        cellName -
      • getChartDataType

        public ChartDataType getChartDataType()
        获取数据类型。
        返回:
      • setChartDataType

        public void setChartDataType(ChartDataType chartDataType)
        设置数据类型。
        参数:
        chartDataType -
      • getBasicInfo

        public BasicInfo getBasicInfo()
        获取基础信息类型。
        返回:
        返回 BasicInfo
      • dispose

        public void dispose()
        释放对象所占用的本地资源。
        指定者:
        dispose 在接口中 IDisposable
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)
      • getHandle

        public static long getHandle(com.supermap.data.InternalHandle obj)
      • setHandle

        public static void setHandle(com.supermap.data.InternalHandle obj,
                                     long handle)

Copyright © 2021–2024 SuperMap. All rights reserved.