Class MultiPointHandler

    • Constructor Detail

      • MultiPointHandler

        public MultiPointHandler​(GeometryFactory factory)
    • Method Detail

      • startObjectEntry

        public boolean startObjectEntry​(String key)
                                 throws ParseException,
                                        IOException
        Specified by:
        startObjectEntry in interface ContentHandler
        Overrides:
        startObjectEntry in class HandlerBase
        Throws:
        ParseException
        IOException
      • startArray

        public boolean startArray()
                           throws ParseException,
                                  IOException
        Specified by:
        startArray in interface ContentHandler
        Overrides:
        startArray in class HandlerBase
        Throws:
        ParseException
        IOException
      • endArray

        public boolean endArray()
                         throws ParseException,
                                IOException
        Specified by:
        endArray in interface ContentHandler
        Overrides:
        endArray in class HandlerBase
        Throws:
        ParseException
        IOException
      • endObject

        public boolean endObject()
                          throws ParseException,
                                 IOException
        Specified by:
        endObject in interface ContentHandler
        Overrides:
        endObject in class HandlerBase
        Throws:
        ParseException
        IOException