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