org.geotools.data.sqlserver.reader
Class SqlServerBinaryReader

Object
  extended by SqlServerBinaryReader

public class SqlServerBinaryReader
extends Object

Decode Sql Server binary format to JTS

Author:
Anders Bakkevold, Bouvet

Constructor Summary
SqlServerBinaryReader()
           
SqlServerBinaryReader(GeometryFactory gf)
           
 
Method Summary
 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


Copyright © 1996-2014 Geotools. All Rights Reserved.