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, startJSONpublic GeometryCollectionHandler(GeometryFactory factory)
public boolean startObject()
                    throws ParseException,
                           IOException
startObject in interface ContentHandlerstartObject in class DelegatingHandler<GeometryCollection>ParseExceptionIOExceptionpublic boolean endObject()
                  throws ParseException,
                         IOException
endObject in interface ContentHandlerendObject in class DelegatingHandler<GeometryCollection>ParseExceptionIOExceptionpublic boolean startObjectEntry(String key) throws ParseException, IOException
startObjectEntry in interface ContentHandlerstartObjectEntry in class DelegatingHandler<GeometryCollection>ParseExceptionIOExceptionpublic boolean endObjectEntry()
                       throws ParseException,
                              IOException
endObjectEntry in interface ContentHandlerendObjectEntry in class DelegatingHandler<GeometryCollection>ParseExceptionIOExceptionpublic boolean primitive(Object value) throws ParseException, IOException
primitive in interface ContentHandlerprimitive in class DelegatingHandler<GeometryCollection>ParseExceptionIOExceptionpublic GeometryCollection getValue()
getValue in interface IContentHandler<GeometryCollection>getValue in class DelegatingHandler<GeometryCollection>Copyright © 1996–2019 Geotools. All rights reserved.