Show / Hide Table of Contents

Class OverpassSourceStream

An OSM source stream based on an overpass query.

Inheritance
System.Object
OverpassSourceStream
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class OverpassSourceStream : OsmStreamSource

Constructors

OverpassSourceStream(String)

Creates a new overpass stream.

Declaration
public OverpassSourceStream(string query)
Parameters
System.String query

Properties

CanReset

Returns true if this stream can be reset.

Declaration
public override bool CanReset { get; }
Property Value
System.Boolean

Methods

Current()

Gets the current object.

Declaration
public override OsmGeo Current()
Returns
OsmGeo

MoveNext(Boolean, Boolean, Boolean)

Moves to the next object.

Declaration
public override bool MoveNext(bool ignoreNodes, bool ignoreWays, bool ignoreRelations)
Parameters
System.Boolean ignoreNodes

System.Boolean ignoreWays

System.Boolean ignoreRelations

Returns
System.Boolean

Reset()

Resets this stream.

Declaration
public override void Reset()
Back to top Built by Itinero, MIT licensed.