Map.Render
Render(string, Renderer)
Renders map into a file.
public void Render(string outputPath, Renderer renderer)
Parameter | Type | Description |
---|
outputPath | String | Path to the output file. |
renderer | Renderer | Renderer to use. |
See Also
Render(AbstractPath, Renderer)
Renders map into a file.
public void Render(AbstractPath outputPath, Renderer renderer)
Parameter | Type | Description |
---|
outputPath | AbstractPath | Path to the output file. |
renderer | Renderer | Renderer to use. |
Exceptions
exception | condition |
---|
ArgumentNullException | Any argument null . |
IOException | An I/O error occurred. |
GisException | An error while processing or reading GIS data. |
See Also