|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.reader.plugin.MapReader
public class MapReader
Class to find the correct map reader to use, based on the type of the file to be read. Allows new map readers to be registered, the map readers are in charge of recognising file formats that they can deal with.
Constructor Summary | |
---|---|
MapReader()
|
Method Summary | |
---|---|
static LoadableMapDataSource |
createMapReader(java.lang.String name)
Return a suitable map reader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapReader()
Method Detail |
---|
public static LoadableMapDataSource createMapReader(java.lang.String name)
name
- The resource name to be read.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |