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