Package org.geotools.geojson.geom
Class MultiPointHandler
- Object
-
- HandlerBase
-
- GeometryHandlerBase<MultiPoint>
-
- MultiPointHandler
-
- All Implemented Interfaces:
IContentHandler<MultiPoint>,ContentHandler
public class MultiPointHandler extends GeometryHandlerBase<MultiPoint>
-
-
Field Summary
-
Fields inherited from class GeometryHandlerBase
factory, ordinates, value
-
-
Constructor Summary
Constructors Constructor Description MultiPointHandler(GeometryFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendArray()booleanendObject()booleanstartArray()booleanstartObjectEntry(String key)-
Methods inherited from class GeometryHandlerBase
coordinate, coordinates, getValue, primitive
-
Methods inherited from class HandlerBase
endJSON, endObjectEntry, startJSON, startObject
-
-
-
-
Constructor Detail
-
MultiPointHandler
public MultiPointHandler(GeometryFactory factory)
-
-
Method Detail
-
startObjectEntry
public boolean startObjectEntry(String key) throws ParseException, IOException
- Specified by:
startObjectEntryin interfaceContentHandler- Overrides:
startObjectEntryin classHandlerBase- Throws:
ParseExceptionIOException
-
startArray
public boolean startArray() throws ParseException, IOException- Specified by:
startArrayin interfaceContentHandler- Overrides:
startArrayin classHandlerBase- Throws:
ParseExceptionIOException
-
endArray
public boolean endArray() throws ParseException, IOException- Specified by:
endArrayin interfaceContentHandler- Overrides:
endArrayin classHandlerBase- Throws:
ParseExceptionIOException
-
endObject
public boolean endObject() throws ParseException, IOException- Specified by:
endObjectin interfaceContentHandler- Overrides:
endObjectin classHandlerBase- Throws:
ParseExceptionIOException
-
-