Package org.geotools.geojson
Class RecordingHandler
Object
RecordingHandler
- All Implemented Interfaces:
- ContentHandler
Handler that records sequence of calls to be replayed layer.
- Author:
- Justin Deoliveira, OpenGeo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanendArray()voidendJSON()booleanbooleanbooleanvoidreplay(ContentHandler handler) booleanvoidbooleanbooleanstartObjectEntry(String key) 
- 
Constructor Details- 
RecordingHandlerpublic RecordingHandler()
 
- 
- 
Method Details- 
startJSON- Specified by:
- startJSONin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
startObject- Specified by:
- startObjectin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
startObjectEntry- Specified by:
- startObjectEntryin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
startArray- Specified by:
- startArrayin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
primitive- Specified by:
- primitivein interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
endArray- Specified by:
- endArrayin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
endObjectEntry- Specified by:
- endObjectEntryin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
endObject- Specified by:
- endObjectin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
endJSON- Specified by:
- endJSONin interface- ContentHandler
- Throws:
- ParseException
- IOException
 
- 
replay- Throws:
- ParseException
- IOException
 
 
-