org.geotools.geojson.geom
Class MultiLineHandler

Object
  extended by HandlerBase
      extended by GeometryHandlerBase<MultiLineString>
          extended by MultiLineHandler
All Implemented Interfaces:
IContentHandler<MultiLineString>, ContentHandler

public class MultiLineHandler
extends GeometryHandlerBase<MultiLineString>


Field Summary
 
Fields inherited from class GeometryHandlerBase
factory, ordinates, value
 
Constructor Summary
MultiLineHandler(GeometryFactory factory)
           
 
Method Summary
 boolean endArray()
           
 boolean endObject()
           
 boolean startArray()
           
 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 Detail

MultiLineHandler

public MultiLineHandler(GeometryFactory factory)
Method Detail

startObjectEntry

public boolean startObjectEntry(String key)
                         throws ParseException,
                                IOException
Specified by:
startObjectEntry in interface ContentHandler
Overrides:
startObjectEntry 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

endObject

public boolean endObject()
                  throws ParseException,
                         IOException
Specified by:
endObject in interface ContentHandler
Overrides:
endObject in class HandlerBase
Throws:
ParseException
IOException


Copyright © 1996-2014 Geotools. All Rights Reserved.