Class GeometryCollectionHandler

  • All Implemented Interfaces:
    IContentHandler<GeometryCollection>, ContentHandler

    public class GeometryCollectionHandler
    extends DelegatingHandler<GeometryCollection>
    • Constructor Detail

      • GeometryCollectionHandler

        public GeometryCollectionHandler​(GeometryFactory factory)
    • Method Detail

      • startObject

        public boolean startObject()
                            throws ParseException,
                                   IOException
        Specified by:
        startObject in interface ContentHandler
        Overrides:
        startObject in class DelegatingHandler<GeometryCollection>
        Throws:
        ParseException
        IOException
      • endObject

        public boolean endObject()
                          throws ParseException,
                                 IOException
        Specified by:
        endObject in interface ContentHandler
        Overrides:
        endObject in class DelegatingHandler<GeometryCollection>
        Throws:
        ParseException
        IOException
      • startObjectEntry

        public boolean startObjectEntry​(String key)
                                 throws ParseException,
                                        IOException
        Specified by:
        startObjectEntry in interface ContentHandler
        Overrides:
        startObjectEntry in class DelegatingHandler<GeometryCollection>
        Throws:
        ParseException
        IOException
      • endObjectEntry

        public boolean endObjectEntry()
                               throws ParseException,
                                      IOException
        Specified by:
        endObjectEntry in interface ContentHandler
        Overrides:
        endObjectEntry in class DelegatingHandler<GeometryCollection>
        Throws:
        ParseException
        IOException
      • primitive

        public boolean primitive​(Object value)
                          throws ParseException,
                                 IOException
        Specified by:
        primitive in interface ContentHandler
        Overrides:
        primitive in class DelegatingHandler<GeometryCollection>
        Throws:
        ParseException
        IOException