Class GeoPkgGeomWriter


  • public class GeoPkgGeomWriter
    extends Object
    Translates a vividsolutions Geometry to a GeoPackage geometry BLOB.
    Author:
    Justin Deoliveira, Niels Charlier
    • Method Detail

      • write

        public byte[] write​(Geometry g)
                     throws IOException
        Throws:
        IOException
      • write

        public void write​(Geometry g,
                          OutputStream out)
                   throws IOException
        Throws:
        IOException