SvgRenderer Class

Summary: A Renderer that renders Map into SVG file.

Module: aspose.gis.rendering.formats.svg

Full Name: aspose.gis.rendering.formats.svg.SvgRenderer

Inheritance: Renderer

Aspose.PSD Version: 25.9.0

Methods

NameDescription
render(map, output_path)Renders map.
render(map, output_path)Renders map.

Method: render(map, output_path)

 render(map, output_path) 

Renders map.

Parameters:

ParameterTypeDescription
mapMapMap to render.
output_pathstringPath to the output file.

Method: render(map, output_path)

 render(map, output_path) 

Renders map.

Parameters:

ParameterTypeDescription
mapMapMap to render.
output_pathAbstractPathPath to the output file.