Package org.geotools.geojson.feature
Class ComplexPropertyHandler
- Object
- 
- HandlerBase
- 
- ComplexPropertyHandler
 
 
- 
- All Implemented Interfaces:
- IContentHandler<Object>,- ContentHandler
 
 public class ComplexPropertyHandler extends HandlerBase implements IContentHandler<Object> 
- 
- 
Constructor SummaryConstructors Constructor Description ComplexPropertyHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendArray()booleanendObject()ObjectgetValue()booleankeepGoing()booleanprimitive(Object value)booleanstartArray()booleanstartObject()booleanstartObjectEntry(String key)- 
Methods inherited from class HandlerBaseendJSON, endObjectEntry, startJSON
 
- 
 
- 
- 
- 
Method Detail- 
keepGoingpublic boolean keepGoing() 
 - 
startArraypublic boolean startArray() throws ParseException, IOException- Specified by:
- startArrayin interface- ContentHandler
- Overrides:
- startArrayin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
endArraypublic boolean endArray() throws ParseException, IOException- Specified by:
- endArrayin interface- ContentHandler
- Overrides:
- endArrayin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
startObjectpublic boolean startObject() throws ParseException, IOException- Specified by:
- startObjectin interface- ContentHandler
- Overrides:
- startObjectin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
endObjectpublic boolean endObject() throws ParseException, IOException- Specified by:
- endObjectin interface- ContentHandler
- Overrides:
- endObjectin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
startObjectEntrypublic boolean startObjectEntry(String key) throws ParseException, IOException - Specified by:
- startObjectEntryin interface- ContentHandler
- Overrides:
- startObjectEntryin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
primitivepublic boolean primitive(Object value) throws ParseException, IOException - Specified by:
- primitivein interface- ContentHandler
- Overrides:
- primitivein class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
getValuepublic Object getValue() - Specified by:
- getValuein interface- IContentHandler<Object>
 
 
- 
 
-