'Declaration
Public Shared Function Read( _ ByVal stream As Stream _ ) As List(Of GeoGeometryRecord)
public static List<GeoGeometryRecord> Read( Stream stream )
Parameters
- stream
- Stream with GeoJSON data.
Return Value
The collection of geometry records.