SpatialFormatter<TReaderStream,TWriterStream>.ReadGeography 方法

定义

从 readerStream 读取 Geography 并调用相应的管道方法。

protected abstract void ReadGeography (TReaderStream readerStream, Microsoft.Spatial.SpatialPipeline pipeline);
abstract member ReadGeography : 'ReaderStream * Microsoft.Spatial.SpatialPipeline -> unit
Protected MustOverride Sub ReadGeography (readerStream As TReaderStream, pipeline As SpatialPipeline)

参数

readerStream
TReaderStream

要从其中进行读取的流。

pipeline
SpatialPipeline

要基于所读取的内容调用的管道。

适用于