|
Real World Terrain
v4.1
|
The base class for the Open Street Map objects. More...
Public Member Functions | |
| 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... | |
Public Attributes | |
| string | id |
| ID. More... | |
| List< RealWorldTerrainOSMTag > | tags |
| List of tags. More... | |
The base class for the Open Street Map objects.
| string InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase.GetTagValue | ( | string | key | ) |
Gets tag value by key.
| key | Tag key. |
| bool InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase.HasTag | ( | string | key, |
| string | value | ||
| ) |
Checks tag with the specified pair (key, value).
| key | Tag key. |
| value | Tag value. |
| bool InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase.HasTagKey | ( | params string [] | keys | ) |
Checks whether there is a tag with at least one of the keys.
| keys | Keys |
| bool InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase.HasTags | ( | string | key, |
| params string [] | values | ||
| ) |
Checks whether there is a tag with key and at least one of the values.
| key | Key |
| values | Values |
| bool InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase.HasTagValue | ( | params string [] | values | ) |
Checks whether there is a tag with at least one of the values.
| values | Values |
| string InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase.id |
ID.
| List<RealWorldTerrainOSMTag> InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMBase.tags |
List of tags.