Package org.geotools.geojson.geom
Class LineHandler
- All Implemented Interfaces:
IContentHandler<LineString>,ContentHandler
-
Field Summary
Fields inherited from class GeometryHandlerBase
factory, ordinates, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanendArray()booleanbooleanbooleanstartObjectEntry(String key) Methods inherited from class GeometryHandlerBase
coordinate, coordinates, getValue, primitiveMethods inherited from class HandlerBase
endJSON, endObjectEntry, startJSON, startObjectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
endJSON, endObjectEntry, startJSON, startObject
-
Constructor Details
-
LineHandler
-
-
Method Details
-
startObjectEntry
- Specified by:
startObjectEntryin interfaceContentHandler- Overrides:
startObjectEntryin classHandlerBase- Throws:
ParseExceptionIOException
-
endObject
- Specified by:
endObjectin interfaceContentHandler- Overrides:
endObjectin classHandlerBase- Throws:
ParseExceptionIOException
-
startArray
- Specified by:
startArrayin interfaceContentHandler- Overrides:
startArrayin classHandlerBase- Throws:
ParseExceptionIOException
-
endArray
- Specified by:
endArrayin interfaceContentHandler- Overrides:
endArrayin classHandlerBase- Throws:
ParseExceptionIOException
-