Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GeometricEffectDonutMethod

Represents the donut geometric effect which creates a dynamic polygon ring of a specified width in relation to the outline of polygon features.

Read more...

Index

Enumeration members

Enumeration members

Bevelled

Bevelled: = "Bevelled"

Bevelled - follows the shortest straight path across a convex corner of the polygon.

Mitered

Mitered: = "Mitered"

Mitered - matches the exact shape around a convex corner of the polygon.

Rounded

Rounded: = "Rounded"

Rounded - follows a path of equal distance around a convex corner of the polygon.

Square

Square: = "Square"

Square - follows a straight path across the corner of a line or polygon.

TrueBuffer

TrueBuffer: = "TrueBuffer"

TrueBuffer - uses the buffer algorithm to follow a path around convex corners.

Generated using TypeDoc