SpatialFormatter<TReaderStream, TWriterStream> Class
Represents the base class for all Spatial Formats.
Inheritance Hierarchy
System.Object
System.Spatial.SpatialFormatter<TReaderStream, TWriterStream>
System.Spatial.GmlFormatter
System.Spatial.WellKnownTextSqlFormatter
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class SpatialFormatter(Of TReaderStream, TWriterStream)
'Usage
Dim instance As SpatialFormatter(Of TReaderStream, TWriterStream)
public abstract class SpatialFormatter<TReaderStream, TWriterStream>
generic<typename TReaderStream, typename TWriterStream>
public ref class SpatialFormatter abstract
[<AbstractClassAttribute>]
type SpatialFormatter<'TReaderStream, 'TWriterStream> = class end
JScript does not support generic types and methods.
Type Parameters
- TReaderStream
The type of reader to be read from.
- TWriterStream
The type of reader to be read from.
The SpatialFormatter<TReaderStream, TWriterStream> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpatialFormatter<TReaderStream, TWriterStream> | Initializes a new instance of the <see cref="T:System.Spatial.SpatialFormatter`2" /> class. |
Top
Methods
Name | Description | |
---|---|---|
CreateWriter | Creates the writerStream. | |
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. | |
MemberwiseClone | (Inherited from Object.) | |
Read<TResult>(TReaderStream) | Parses the input, and produces the object. | |
Read<TResult>(TReaderStream, SpatialPipeline) | Parses the input, and produces the object. | |
ReadGeography | Reads the Geography from the readerStream and call the appropriate pipeline methods. | |
ReadGeometry | Reads the Geometry from the readerStream and call the appropriate pipeline methods. | |
ToString | (Inherited from Object.) | |
Write | Creates a valid format from the spatial object. |
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.