Class HANASpatialUtils


  • public class HANASpatialUtils
    extends java.lang.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​(java.lang.Object obj)  
      static org.geolatte.geom.Geometry<?> toGeometry​(java.sql.ResultSet rs, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HANASpatialUtils

        public HANASpatialUtils()
    • Method Detail

      • toGeometry

        public static org.geolatte.geom.Geometry<?> toGeometry​(java.sql.ResultSet rs,
                                                               java.lang.String name)
                                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • toGeometry

        public static org.geolatte.geom.Geometry<?> toGeometry​(java.lang.Object obj)
      • toEWKB

        public static byte[] toEWKB​(org.geolatte.geom.Geometry<?> geometry)