C# Класс Mapper.Containers.RoadContainer

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
inGameNamePostfix string
inGameNamePrefix string
linkedOption string
roadType System.Type
searchLimit Limit
tags List

Открытые методы

Метод Описание
RoadNameMatches ( string comparisonName ) : bool

Checks whether the name of the road matches the input name.

Описание методов

RoadNameMatches() публичный Метод

Checks whether the name of the road matches the input name.
public RoadNameMatches ( string comparisonName ) : bool
comparisonName string The road name to compare against
Результат bool

Описание свойств

inGameNamePostfix публичное свойство

The human readable name of the road as it is in game after adding extensions.
public string inGameNamePostfix
Результат string

inGameNamePrefix публичное свойство

The human readable name of the road as it is in game before adding extensions.
public string inGameNamePrefix
Результат string

linkedOption публичное свойство

Option this road is linked to. If the option is false, the road is not exported.
public string linkedOption
Результат string

roadType публичное свойство

The type of road.
public Type,System roadType
Результат System.Type

searchLimit публичное свойство

Limit the search to only these types.
public Limit searchLimit
Результат Limit

tags публичное свойство

All OSM tags this road is associated with.
public List tags
Результат List