SpatialFormatter<TReaderStream,TWriterStream>.ReadGeography 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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
要基于所读取的内容调用的管道。