Class DefaultFeatureInterpreter
The default feature interpreter.
Inherited Members
      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 : FeatureInterpreterMethods
Interpret(ICompleteOsmGeo)
Interprets an OSM-object and returns the corresponding geometry.
Declaration
public override FeatureCollection Interpret(ICompleteOsmGeo osmObject)Parameters
| ICompleteOsmGeo
        osmObject 
 | 
Returns
| FeatureCollection 
 | 
Overrides
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 
 |