Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Reads the Geography from the readerStream and call the appropriate pipeline methods.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected MustOverride Sub ReadGeography ( _
readerStream As TReaderStream, _
pipeline As SpatialPipeline _
)
'Usage
Dim readerStream As TReaderStream
Dim pipeline As SpatialPipeline
Me.ReadGeography(readerStream, pipeline)
protected abstract void ReadGeography(
TReaderStream readerStream,
SpatialPipeline pipeline
)
protected:
virtual void ReadGeography(
TReaderStream readerStream,
SpatialPipeline^ pipeline
) abstract
abstract ReadGeography :
readerStream:'TReaderStream *
pipeline:SpatialPipeline -> unit
protected abstract function ReadGeography(
readerStream : TReaderStream,
pipeline : SpatialPipeline
)
Parameters
- readerStream
Type: TReaderStream
The stream to read from.
- pipeline
Type: System.Spatial.SpatialPipeline
The pipeline to call based on what is read.