Package org.geotools.geojson.geom
Class LineHandler
- Object
- 
- HandlerBase
- 
- GeometryHandlerBase<LineString>
- 
- LineHandler
 
 
 
- 
- All Implemented Interfaces:
- IContentHandler<LineString>,- ContentHandler
 
 public class LineHandler extends GeometryHandlerBase<LineString> 
- 
- 
Field Summary- 
Fields inherited from class GeometryHandlerBasefactory, ordinates, value
 
- 
 - 
Constructor SummaryConstructors Constructor Description LineHandler(GeometryFactory factory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendArray()booleanendObject()booleanstartArray()booleanstartObjectEntry(String key)- 
Methods inherited from class GeometryHandlerBasecoordinate, coordinates, getValue, primitive
 - 
Methods inherited from class HandlerBaseendJSON, endObjectEntry, startJSON, startObject
 
- 
 
- 
- 
- 
Constructor Detail- 
LineHandlerpublic LineHandler(GeometryFactory factory) 
 
- 
 - 
Method Detail- 
startObjectEntrypublic boolean startObjectEntry(String key) throws ParseException, IOException - Specified by:
- startObjectEntryin interface- ContentHandler
- Overrides:
- startObjectEntryin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
endObjectpublic boolean endObject() throws ParseException, IOException- Specified by:
- endObjectin interface- ContentHandler
- Overrides:
- endObjectin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
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
 
 
- 
 
-