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

Class BinaryMapWriter

source code

MapWriter --+
            |
           BinaryMapWriter

Instance Methods [hide private]
 
__init__(self, fileName)
Brief Description
source code
 
writeInfo(self, width, height, tileSize, name, description) source code
 
writeLayers(self, layers)
Brief Description
source code
 
__writeLayer(self, layer) source code

Inherited from MapWriter: finish, getFileName, writeBackgrounds, writeImages, writeShapes

Static Methods [hide private]

Inherited from MapWriter: getWriter

Method Details [hide private]

__init__(self, fileName)
(Constructor)

source code 

Brief Description

Parameters:
  • fileName - Placeholder
Overrides: MapWriter.__init__
(inherited documentation)

writeInfo(self, width, height, tileSize, name, description)

source code 
Parameters:
  • width - placeholder
  • height - placeholder
  • tileSize - placeholder
  • name - placeholder
  • description - placeholder
Overrides: MapWriter.writeInfo
(inherited documentation)

writeLayers(self, layers)

source code 

Brief Description

Parameters:
  • layers - Placeholder
Overrides: MapWriter.writeLayers
(inherited documentation)