public enum PolygonSerializerType extends Enum<PolygonSerializerType>
| Enum Constant and Description |
|---|
GEO_JSON_POLYGON_SERIALIZER |
JSON_POLYGON_SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
static PolygonSerializerType |
getPolygonSerializer(String key) |
String |
getPolygonSerializerName() |
static PolygonSerializerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolygonSerializerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolygonSerializerType JSON_POLYGON_SERIALIZER
public static final PolygonSerializerType GEO_JSON_POLYGON_SERIALIZER
public static PolygonSerializerType[] values()
for (PolygonSerializerType c : PolygonSerializerType.values()) System.out.println(c);
public static PolygonSerializerType 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 static PolygonSerializerType getPolygonSerializer(String key) throws Route360ClientException
Route360ClientExceptionpublic String getPolygonSerializerName() throws Route360ClientRuntimeException
Route360ClientRuntimeExceptionCopyright © 2017. All rights reserved.