Doughnut

Top  Previous  Next

This property controls if output is generated as doughnut when mode = vmIsoChrone.

 

Example: If StepList holds values 1, 2 and 3, you will get these 3 records in the output, depending upon the value:

 

false

true

0 - 1

0 - 1

0 - 2

1 - 2

0 - 3

2 - 3

 

Non-doughnut polygons (false) are overlapping.

Doughnut polygons (true) are not overlapping.

 

If true, IncludeHoles can not be false at the same time.

 

Default: true

 

Type: boolean