public abstract class PolygonModelPointOrder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static PolygonModelPointOrder |
CLOCKWISE |
static PolygonModelPointOrder |
COUNTER_CLOCKWISE |
| Modifier and Type | Method and Description |
|---|---|
static PolygonModelPointOrder |
getPointOrderBySignedArea(double signedArea) |
java.lang.String |
toString() |
public static final PolygonModelPointOrder CLOCKWISE
public static final PolygonModelPointOrder COUNTER_CLOCKWISE
public static PolygonModelPointOrder getPointOrderBySignedArea(double signedArea)
public java.lang.String toString()
toString in class java.lang.Object