Map.Render

Render(string, Renderer)

Representa el mapa en un archivo.

public void Render(string outputPath, Renderer renderer)
ParámetroEscribeDescripción
outputPathStringRuta al archivo de salida.
rendererRendererRenderizador a utilizar.

Ver también


Render(AbstractPath, Renderer)

Representa el mapa en un archivo.

public void Render(AbstractPath outputPath, Renderer renderer)
ParámetroEscribeDescripción
outputPathAbstractPathRuta al archivo de salida.
rendererRendererRenderizador a utilizar.

Excepciones

excepcióncondición
ArgumentNullExceptioncualquier argumentonull.
IOExceptionSe produjo un error de E/S.
GisExceptionUn error al procesar o leer datos GIS.

Ver también