Package org.geolatte.geom.codec.db.db2
Class Db2ClobDecoder
- java.lang.Object
-
- org.geolatte.geom.codec.db.db2.Db2ClobDecoder
-
public class Db2ClobDecoder extends Object implements Decoder<Clob>
ADecoderfor DB2 as used in Hibernate SpatialNote: this Decoder is to be used in combination with the DB2 EWKT transform group created by David Adler. See the Hibernate documentation for the DB2 Dialect.
Created by Adtech Geospatial, 2014
-
-
Constructor Summary
Constructors Constructor Description Db2ClobDecoder(Integer srid)The EPSG code that will be prepended before decoding.
-
-
-
Constructor Detail
-
Db2ClobDecoder
public Db2ClobDecoder(Integer srid)
The EPSG code that will be prepended before decoding.- Parameters:
srid-
-
-