
All Units All Classes Properties, Methods and Events |
TDownSampleMethod
type TDownSampleMethod = (dsDouglas, dsMax, dsMin, dsMinMax, dsAverage, dsMinMaxFirstLast, dsMinMaxFirstLastNull);
Unit
TeeDownSampling
Description
Used by TDownSamplingFunction.DownSampleMethod property.
Given an interval of points, reduction is done :
\*\pn\fi-200\lidsDouglas means the interval points are simplified by calculating their square vector distance and a tolerance value.
dsMax means the maximum value of all points in the interval is used.
dsMin means the minimum value of all points in the interval is used.
dsMinMax means both the minimum and maximum point values are considered.
dsAverage means the mean of all interval point values is used.
Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.