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

Class XMLMapWriter

source code

MapWriter --+
            |
           XMLMapWriter

Instance Methods [hide private]
 
__init__(self, fileName)
Brief Description
source code
 
finish(self)
Finish writing the map.
source code
 
writeInfo(self, width, height, tileSize, name, description) source code
 
writeLights(self, lights) source code
 
writeLayers(self, layers)
Brief Description
source code
 
writeShapes(self, shapeList)
Brief Description
source code
 
writeBackgrounds(self, backgrounds, color)
Brief Description
source code
 
writeImages(self, images)
Writes images to the file
source code
 
__writeImage(self, fileName, index, e)
Brief Description
source code
 
__writeLayer(self, l, index, e)
Brief Description
source code
 
__writeTile(self, t, x, y, e)
Brief Description
source code
 
__writeCircle(self, c, e)
Brief Description
source code
 
__writePolygon(self, p, e)
Brief Description
source code
 
__writePoint(self, p, e)
Brief Description
source code
 
__writeBackground(self, background, e) source code

Inherited from MapWriter: getFileName

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)

finish(self)

source code 

Finish writing the map.

Overrides: MapWriter.finish
(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)

writeShapes(self, shapeList)

source code 

Brief Description

Parameters:
  • shapes - Placeholder
Overrides: MapWriter.writeShapes
(inherited documentation)

writeBackgrounds(self, backgrounds, color)

source code 

Brief Description

Parameters:
  • backgrounds - Placeholder
  • color - the background fill color
Overrides: MapWriter.writeBackgrounds
(inherited documentation)

writeImages(self, images)

source code 

Writes images to the file

Parameters:
  • images - the images to write
Overrides: MapWriter.writeImages
(inherited documentation)

__writeImage(self, fileName, index, e)

source code 

Brief Description

Parameters:
  • fileName (string) - Placeholder
  • index (int) - Placeholder
  • e (xml.dom.minidom.Element) - Placeholder

__writeLayer(self, l, index, e)

source code 

Brief Description

Parameters:
  • l (Layer) - Placeholder
  • index (int) - Placeholder
  • e (xml.dom.minidom.Element) - Placeholder

__writeTile(self, t, x, y, e)

source code 

Brief Description

Parameters:
  • t (Tile) - Placeholder
  • x (int) - Placeholder
  • y (int) - Placeholder
  • e (xml.dom.minidom.Element) - Placeholder

__writeCircle(self, c, e)

source code 

Brief Description

Parameters:
  • c (Circle) - Placeholder
  • e (xml.dom.minidom.Element) - Placeholder

__writePolygon(self, p, e)

source code 

Brief Description

Parameters:
  • p (Polygon) - Placeholder
  • e (xml.dom.minidom.Element) - Placeholder

__writePoint(self, p, e)

source code 

Brief Description

Parameters:
  • p (Point) - Placeholder
  • e (xml.dom.minidom.Element) - Placeholder