public final class DownSamplingMethod extends Enum
Title: DownSamplingMethod class
Description: Defines type of downsampling method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static DownSamplingMethod |
AVERAGE
Replace group of points with group average value.
|
static DownSamplingMethod |
MAX
Replace group of points with group maximum value.
|
static DownSamplingMethod |
MIN
Replace group of points with group minimum value.
|
static DownSamplingMethod |
MINMAX
Replace group of points with two points : group minimum and maximum
value.
|
static DownSamplingMethod |
MINMAXFIRSTLAST
Replace group of points with two points : group minimum and maximum value.
|
static DownSamplingMethod |
MINMAXFIRSTLASTNULL
Replace group of points with two points : group minimum and maximum value.
|
getValue, readResolve
public static final DownSamplingMethod MAX
public static final DownSamplingMethod MIN
public static final DownSamplingMethod MINMAX
public static final DownSamplingMethod MINMAXFIRSTLAST
public static final DownSamplingMethod MINMAXFIRSTLASTNULL
public static final DownSamplingMethod AVERAGE