Package org.geotools.geojson.feature
Class ComplexPropertyHandler
Object
HandlerBase
ComplexPropertyHandler
- All Implemented Interfaces:
IContentHandler<Object>,ContentHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanendArray()booleangetValue()booleanbooleanbooleanbooleanbooleanstartObjectEntry(String key) Methods inherited from class HandlerBase
endJSON, endObjectEntry, startJSONMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
endJSON, endObjectEntry, startJSON
-
Constructor Details
-
ComplexPropertyHandler
public ComplexPropertyHandler()
-
-
Method Details
-
keepGoing
public boolean keepGoing() -
startArray
- Specified by:
startArrayin interfaceContentHandler- Overrides:
startArrayin classHandlerBase- Throws:
ParseExceptionIOException
-
endArray
- Specified by:
endArrayin interfaceContentHandler- Overrides:
endArrayin classHandlerBase- Throws:
ParseExceptionIOException
-
startObject
- Specified by:
startObjectin interfaceContentHandler- Overrides:
startObjectin classHandlerBase- Throws:
ParseExceptionIOException
-
endObject
- Specified by:
endObjectin interfaceContentHandler- Overrides:
endObjectin classHandlerBase- Throws:
ParseExceptionIOException
-
startObjectEntry
- Specified by:
startObjectEntryin interfaceContentHandler- Overrides:
startObjectEntryin classHandlerBase- Throws:
ParseExceptionIOException
-
primitive
- Specified by:
primitivein interfaceContentHandler- Overrides:
primitivein classHandlerBase- Throws:
ParseExceptionIOException
-
getValue
- Specified by:
getValuein interfaceIContentHandler<Object>
-