|
Online Maps v3
|
Open Street Map way element class. More...
Public Member Functions | |
| OnlineMapsOSMWay (OnlineMapsXML node) | |
| Constructor. | |
| List< OnlineMapsOSMNode > | GetNodes (List< OnlineMapsOSMNode > nodes) |
| Returns a list of nodes related to that way. | |
| List< OnlineMapsOSMNode > | GetNodes (Dictionary< string, OnlineMapsOSMNode > nodes) |
| Returns a list of nodes related to that way. | |
| void | GetNodes (Dictionary< string, OnlineMapsOSMNode > nodes, List< OnlineMapsOSMNode > usedNodes) |
| Gets a list of nodes related to that way. | |
Public Member Functions inherited from OnlineMapsOSMBase | |
| string | GetTagValue (string key) |
| Get tag value for the key. | |
| bool | HasTag (string key, string value) |
| Checks for the tag with the specified key and value. | |
| bool | HasTagKey (params string[] keys) |
| Checks for the tag with the specified keys. | |
| bool | HasTagValue (params string[] values) |
| Checks for the tag with the specified values. | |
| bool | HasTags (string key, params string[] values) |
| Checks for the tag with the specified key and values. | |
Properties | |
| List< string > | nodeRefs [get, set] |
| List of node id;. | |
Additional Inherited Members | |
Public Attributes inherited from OnlineMapsOSMBase | |
| string | id |
| Element ID. | |
| List< OnlineMapsOSMTag > | tags |
| Element tags. | |
Open Street Map way element class.
| OnlineMapsOSMWay.OnlineMapsOSMWay | ( | OnlineMapsXML | node | ) |
Constructor.
| node | Node |
| List< OnlineMapsOSMNode > OnlineMapsOSMWay.GetNodes | ( | Dictionary< string, OnlineMapsOSMNode > | nodes | ) |
Returns a list of nodes related to that way.
| nodes | General dictionary of nodes |
| void OnlineMapsOSMWay.GetNodes | ( | Dictionary< string, OnlineMapsOSMNode > | nodes, |
| List< OnlineMapsOSMNode > | usedNodes ) |
Gets a list of nodes related to that way.
| nodes | General dictionary of nodes |
| usedNodes | List of nodes related to that way |
| List< OnlineMapsOSMNode > OnlineMapsOSMWay.GetNodes | ( | List< OnlineMapsOSMNode > | nodes | ) |
Returns a list of nodes related to that way.
| nodes | General list of nodes |