Package org.geotools.geojson.geom
Class GeometryCollectionHandler
- All Implemented Interfaces:
IContentHandler<GeometryCollection>,ContentHandler
-
Field Summary
Fields inherited from class DelegatingHandler
delegate, handlers, NULL, NULL_LIST, UNINITIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetValue()booleanbooleanbooleanstartObjectEntry(String key) Methods inherited from class DelegatingHandler
createDelegate, endArray, endJSON, getDelegate, lookupDelegate, startArray, startJSON
-
Constructor Details
-
GeometryCollectionHandler
-
-
Method Details
-
startObject
- Specified by:
startObjectin interfaceContentHandler- Overrides:
startObjectin classDelegatingHandler<GeometryCollection>- Throws:
ParseExceptionIOException
-
endObject
- Specified by:
endObjectin interfaceContentHandler- Overrides:
endObjectin classDelegatingHandler<GeometryCollection>- Throws:
ParseExceptionIOException
-
startObjectEntry
- Specified by:
startObjectEntryin interfaceContentHandler- Overrides:
startObjectEntryin classDelegatingHandler<GeometryCollection>- Throws:
ParseExceptionIOException
-
endObjectEntry
- Specified by:
endObjectEntryin interfaceContentHandler- Overrides:
endObjectEntryin classDelegatingHandler<GeometryCollection>- Throws:
ParseExceptionIOException
-
primitive
- Specified by:
primitivein interfaceContentHandler- Overrides:
primitivein classDelegatingHandler<GeometryCollection>- Throws:
ParseExceptionIOException
-
getValue
- Specified by:
getValuein interfaceIContentHandler<GeometryCollection>- Overrides:
getValuein classDelegatingHandler<GeometryCollection>
-