org.geotools.geojson.geom
Class PolygonHandler
Object
HandlerBase
GeometryHandlerBase<Polygon>
PolygonHandler
- All Implemented Interfaces:
- IContentHandler<Polygon>, ContentHandler
public class PolygonHandler
- extends GeometryHandlerBase<Polygon>
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 |
PolygonHandler
public PolygonHandler(GeometryFactory factory)
startObjectEntry
public boolean startObjectEntry(String key)
throws ParseException,
IOException
- Specified by:
startObjectEntry
in interface ContentHandler
- Overrides:
startObjectEntry
in class HandlerBase
- Throws:
ParseException
IOException
endObject
public boolean endObject()
throws ParseException,
IOException
- Specified by:
endObject
in interface ContentHandler
- Overrides:
endObject
in class HandlerBase
- Throws:
ParseException
IOException
startArray
public boolean startArray()
throws ParseException,
IOException
- Specified by:
startArray
in interface ContentHandler
- Overrides:
startArray
in class HandlerBase
- Throws:
ParseException
IOException
endArray
public boolean endArray()
throws ParseException,
IOException
- Specified by:
endArray
in interface ContentHandler
- Overrides:
endArray
in class HandlerBase
- Throws:
ParseException
IOException
Copyright © 1996-2014 Geotools. All Rights Reserved.