AbstractPath.FromStream

AbstractPath.FromStream method

Creates an AbstractPath from a Stream.

public static AbstractPath FromStream(Stream stream)
ParameterTypeDescription
streamStreamA stream to create an AbstractPath from. Aspose.GIS does not dispose the stream.

Return Value

An instance of AbstractPath with the specified Stream as its content.

Remarks

This method is useful for passing a stream of data in a single-file format (such as GeoJSON or KML) to methods that expect an AbstractPath .

See Also