Trees
Indices
Help
Package arcmap
::
Module mapio
:: Class MapReader
[
hide private
]
[
frames
] |
no frames
]
Class MapReader
source code
Known Subclasses:
JSONMapReader
,
XMLMapReader
Base class for map readers
Instance Methods
[
hide private
]
__init__
(
self
,
fileName
)
source code
TileMap
getMap
(
self
)
Returns: the completed map
source code
Static Methods
[
hide private
]
MapReader
getReader
(
fileName
)
Returns: a map reader appropriate for the file type
source code
Method Details
[
hide private
]
__init__
(
self
,
fileName
)
(Constructor)
source code
Parameters:
fileName
(string) - Name of file to open
getReader
(
fileName
)
Static Method
source code
Parameters:
fileName
(string) - the name of the file to read
Returns: MapReader
a map reader appropriate for the file type
getMap
(
self
)
source code
Returns: TileMap
the completed map
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Tue Oct 6 15:18:45 2009
http://epydoc.sourceforge.net