WellKnownTextSqlFormatter Class
Represents the object to move spatial types to and from the WellKnownTextSql format.
Inheritance Hierarchy
System.Object
System.Spatial.SpatialFormatter<TextReader, TextWriter>
System.Spatial.WellKnownTextSqlFormatter
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class WellKnownTextSqlFormatter _
Inherits SpatialFormatter(Of TextReader, TextWriter)
'Usage
Dim instance As WellKnownTextSqlFormatter
public abstract class WellKnownTextSqlFormatter : SpatialFormatter<TextReader, TextWriter>
public ref class WellKnownTextSqlFormatter abstract : public SpatialFormatter<TextReader^, TextWriter^>
[<AbstractClassAttribute>]
type WellKnownTextSqlFormatter =
class
inherit SpatialFormatter<TextReader, TextWriter>
end
public abstract class WellKnownTextSqlFormatter extends SpatialFormatter<TextReader, TextWriter>
The WellKnownTextSqlFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WellKnownTextSqlFormatter | Initializes a new instance of the WellKnownTextSqlFormatter class. |
Top
Methods
Name | Description | |
---|---|---|
Create() | Creates the implementation of the formatter. | |
Create(Boolean) | Creates the implementation of the formatter and checks whether the specified formatter has Z. | |
CreateWriter | Creates the writerStream. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MakeValidatingBuilder | Creates the builder that will be called by the parser to build the new type. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) | |
MemberwiseClone | (Inherited from Object.) | |
Read<TResult>(TReaderStream) | Parses the input, and produces the object. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) | |
Read<TResult>(TReaderStream, SpatialPipeline) | Parses the input, and produces the object. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) | |
ReadGeography | Reads the Geography from the readerStream and call the appropriate pipeline methods. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) | |
ReadGeometry | Reads the Geometry from the readerStream and call the appropriate pipeline methods. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) | |
ToString | (Inherited from Object.) | |
Write | Creates a valid format from the spatial object. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
Top
Extension Methods
Name | Description | |
---|---|---|
Write | Writes the specified formatter. (Defined by FormatterExtensions.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.