public class Db2ClobEncoder extends Object implements Encoder<String>
Encoder for DB2 as used in Hibernate Spatial
Note: this Encoder 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 Karel Maesen, Geovise BVBA on 04/06/17.
| Constructor and Description |
|---|
Db2ClobEncoder() |
| Modifier and Type | Method and Description |
|---|---|
<P extends Position> |
accepts(Geometry<P> geom) |
<P extends Position,G extends Geometry<P>> |
encode(G geom) |
Copyright © 2021 geolatte.org. All rights reserved.