org.geotools.geojson.geom
Class GeometryHandler

Object
  extended by DelegatingHandler<Geometry>
      extended by GeometryHandler
All Implemented Interfaces:
IContentHandler<Geometry>, ContentHandler

public class GeometryHandler
extends DelegatingHandler<Geometry>


Field Summary
 
Fields inherited from class DelegatingHandler
delegate, handlers, NULL, NULL_LIST, UNINITIALIZED
 
Constructor Summary
GeometryHandler(GeometryFactory factory)
           
 
Method Summary
 boolean primitive(Object value)
           
 boolean startObjectEntry(String key)
           
 
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
 

Constructor Detail

GeometryHandler

public GeometryHandler(GeometryFactory factory)
Method Detail

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.