Compartilhar via


FormatterExtensions.Write Método

Definição

Sobrecargas

Write(SpatialFormatter<TextReader,TextWriter>, ISpatial)

Grava o formatador especificado.

Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial)

Grava o formatador especificado.

Write(SpatialFormatter<TextReader,TextWriter>, ISpatial)

Grava o formatador especificado.

public static string Write (this Microsoft.Spatial.SpatialFormatter<System.IO.TextReader,System.IO.TextWriter> formatter, Microsoft.Spatial.ISpatial spatial);
static member Write : Microsoft.Spatial.SpatialFormatter<System.IO.TextReader, System.IO.TextWriter> * Microsoft.Spatial.ISpatial -> string
<Extension()>
Public Function Write (formatter As SpatialFormatter(Of TextReader, TextWriter), spatial As ISpatial) As String

Parâmetros

formatter
SpatialFormatter<TextReader,TextWriter>

O formatador.

spatial
ISpatial

O objeto espacial.

Retornos

Um valor de cadeia de caracteres do objeto formatado.

Aplica-se a

Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial)

Grava o formatador especificado.

public static string Write (this Microsoft.Spatial.SpatialFormatter<System.Xml.XmlReader,System.Xml.XmlWriter> formatter, Microsoft.Spatial.ISpatial spatial);
static member Write : Microsoft.Spatial.SpatialFormatter<System.Xml.XmlReader, System.Xml.XmlWriter> * Microsoft.Spatial.ISpatial -> string
<Extension()>
Public Function Write (formatter As SpatialFormatter(Of XmlReader, XmlWriter), spatial As ISpatial) As String

Parâmetros

formatter
SpatialFormatter<XmlReader,XmlWriter>

O formatador.

spatial
ISpatial

O objeto espacial.

Retornos

Um valor de cadeia de caracteres do objeto formatado.

Aplica-se a