RasterClipOperation Enumeration
Specifies the clip operations that GeometryClipper can perform on rasters.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum RasterClipOperation
Values
Value name | Value | Description |
---|---|---|
Intersection | 0 | When clipping by a single polygon: keep the raster cells inside the polygon, and make other cells invisible. When clipping by a multipolygon: keep the raster cells that are inside an odd number of polygons, and make other cells invisible. |
Difference | 1 | When clipping by a single polygon: keep the raster cells outside the polygon, and make other cells invisible. When clipping by a multipolygon: keep the raster cells that are inside an even number of polygons (possibly zero), and make other cells invisible. |
Remarks
For more details, see GeometryClipper.ClipRaster.
Platforms
Windows, Linux, Android