Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Reads the Geometry from the readerStream and call the appropriate pipeline methods.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected MustOverride Sub ReadGeometry ( _
readerStream As TReaderStream, _
pipeline As SpatialPipeline _
)
'Usage
Dim readerStream As TReaderStream
Dim pipeline As SpatialPipeline
Me.ReadGeometry(readerStream, pipeline)
protected abstract void ReadGeometry(
TReaderStream readerStream,
SpatialPipeline pipeline
)
protected:
virtual void ReadGeometry(
TReaderStream readerStream,
SpatialPipeline^ pipeline
) abstract
abstract ReadGeometry :
readerStream:'TReaderStream *
pipeline:SpatialPipeline -> unit
protected abstract function ReadGeometry(
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.