ComponentOne Maps for WPF and Silverlight
C1.WPF.Maps.GeoJson Namespace / GeoJsonReader Class / Read Method
Stream with GeoJSON data.

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

    Parameters

    stream
    Stream with GeoJSON data.

    Return Value

    The collection of vector items.
    See Also