Class GeoJSON


  • public class GeoJSON
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoJSON()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Object read​(Object input)  
      static void write​(Object obj, Object output)  
      • Methods inherited from class Object

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

      • GeoJSON

        public GeoJSON()
    • Method Detail

      • read

        public static Object read​(Object input)
                           throws IOException
        Throws:
        IOException
      • write

        public static void write​(Object obj,
                                 Object output)
                          throws IOException
        Throws:
        IOException