MapPackageRasterFilter Enumeration
Specifies the type of filter to use when processing raster tiles in a MapPackage.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public enum MapPackageRasterFilter
Values
Value name | Value | Description |
---|---|---|
Average | 0 | The raster cell value is selected by calculating the average value of the cells in the corresponding area from the previous level. |
Min | 1 | The raster cell value is selected as the minimum value of the cells in the corresponding area from the previous level. |
Max | 2 | The raster cell value is selected as the maximum value of the cells in the corresponding area from the previous level. |
Vote | 3 | The raster cell value is selected by choosing the raster value that occurs the most times in the corresponding area from the previous level. |
Platforms
Windows, Linux, Android