Methods
-
编辑要素,UUID已存在则修改,不存在则添加
Name Type Description schemeNamestring 方案名称 typeSituationSimulationSchemeDataType 数据类型 uuidstring uuid contentstring 要素json Returns:
编辑成功 -
根据参数类别获取数据集后缀
Name Type Description typeSituationSimulationSchemeDataType 数据类型 Returns:
数据集后缀 -
private返回不重名的内部数据集名
-
private新建数据集
Name Type Description options.datasetNameString 数据集名options.fieldInfos 字段信息 options.fieldInfos.fieldNameString 字段名 options.fieldInfos.fieldTypeString 字段类型 options.fieldInfos.lengthString 字段长度 -
private新建动目标元数据表
-
根据单个字段值获取记录
Name Type Description datasetNamestring 数据集名 fieldNamestring 字段名 fieldValuestring 字段值 Returns:
记录数组 -
根据多个字段值获取记录
Name Type Description datasetNamestring 数据集名 fieldNamesstrings 字段名 fieldValuesstrings 字段值 Returns:
记录数组 -
添加实体/脚本/卫星/卫星组信息
Name Type Description schemeNamestring 方案名称 typeSituationSimulationSchemeDataType 数据类型 uuidstring uuid contentstring 数据json Returns:
添加成功 -
批量添加实体/脚本/卫星/卫星组信息
Name Type Description schemeNamestring 方案名称 typeSituationSimulationSchemeDataType 数据类型 jsonDataMap.<uuid, json> uuid及数据json Returns:
添加成功 -
检查方案名是否合法
Name Type Description schemeNameString 方案名 Returns:
合法返回true,否则返回false -
删除实体/脚本/卫星/卫星组信息
Name Type Description schemeNamestring 方案名称 typeSituationSimulationSchemeDataType 数据类别 uuidstring uuid -
删除记录
Name Type Description schemeNamestring 方案名称 satelliteIDString 卫星ID satelliteGroupNameString 卫星组名 -
刪除态势仿真方案
Name Type Description schemeNamestring 方案名称 -
导出方案
Name Type Description schemeNamestring 方案名称 Returns:
数据集json -
获取所有方案名称
Returns:
所有方案名称 -
获取常用
Name Type Description schemeNamestring 方案名称 Returns:
常用内容 -
获取实体结构
Name Type Description schemeNamestring 方案名称 Returns:
结构json -
获取实体/脚本/卫星/卫星组信息
Name Type Description schemeNamestring 方案名称 typeSituationSimulationSchemeDataType 数据类别 Returns:
返回uuid及数据json的Map -
获取历史轨迹数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 -
根据动目标ID获取历史轨迹数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 targetIDstring 动目标ID -
获取动目标数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 -
根据动目标ID获取动目标数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 targetIDstring 动目标ID -
获取动目标元数据表数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 -
获取卫星组下的所有卫星信息
Name Type Description schemeNamestring 方案名称 satelliteGroupNamestring 卫星组名 Returns:
map {卫星UUID, satelliteJson} -
获取卫星组结构
Name Type Description schemeNamestring 方案名称 Returns:
结构json -
获取卫星信息
Name Type Description schemeNamestring 方案名称 satelliteUUIDstring 卫星UUID satelliteGroupNamestring 卫星组名 Returns:
结构json -
获取方案杂项信息
Name Type Description schemeNamestring 方案名称 Returns:
信息内容 -
获取脚本结构
Name Type Description schemeNamestring 方案名称 Returns:
结构json -
导入后新建态势仿真方案
Name Type Description schemeNamestring 方案名称 Returns:
boolean 新建是否成功 -
导入方案
Name Type Description inputstring 文件 callbackSituationSimulationSchemeManager~importSchemeCallback 导入方案完成回调 Returns:
数据集json -
新建动目标图层数据集
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 Returns:
boolean 新建是否成功 -
新建态势仿真方案
Name Type Description schemeNamestring 方案名称 Returns:
boolean 新建是否成功 -
移除历史轨迹数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 targetIDsstrings 动目标ID数组 -
移除动目标数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 targetIDsstrings 动目标ID数组 -
移除动目标图层数据集
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名 -
更新动目标元数据表
Name Type Description schemeNamestring 方案名称 oldLayerNamestring 旧动目标图层名 newLayerNamestring 新动目标图层名 Returns:
boolean 更新是否成功 -
保存常用
Name Type Description schemeNamestring 方案名称 contentstring 常用内容 -
保存实体结构
Name Type Description schemeNamestring 方案名称 contentstring 结构json Returns:
保存成功 -
保存卫星组结构
Name Type Description schemeNamestring 方案名称 contentstring 结构json -
保存方案杂项信息
Name Type Description schemeNamestring 方案名称 contentstring 信息内容 -
保存脚本结构
Name Type Description schemeNamestring 方案名称 contentstring 结构json -
编辑实体/脚本/卫星/卫星组信息,uuid存在则修改,不存在则新增
Name Type Description schemeNamestring 方案名称 typeSituationSimulationSchemeDataType 数据类型 uuidstring uuid contentstring 数据json Returns:
修改成功 -
批量更新实体/脚本/卫星/卫星组信息
Name Type Description schemeNamestring 方案名称 typeSituationSimulationSchemeDataType 数据类型 jsonDataMap.<uuid, json> uuid及数据json Returns:
添加成功 -
更新历史轨迹
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名options 更新参数 options.targetIDstring 目标ID options.positionstring 位置 options.rotationNumber 旋转 options.timestring 时间戳 Returns:
boolean 更新是否成功 -
更新动目标数据
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名options 更新参数 options.targetIDstring 目标ID options.positionstring 位置 options.rotationNumber 旋转 options.showModestring 显示模式 options.isDefaultModestring 是否为默认显示模式 options.signPictureNumber 图片资源 options.isShowTrackLinestring 是否显示轨迹线 Returns:
boolean 更新是否成功 -
更新动目标元数据表
Name Type Description schemeNamestring 方案名称 layerNamestring 动目标图层名options 更新参数 options.defaultModestring 默认显示模式 options.trackLineStylestring 轨迹线样式 options.intervalNumber 图层更新间隔 Returns:
boolean 更新是否成功 -
编辑记录
Name Type Description schemeNamestring 方案名称 SatelliteIDstring 卫星ID SatelliteGroupNamestring 卫星组名 contentstring 要素json Returns:
编辑成功
Type Definitions
-
导入方案回调函数
Name Type Description paramsObject 返回参数对象 Name Type Description schemeNameString 方案名 isSuccessboolean 打开是否成功
