com.supermap.dtf.variables

类 AbstractFeatureCollectionPatcher<T extends IFeatureCollection>

  • java.lang.Object
    • com.supermap.sps.core.workflow.impls.AbstractVariablePatcher<T>
      • com.supermap.dtf.variables.AbstractFeatureCollectionPatcher<T>
    • 构造器详细资料

      • AbstractFeatureCollectionPatcher

        public AbstractFeatureCollectionPatcher(com.supermap.sps.core.workflow.IVariable<T> source)
    • 方法详细资料

      • cloneFromVariable

        public void cloneFromVariable(AbstractFeatureCollectionVariable variable)
        复制一个变量,而不直接使用同一个引用
        参数:
        variable - 复制的变量
      • editOnUpdating

        protected void editOnUpdating()
        对于某些 output 的值是从 input 中获取,但又并非同一引用,不适合使用 inheritFromInput 使用 editOnUpdate() 接口在更新前去获取 input 的值。 目前开给 Dataset 用,看之后是否有需求开在 IVariablePatcher 上

Copyright © 2021–2025 SuperMap. All rights reserved.