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 boolean
endObject()
boolean
startObjectEntry(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:
startObjectEntry
in interfaceContentHandler
- Overrides:
startObjectEntry
in classHandlerBase
- Throws:
ParseException
IOException
-
endObject
public boolean endObject() throws ParseException, IOException
- Specified by:
endObject
in interfaceContentHandler
- Overrides:
endObject
in classHandlerBase
- Throws:
ParseException
IOException
-
-