Class GeoHelper
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
-
public class GeoHelper extends Object
- Author:
- jab
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Number>
org.geojson.PointgetPoint(T... values)static org.geojson.GeoJsonObjectparseGeoJson(String geoJsonString)
-
-
-
Method Detail
-
getPoint
public static <T extends Number> org.geojson.Point getPoint(T... values)
-
parseGeoJson
public static org.geojson.GeoJsonObject parseGeoJson(String geoJsonString) throws IOException
- Throws:
IOException
-
-