public class MultiLineHandler extends GeometryHandlerBase<MultiLineString>
factory, ordinates, value
Constructor and Description |
---|
MultiLineHandler(GeometryFactory factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
endArray() |
boolean |
endObject() |
boolean |
startArray() |
boolean |
startObjectEntry(String key) |
coordinate, coordinates, getValue, primitive
endJSON, endObjectEntry, startJSON, startObject
public boolean startObjectEntry(String key) throws ParseException, IOException
startObjectEntry
in interface ContentHandler
startObjectEntry
in class HandlerBase
ParseException
IOException
public boolean startArray() throws ParseException, IOException
startArray
in interface ContentHandler
startArray
in class HandlerBase
ParseException
IOException
public boolean endArray() throws ParseException, IOException
endArray
in interface ContentHandler
endArray
in class HandlerBase
ParseException
IOException
public boolean endObject() throws ParseException, IOException
endObject
in interface ContentHandler
endObject
in class HandlerBase
ParseException
IOException
Copyright © 1996–2019 Geotools. All rights reserved.