Show / Hide Table of Contents

Class DefaultFeatureInterpreter

The default feature interpreter.

Inheritance
System.Object
FeatureInterpreter
DefaultFeatureInterpreter
Inherited Members
FeatureInterpreter.DefaultInterpreter
FeatureInterpreter.Interpret(OsmGeo, ISnapshotDb)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DefaultFeatureInterpreter : FeatureInterpreter

Methods

Interpret(ICompleteOsmGeo)

Interprets an OSM-object and returns the corresponding geometry.

Declaration
public override FeatureCollection Interpret(ICompleteOsmGeo osmObject)
Parameters
ICompleteOsmGeo osmObject

Returns
FeatureCollection

Overrides
FeatureInterpreter.Interpret(ICompleteOsmGeo)

IsPotentiallyArea(TagsCollectionBase)

Returns true if the given tags collection contains tags that could represents an area.

Declaration
public override bool IsPotentiallyArea(TagsCollectionBase tags)
Parameters
TagsCollectionBase tags

Returns
System.Boolean

Overrides
FeatureInterpreter.IsPotentiallyArea(TagsCollectionBase)
Back to top Built by Itinero, MIT licensed.