EdgesToSegmentize Enumeration
Specifies which features will get extra points inserted into geometries re-projected by a ProjectOperatoror in a call to Feature.ProjectTo.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum EdgesToSegmentizeValues
| Value name | Value | Description | 
|---|---|---|
| None | 0 | Indicates no features will get extra points. | 
| ClippedPolygons | 1 | Indicates that edges in polygon features that have been clipped will get extra points. A polygon feature that has passed through a RectangleClipOperator is considered clipped if some pieces have been removed. A polygon feature that has passed through a PolygonClipOperator is always considered clipped, whether or not some pieces have been removed. | 
| All | 2 | Indicates that all line and polygon features will get extra points. | 
Platforms
Windows, Linux, Android