Uses of Class
org.h2.util.json.JSONObject
-
Packages that use JSONObject Package Description org.h2.util.geometry Internal utility classes for GEOMETRY data type. -
-
Uses of JSONObject in org.h2.util.geometry
Methods in org.h2.util.geometry with parameters of type JSONObject Modifier and Type Method Description private static void
GeoJsonUtils. parse(JSONObject o, GeometryUtils.Target target, int type)
private static void
GeoJsonUtils. parseGeometryCollection(JSONObject o, GeometryUtils.Target target)
-