Class HANASpatialUtils
- java.lang.Object
-
- org.hibernate.spatial.dialect.hana.HANASpatialUtils
-
public class HANASpatialUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
toEWKB(org.geolatte.geom.Geometry<?> geometry)
static org.geolatte.geom.Geometry<?>
toGeometry(Object obj)
static org.geolatte.geom.Geometry<?>
toGeometry(ResultSet rs, String name)
-
-
-
Method Detail
-
toGeometry
public static org.geolatte.geom.Geometry<?> toGeometry(ResultSet rs, String name) throws SQLException
- Throws:
SQLException
-
toGeometry
public static org.geolatte.geom.Geometry<?> toGeometry(Object obj)
-
toEWKB
public static byte[] toEWKB(org.geolatte.geom.Geometry<?> geometry)
-
-