Class HANASpatialUtils

java.lang.Object
org.hibernate.spatial.dialect.hana.HANASpatialUtils

public class HANASpatialUtils extends Object
  • Method Details

    • 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)