Enum Class ArrayHelper.RESAMPLE_MODE

java.lang.Object
java.lang.Enum<ArrayHelper.RESAMPLE_MODE>
net.simplace.sim.components.util.helper.ArrayHelper.RESAMPLE_MODE
All Implemented Interfaces:
Serializable, Comparable<ArrayHelper.RESAMPLE_MODE>, Constable
Enclosing class:
ArrayHelper

public static enum ArrayHelper.RESAMPLE_MODE extends Enum<ArrayHelper.RESAMPLE_MODE>
Resample modes - CENTER - takes the value of the source layer that hits the center of target layer - FIRST - takes the value of the first source layer that overlaps with the target layer - LAST - takes the value of the last source layer that overlaps with the target layer - AVG - takes the weighted average of the overlapping source layers - SUM - takes the sum of overlapping source layers, multiplied by the proportion of their overlap