Real World Terrain  v4.1
InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMWay Class Reference

Class for OSM Way. More...

Inheritance diagram for InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMWay:
InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase

Public Attributes

List< string > nodeRefs
 List of OSM Node ID. More...
 
- Public Attributes inherited from InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase
string id
 ID. More...
 
List< RealWorldTerrainOSMTagtags
 List of tags. More...
 

Additional Inherited Members

- Public Member Functions inherited from InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase
string GetTagValue (string key)
 Gets tag value by key. More...
 
bool HasTag (string key, string value)
 Checks tag with the specified pair (key, value). More...
 
bool HasTagKey (params string[] keys)
 Checks whether there is a tag with at least one of the keys. More...
 
bool HasTagValue (params string[] values)
 Checks whether there is a tag with at least one of the values. More...
 
bool HasTags (string key, params string[] values)
 Checks whether there is a tag with key and at least one of the values. More...
 

Detailed Description

Class for OSM Way.

Member Data Documentation

◆ nodeRefs

List<string> InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMWay.nodeRefs

List of OSM Node ID.