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