Package lejos.robotics.mapping
Class SVGMapLoader
- java.lang.Object
-
- lejos.robotics.mapping.SVGMapLoader
-
public class SVGMapLoader extends java.lang.ObjectThis class loads map data from an SVG and produces a LineMap object, which can be used by the leJOS navigation package.
- Author:
- Lawrie Griffiths/Juan Antonio Brenha Moral
-
-
Constructor Summary
Constructors Constructor Description SVGMapLoader(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineMapreadLineMap()
-
-
-
Method Detail
-
readLineMap
public LineMap readLineMap() throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
-