Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoRssReader Class / Read Method
Stream with GeoRSS data.

In This Topic
    Read Method (GeoRssReader)
    In This Topic
    Read GeoRSS data from the specified stream.
    Syntax
    'Declaration
     
    
    Public Shared Function Read( _
       ByVal stream As Stream _
    ) As List(Of GeoGeometryRecord)
    public static List<GeoGeometryRecord> Read( 
       Stream stream
    )

    Parameters

    stream
    Stream with GeoRSS data.

    Return Value

    The collection of geometry records.
    See Also