All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.geolatte.geom.codec.Db2WktDecoder Maven / Gradle / Ivy

Go to download

This geoLatte-geom library offers a geometry model that conforms to the OGC Simple Features for SQL specification.

The newest version!
package org.geolatte.geom.codec;

/**
 * An EWKT decoder for DB2 as used in Hibernate Spatial
 * 

*

* Note: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 Karel Maesen,Geovise BVBA on 05/06/17. */ public class Db2WktDecoder extends HANAWktDecoder { //DB2 and HANA use the same (E)WKT format, so we just inherit (so later we can substitute a different implementation should the need arise }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy