Package org.geotools.geojson.geom
Class GeometryCollectionHandler
- Object
- 
- DelegatingHandler<GeometryCollection>
- 
- GeometryCollectionHandler
 
 
- 
- All Implemented Interfaces:
- IContentHandler<GeometryCollection>,- ContentHandler
 
 public class GeometryCollectionHandler extends DelegatingHandler<GeometryCollection> 
- 
- 
Field Summary- 
Fields inherited from class DelegatingHandlerdelegate, handlers, NULL, NULL_LIST, UNINITIALIZED
 
- 
 - 
Constructor SummaryConstructors Constructor Description GeometryCollectionHandler(GeometryFactory factory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendObject()booleanendObjectEntry()GeometryCollectiongetValue()booleanprimitive(Object value)booleanstartObject()booleanstartObjectEntry(String key)- 
Methods inherited from class DelegatingHandlercreateDelegate, endArray, endJSON, getDelegate, lookupDelegate, startArray, startJSON
 
- 
 
- 
- 
- 
Constructor Detail- 
GeometryCollectionHandlerpublic GeometryCollectionHandler(GeometryFactory factory) 
 
- 
 - 
Method Detail- 
startObjectpublic boolean startObject() throws ParseException, IOException- Specified by:
- startObjectin interface- ContentHandler
- Overrides:
- startObjectin class- DelegatingHandler<GeometryCollection>
- Throws:
- ParseException
- IOException
 
 - 
endObjectpublic boolean endObject() throws ParseException, IOException- Specified by:
- endObjectin interface- ContentHandler
- Overrides:
- endObjectin class- DelegatingHandler<GeometryCollection>
- Throws:
- ParseException
- IOException
 
 - 
startObjectEntrypublic boolean startObjectEntry(String key) throws ParseException, IOException - Specified by:
- startObjectEntryin interface- ContentHandler
- Overrides:
- startObjectEntryin class- DelegatingHandler<GeometryCollection>
- Throws:
- ParseException
- IOException
 
 - 
endObjectEntrypublic boolean endObjectEntry() throws ParseException, IOException- Specified by:
- endObjectEntryin interface- ContentHandler
- Overrides:
- endObjectEntryin class- DelegatingHandler<GeometryCollection>
- Throws:
- ParseException
- IOException
 
 - 
primitivepublic boolean primitive(Object value) throws ParseException, IOException - Specified by:
- primitivein interface- ContentHandler
- Overrides:
- primitivein class- DelegatingHandler<GeometryCollection>
- Throws:
- ParseException
- IOException
 
 - 
getValuepublic GeometryCollection getValue() - Specified by:
- getValuein interface- IContentHandler<GeometryCollection>
- Overrides:
- getValuein class- DelegatingHandler<GeometryCollection>
 
 
- 
 
-