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>
-
- 所有已实现的接口:
- com.supermap.sps.core.workflow.IVariablePatcher<T>
public abstract class AbstractFeatureCollectionPatcher<T extends IFeatureCollection> extends com.supermap.sps.core.workflow.impls.AbstractVariablePatcher<T>
-
-
字段概要
字段 限定符和类型 字段和说明 protected AbstractFeatureCollectionVariable
cloneVariable
-
构造器概要
构造器 构造器和说明 AbstractFeatureCollectionPatcher(com.supermap.sps.core.workflow.IVariable<T> source)
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
cloneFromVariable(AbstractFeatureCollectionVariable variable)
复制一个变量,而不直接使用同一个引用protected void
editOnUpdating()
对于某些 output 的值是从 input 中获取,但又并非同一引用,不适合使用 inheritFromInput 使用 editOnUpdate() 接口在更新前去获取 input 的值。
-
-
-
字段详细资料
-
cloneVariable
protected AbstractFeatureCollectionVariable cloneVariable
-
-
构造器详细资料
-
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.