Class SqlServerBinaryReader


  • public class SqlServerBinaryReader
    extends Object
    Decode Sql Server binary format to JTS
    Author:
    Anders Bakkevold, Bouvet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Geometry read​(byte[] bytes)  
      Geometry read​(InStream is)  
      • Methods inherited from class Object

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

      • SqlServerBinaryReader

        public SqlServerBinaryReader()
      • SqlServerBinaryReader

        public SqlServerBinaryReader​(GeometryFactory gf)
    • Method Detail

      • read

        public Geometry read​(byte[] bytes)
                      throws IOException
        Throws:
        IOException
      • read

        public Geometry read​(InStream is)
                      throws IOException
        Throws:
        IOException