Map.Render

Render(string, Renderer)

Renders map into a file.

public void Render(string outputPath, Renderer renderer)
ParameterTypeDescription
outputPathStringPath to the output file.
rendererRendererRenderer to use.

See Also


Render(AbstractPath, Renderer)

Renders map into a file.

public void Render(AbstractPath outputPath, Renderer renderer)
ParameterTypeDescription
outputPathAbstractPathPath to the output file.
rendererRendererRenderer to use.

Exceptions

exceptioncondition
ArgumentNullExceptionAny argument null.
IOExceptionAn I/O error occurred.
GisExceptionAn error while processing or reading GIS data.

See Also