类名 common/service/igs/ThemeServer/CAllOtherDataItemInfoSource.js
import { Zondy } from '../../../base'

/**
 * 图形信息枚举
 * @class module:专题图服务.CAllOtherDataItemInfoSource
 * @classdesc 图形信息枚举
 * @description Zondy.Object.Theme.CAllOtherDataItemInfoSource
 * @param DefaultThemeInfo 缺省的专题图形信息
 * @param DataItemIntrinsicInfo 数据项的固有图形信息
 */
const CAllOtherDataItemInfoSource = {
  /**
   * @member Zondy.Object.Theme.CAllOtherDataItemInfoSource.DefaultThemeInfo
   * @description  缺省的专题图形信息
   */
  DefaultThemeInfo: 1,

  /**
   * @member Zondy.Object.Theme.CAllOtherDataItemInfoSource.DataItemIntrinsicInfo
   * @description  数据项的固有图形信息
   */
  DataItemIntrinsicInfo: 2
}
export default CAllOtherDataItemInfoSource
Zondy.Object.Theme.CAllOtherDataItemInfoSource = CAllOtherDataItemInfoSource
构造函数
成员变量
方法
事件