Package org.geotools.geojson
Class HandlerBase
- Object
- 
- HandlerBase
 
- 
- All Implemented Interfaces:
- ContentHandler
 - Direct Known Subclasses:
- ArrayHandler,- ComplexPropertyHandler,- CRSHandler,- GeometryHandlerBase
 
 public class HandlerBase extends Object implements ContentHandler 
- 
- 
Constructor SummaryConstructors Constructor Description HandlerBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendArray()voidendJSON()booleanendObject()booleanendObjectEntry()booleanprimitive(Object value)booleanstartArray()voidstartJSON()booleanstartObject()booleanstartObjectEntry(String key)
 
- 
- 
- 
Method Detail- 
startJSONpublic void startJSON() throws ParseException, IOException- Specified by:
- startJSONin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
endJSONpublic void endJSON() throws ParseException, IOException- Specified by:
- endJSONin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
startObjectpublic boolean startObject() throws ParseException, IOException- Specified by:
- startObjectin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
endObjectpublic boolean endObject() throws ParseException, IOException- Specified by:
- endObjectin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
startObjectEntrypublic boolean startObjectEntry(String key) throws ParseException, IOException - Specified by:
- startObjectEntryin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
endObjectEntrypublic boolean endObjectEntry() throws ParseException, IOException- Specified by:
- endObjectEntryin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
startArraypublic boolean startArray() throws ParseException, IOException- Specified by:
- startArrayin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
endArraypublic boolean endArray() throws ParseException, IOException- Specified by:
- endArrayin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 - 
primitivepublic boolean primitive(Object value) throws ParseException, IOException - Specified by:
- primitivein interface- ContentHandler
- Throws:
- ParseException
- IOException
 
 
- 
 
-