static enum GeoFunctions.JoinStyle extends Enum<GeoFunctions.JoinStyle>
| Modifier and Type | Method and Description |
|---|---|
(package private) static GeoFunctions.JoinStyle |
of(String value) |
static GeoFunctions.JoinStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoFunctions.JoinStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoFunctions.JoinStyle ROUND
public static final GeoFunctions.JoinStyle MITRE
public static final GeoFunctions.JoinStyle BEVEL
public static GeoFunctions.JoinStyle[] values()
for (GeoFunctions.JoinStyle c : GeoFunctions.JoinStyle.values()) System.out.println(c);
public static GeoFunctions.JoinStyle 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 nullstatic GeoFunctions.JoinStyle of(String value)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.