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