SrfDupMethod Values
|
Enumeration |
Value |
Description |
|
srfDupAll |
1 |
keep all duplicates; this cannot be used with Kriging, Nearest Neighbor, Radial Basis, Triangulation, and Natural Neighbor gridding methods |
|
srfDupNone |
2 |
eliminate all duplicates |
|
srfDupFirst |
3 |
keep the first duplicate found in the input file |
|
srfDupLast |
4 |
keep the last duplicate found in the input file |
|
srfDupMinX |
5 |
keep the duplicate with the minimum X coordinate |
|
srfDupMaxX |
6 |
keep the duplicate with the maximum X coordinate |
|
srfDupMedX |
7 |
keep the duplicate with the median X coordinate |
|
srfDupMinY |
8 |
keep the duplicate with the minimum Y coordinate |
|
srfDupMaxY |
9 |
keep the duplicate with the maximum Y coordinate |
|
srfDupMedY |
10 |
keep the duplicate with the median Y coordinate |
|
srfDupMinZ |
11 |
keep the duplicate with the minimum Z coordinate |
|
srfDupMaxZ |
12 |
keep the duplicate with the maximum Z coordinate |
|
srfDupMedZ |
13 |
keep the duplicate with the median Z coordinate |
|
srfDupSum |
14 |
Z value is equal to the sum of the duplicate Z values |
|
srfDupAvg |
15 |
Z value is equal to the average of the duplicate Z values |
|
srfDupMid |
16 |
Z value is equal to the midrange of the duplicate Z values |
|
srfDupRand |
17 |
keep only a single randomly selected representative point |