Package arcmap :: Module mapio :: Class MapReader
[hide private]
[frames] | no frames]

Class MapReader

source code

Known Subclasses:

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