RaveGeoFilter Enumeration
Specifies a data processing filter to use with a RaveGeoQuery.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CERaveGeo assembly)
Syntax
public enum RaveGeoFilter
Values
Value name | Value | Description |
---|---|---|
None | 0 | No data processing. |
PolygonBorder | 1 | Indicates that polygons are converted to lines representing their borders. |
PolygonExteriorBorder | 2 | Indicates that polygons are converted to lines representing only their exterior borders. |
PolygonInteriorBorder | 3 | Indicates that polygons are converted to lines representing only their interior borders. |
Remarks
The filter can be used to convert polygons to lines representing their interior or exterior borders.
![]() |
![]() |
![]() |
Platforms
Windows, Linux