public class GeoJSONUtil extends Object
| Constructor and Description |
|---|
GeoJSONUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertLinearRing(List<GeoJSONCoordinate> coordinates) |
static String |
getTypeName(Class<?> clazz) |
public static String getTypeName(Class<?> clazz)
GeoJSONPointpublic static void assertLinearRing(List<GeoJSONCoordinate> coordinates)
coordinates - IllegalArgumentException - if the coordinates are no valid LinearRing (at least 4
coordinate pairs, where the first and the last coordinate are
the same)Copyright © 2018. All rights reserved.