Package org.geotools.geojson.geom
Class PointHandler
- All Implemented Interfaces:
IContentHandler<Point>
,ContentHandler
-
Field Summary
Fields inherited from class GeometryHandlerBase
factory, ordinates, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GeometryHandlerBase
coordinate, coordinates, getValue, primitive
Methods inherited from class HandlerBase
endArray, endJSON, endObjectEntry, startArray, startJSON, startObject
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ContentHandler
endArray, endJSON, endObjectEntry, startArray, startJSON, startObject
-
Constructor Details
-
PointHandler
-
-
Method Details
-
startObjectEntry
- Specified by:
startObjectEntry
in interfaceContentHandler
- Overrides:
startObjectEntry
in classHandlerBase
- Throws:
ParseException
IOException
-
endObject
- Specified by:
endObject
in interfaceContentHandler
- Overrides:
endObject
in classHandlerBase
- Throws:
ParseException
IOException
-