Package org.geotools.geojson.feature
Class ArrayHandler
Object
HandlerBase
ArrayHandler
- All Implemented Interfaces:
IContentHandler<List<Object>>
,ContentHandler
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HandlerBase
endJSON, endObject, endObjectEntry, startJSON, startObject, startObjectEntry
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ContentHandler
endJSON, endObject, endObjectEntry, startJSON, startObject, startObjectEntry
-
Constructor Details
-
ArrayHandler
public ArrayHandler()
-
-
Method Details
-
startArray
- Specified by:
startArray
in interfaceContentHandler
- Overrides:
startArray
in classHandlerBase
- Throws:
ParseException
IOException
-
primitive
- Specified by:
primitive
in interfaceContentHandler
- Overrides:
primitive
in classHandlerBase
- Throws:
ParseException
IOException
-
endArray
- Specified by:
endArray
in interfaceContentHandler
- Overrides:
endArray
in classHandlerBase
- Throws:
ParseException
IOException
-
getValue
- Specified by:
getValue
in interfaceIContentHandler<List<Object>>
-