GeoJsonSeq

GisFileType.GeoJsonSeq field

GeoJSON Text Sequence is a stream of independent GeoJSON records rather than one enclosing document, each record delimited by a newline or by the RS control character. It is used for feeds that are appended to over time, where the end of the collection is not known when writing starts.

public static readonly GisFileType GeoJsonSeq;

See Also