public class GeometryCollectionHandler extends DelegatingHandler<GeometryCollection>
delegate, handlers, NULL, NULL_LIST, UNINITIALIZED
Constructor and Description |
---|
GeometryCollectionHandler(GeometryFactory factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
endObject() |
boolean |
endObjectEntry() |
GeometryCollection |
getValue() |
boolean |
primitive(Object value) |
boolean |
startObject() |
boolean |
startObjectEntry(String key) |
createDelegate, endArray, endJSON, getDelegate, lookupDelegate, startArray, startJSON
public GeometryCollectionHandler(GeometryFactory factory)
public boolean startObject() throws ParseException, IOException
startObject
in interface ContentHandler
startObject
in class DelegatingHandler<GeometryCollection>
ParseException
IOException
public boolean endObject() throws ParseException, IOException
endObject
in interface ContentHandler
endObject
in class DelegatingHandler<GeometryCollection>
ParseException
IOException
public boolean startObjectEntry(String key) throws ParseException, IOException
startObjectEntry
in interface ContentHandler
startObjectEntry
in class DelegatingHandler<GeometryCollection>
ParseException
IOException
public boolean endObjectEntry() throws ParseException, IOException
endObjectEntry
in interface ContentHandler
endObjectEntry
in class DelegatingHandler<GeometryCollection>
ParseException
IOException
public boolean primitive(Object value) throws ParseException, IOException
primitive
in interface ContentHandler
primitive
in class DelegatingHandler<GeometryCollection>
ParseException
IOException
public GeometryCollection getValue()
getValue
in interface IContentHandler<GeometryCollection>
getValue
in class DelegatingHandler<GeometryCollection>
Copyright © 1996–2019 Geotools. All rights reserved.