Class
StreamMapSource

Represents a concrete MapSource implementation working with stream that is used by the MapShapeReader to read the shapes.

Definition

Constructors

StreamMapSource()

Initializes a new instance of the StreamMapSource class.

Declaration

cs-api-definition
public StreamMapSource()

StreamMapSource(Stream)

Initializes a new instance of the StreamMapSource class.

Declaration

cs-api-definition
public StreamMapSource(Stream stream)

Parameters

stream

Stream

Operators

implicit operator StreamMapSource(Stream)

Converts stream into a StreamMapSource.

Declaration

cs-api-definition
public static implicit operator StreamMapSource(Stream stream)

Parameters

stream

Stream

Returns

StreamMapSource