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, startObjectEntryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
endJSON, endObject, endObjectEntry, startJSON, startObject, startObjectEntry
-
Constructor Details
-
ArrayHandler
public ArrayHandler()
-
-
Method Details
-
startArray
- Specified by:
startArrayin interfaceContentHandler- Overrides:
startArrayin classHandlerBase- Throws:
ParseExceptionIOException
-
primitive
- Specified by:
primitivein interfaceContentHandler- Overrides:
primitivein classHandlerBase- Throws:
ParseExceptionIOException
-
endArray
- Specified by:
endArrayin interfaceContentHandler- Overrides:
endArrayin classHandlerBase- Throws:
ParseExceptionIOException
-
getValue
- Specified by:
getValuein interfaceIContentHandler<List<Object>>
-