Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GeometricEffectEnclosingPolygonMethod

Represents the enclosing polygon geometric effect which creates a dynamic polygon from the spatial extent of a line or polygon feature.

Read more...

Index

Enumeration members

Enumeration members

ClosePath

ClosePath: = "ClosePath"

ClosePath - for polygon input, it generates a polygon that matches the geometry of a polygon feature. For line input, it generates a polygon that connects both ends of the line to each other.

ConvexHull

ConvexHull: = "ConvexHull"

ConvexHull - for polygon input, it generates a polygon with a minimum number of sides to surround the feature. For line input, it generates a polygon that approximates the shape of the line.

RectangularBox

RectangularBox: = "RectangularBox"

RectangularBox - generates a polygon equal to the spatial envelope of the feature.

Generated using TypeDoc