Class OsmStreamFilterApplyChangeset
Applies a filter that applies a set of changesets.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class OsmStreamFilterApplyChangeset : OsmStreamFilter, IEnumerator<OsmGeo>, IOsmStreamTarget
Constructors
OsmStreamFilterApplyChangeset(OsmChange[])
Creates a new apply changeset filter.
Declaration
public OsmStreamFilterApplyChangeset(params OsmChange[] changes)
Parameters
OsmChange[]
changes
|
Properties
CanReset
Returns true if this filter can be reset.
Declaration
public override bool CanReset { get; }
Property Value
System.Boolean
|
Overrides
IsSorted
Returns true if this filter returns objects sorted.
Declaration
public override bool IsSorted { get; }
Property Value
System.Boolean
|
Overrides
Methods
Current()
MoveNext(Boolean, Boolean, Boolean)
Move 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
|