org.geotools.geojson.geom
Class GeometryHandler
Object
DelegatingHandler<Geometry>
GeometryHandler
- All Implemented Interfaces:
- IContentHandler<Geometry>, ContentHandler
public class GeometryHandler
- extends DelegatingHandler<Geometry>
Methods inherited from class DelegatingHandler |
createDelegate, endArray, endJSON, endObject, endObjectEntry, getDelegate, getValue, lookupDelegate, startArray, startJSON, startObject |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeometryHandler
public GeometryHandler(GeometryFactory factory)
startObjectEntry
public boolean startObjectEntry(String key)
throws ParseException,
IOException
- Specified by:
startObjectEntry
in interface ContentHandler
- Overrides:
startObjectEntry
in class DelegatingHandler<Geometry>
- Throws:
ParseException
IOException
primitive
public boolean primitive(Object value)
throws ParseException,
IOException
- Specified by:
primitive
in interface ContentHandler
- Overrides:
primitive
in class DelegatingHandler<Geometry>
- Throws:
ParseException
IOException
Copyright © 1996-2014 Geotools. All Rights Reserved.