|
Real World Terrain
v4.1
|
Class for OSM Relation. More...
Public Attributes | |
| readonly List< RealWorldTerrainOSMRelationMember > | members |
| List of relation members. More... | |
Public Attributes inherited from InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase | |
| string | id |
| ID. More... | |
| List< RealWorldTerrainOSMTag > | tags |
| 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... | |
Class for OSM Relation.
| readonly List<RealWorldTerrainOSMRelationMember> InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMRelation.members |
List of relation members.