Class GeoDbWkb


  • public class GeoDbWkb
    extends java.lang.Object
    A utility class to serialize from/to GeoDB WKB's.

    Note: this utility makes it unnecessary to have a dependency on GeoDB. As long as GeoDB is not available in common maven repositories, such a dependency is to be avoided.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.geolatte.geom.Geometry from​(java.lang.Object object)
      Decode the object into a Geometry
      static byte[] to​(org.geolatte.geom.Geometry geometry)
      Encode the specified Geometry into a WKB
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • to

        public static byte[] to​(org.geolatte.geom.Geometry geometry)
        Encode the specified Geometry into a WKB
        Parameters:
        geometry - The value to encode
        Returns:
        A byte-array representing the geometry in WKB.
      • from

        public static org.geolatte.geom.Geometry from​(java.lang.Object object)
        Decode the object into a Geometry
        Parameters:
        object - The object to decode
        Returns:
        The Geometry