| Class | Description |
|---|---|
| PolygonModel<T extends PolygonModelType> | |
| PolygonModelBuilder | |
| PolygonModelFactory | |
| PolygonModelPointOrder | |
| PolygonModelType |
Represents a type of a polygon model.
|
| PolygonModelType.Concave |
The
Concave type represents a polygon model which
has at least one exterior angle which is bigger than 180 degrees. |
| PolygonModelType.Convex |
The
Convex type represents a polygon model which
has no exterior angle which is bigger than 180 degrees. |
| PolygonModelType.Simple |
The
Simple type represents an either convex or concave polygon. |