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 TypeMethodDescriptionboolean
boolean
getValue()
boolean
boolean
boolean
startObjectEntry
(String key) Methods inherited from class DelegatingHandler
createDelegate, endArray, endJSON, getDelegate, lookupDelegate, startArray, startJSON
-
Constructor Details
-
GeometryCollectionHandler
-
-
Method Details
-
startObject
- Specified by:
startObject
in interfaceContentHandler
- Overrides:
startObject
in classDelegatingHandler<GeometryCollection>
- Throws:
ParseException
IOException
-
endObject
- Specified by:
endObject
in interfaceContentHandler
- Overrides:
endObject
in classDelegatingHandler<GeometryCollection>
- Throws:
ParseException
IOException
-
startObjectEntry
- Specified by:
startObjectEntry
in interfaceContentHandler
- Overrides:
startObjectEntry
in classDelegatingHandler<GeometryCollection>
- Throws:
ParseException
IOException
-
endObjectEntry
- Specified by:
endObjectEntry
in interfaceContentHandler
- Overrides:
endObjectEntry
in classDelegatingHandler<GeometryCollection>
- Throws:
ParseException
IOException
-
primitive
- Specified by:
primitive
in interfaceContentHandler
- Overrides:
primitive
in classDelegatingHandler<GeometryCollection>
- Throws:
ParseException
IOException
-
getValue
- Specified by:
getValue
in interfaceIContentHandler<GeometryCollection>
- Overrides:
getValue
in classDelegatingHandler<GeometryCollection>
-