ESRI 図形ストリームから空間データを読み取ります。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Function Read( _
   ByVal  As System.IO.Stream, _
   ByVal  As System.IO.Stream _
) As System.Collections.Generic.IEnumerable(Of GeoGeometryRecord)
             
        
            
            public static System.Collections.Generic.IEnumerable<GeoGeometryRecord> Read( 
   System.IO.Stream ,
   System.IO.Stream 
)
             
        
             
        
            パラメータ
- shpStream
 
- 生の ESRI シェープファイル表現の地理空間データ。
 - dbfStream
 
- 各図形のカラム形式属性(dBase IV 形式)。
 
            
            戻り値の型
ジオメトリレコードのコレクション。
 
            
            
            
            
            
            
            
            
            
            
            
            参照