public enum Polygon2DFunctions extends Enum<Polygon2DFunctions>
Support DBvolution at Patreon
| Enum Constant and Description |
|---|
AREA |
BOUNDINGBOX |
CONTAINS |
CREATE_WKTPOLY2D |
DIMENSION |
DISJOINT |
EQUALS |
EXTERIORRING |
INTERSECTION |
INTERSECTS |
MAXX |
MAXY |
MINX |
MINY |
OVERLAPS |
TOUCHES |
WITHIN |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Statement stmt) |
String |
toString() |
static Polygon2DFunctions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Polygon2DFunctions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Polygon2DFunctions CREATE_WKTPOLY2D
public static final Polygon2DFunctions MAXY
public static final Polygon2DFunctions MAXX
public static final Polygon2DFunctions MINX
public static final Polygon2DFunctions MINY
public static final Polygon2DFunctions BOUNDINGBOX
public static final Polygon2DFunctions EXTERIORRING
public static final Polygon2DFunctions AREA
public static final Polygon2DFunctions DIMENSION
public static final Polygon2DFunctions EQUALS
public static final Polygon2DFunctions INTERSECTION
public static final Polygon2DFunctions INTERSECTS
public static final Polygon2DFunctions CONTAINS
public static final Polygon2DFunctions DISJOINT
public static final Polygon2DFunctions OVERLAPS
public static final Polygon2DFunctions TOUCHES
public static final Polygon2DFunctions WITHIN
public static Polygon2DFunctions[] values()
for (Polygon2DFunctions c : Polygon2DFunctions.values()) System.out.println(c);
public static Polygon2DFunctions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Polygon2DFunctions>public void add(Statement stmt) throws SQLException
stmt - SQLExceptionCopyright © 2018. All Rights Reserved.