com.supermap.data

接口 DatasetCollectionListener

  • 所有超级接口:
    EventListener

    已过时。 
    用于接收对集合类型的数据集中的子数据集操作事件(DatasetCollectionEvent)的监听器。

    集合类型的数据集有两种类型,分别为影像数据集集合和栅格数据集集合,其对应的子数据集的类型为影像数据(影像数据集和影像文件)和栅格数据集。

    对集合中的数据集操作的事件有三种,分别是向集合中添加数据集 Added、正在删除集合中的数据集 Removing 和已删除集合中的数据集 Removed。


    @Deprecated
    public interface DatasetCollectionListener
    extends EventListener
    • 方法详细资料

      • datasetCollection

        void datasetCollection(DatasetCollectionEvent event)
        已过时。 
        在集合类型的数据集中添加或删除(正在删除和删除后)的子数据集时均调用该方法。
        参数:
        event - 指示对集合类型的数据集中的子数据集操作的事件。

Copyright © 2021–2024 SuperMap. All rights reserved.