public enum Polygon2DFunctions extends Enum<Polygon2DFunctions> implements DBVFeature
Support DBvolution at Patreon
| Enum Constant and Description |
|---|
AREA |
BOUNDINGBOX |
CONTAINS_POINT2D |
CONTAINS_POLYGON2D |
CREATE_FROM_POINT2DS |
CREATE_FROM_WKTPOLYGON2D |
DIMENSION |
DISJOINT |
EQUALS |
EXTERIORRING |
INTERSECTS |
MAX_X |
MAX_Y |
MIN_X |
MIN_Y |
OVERLAPS |
TOUCHES |
WITHIN |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Statement stmt) |
String |
alias()
Support DBvolution at Patreon |
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_FROM_WKTPOLYGON2D
public static final Polygon2DFunctions CREATE_FROM_POINT2DS
public static final Polygon2DFunctions EQUALS
public static final Polygon2DFunctions AREA
public static final Polygon2DFunctions DIMENSION
public static final Polygon2DFunctions MIN_Y
public static final Polygon2DFunctions MAX_Y
public static final Polygon2DFunctions MAX_X
public static final Polygon2DFunctions MIN_X
public static final Polygon2DFunctions BOUNDINGBOX
public static final Polygon2DFunctions TOUCHES
public static final Polygon2DFunctions EXTERIORRING
public static final Polygon2DFunctions CONTAINS_POLYGON2D
public static final Polygon2DFunctions CONTAINS_POINT2D
public static final Polygon2DFunctions WITHIN
public static final Polygon2DFunctions OVERLAPS
public static final Polygon2DFunctions INTERSECTS
public static final Polygon2DFunctions DISJOINT
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 String alias()
DBVFeatureSupport DBvolution at Patreon
alias in interface DBVFeaturepublic void add(Statement stmt) throws SQLException
add in interface DBVFeaturestmt - SQLExceptionCopyright © 2018. All Rights Reserved.