SpatialFormatter<TReaderStream, TWriterStream>.MakeValidatingBuilder Method

Creates the builder that will be called by the parser to build the new type.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Protected Function MakeValidatingBuilder As KeyValuePair(Of SpatialPipeline, IShapeProvider)
'Usage
Dim returnValue As KeyValuePair(Of SpatialPipeline, IShapeProvider)

returnValue = Me.MakeValidatingBuilder()
protected KeyValuePair<SpatialPipeline, IShapeProvider> MakeValidatingBuilder()
protected:
KeyValuePair<SpatialPipeline^, IShapeProvider^> MakeValidatingBuilder()
member MakeValidatingBuilder : unit -> KeyValuePair<SpatialPipeline, IShapeProvider> 
protected function MakeValidatingBuilder() : KeyValuePair<SpatialPipeline, IShapeProvider>

Return Value

Type: System.Collections.Generic.KeyValuePair<SpatialPipeline, IShapeProvider>
The builder that was created.

See Also

Reference

SpatialFormatter<TReaderStream, TWriterStream> Class

System.Spatial Namespace