C# Class Mapper.Containers.RoadContainer

Afficher le fichier Open project: PropaneDragon/Cimtographer Class Usage Examples

Méthodes publiques

Свойство Type Description
inGameNamePostfix string
inGameNamePrefix string
linkedOption string
roadType System.Type
searchLimit Limit
tags List

Méthodes publiques

Méthode Description
RoadNameMatches ( string comparisonName ) : bool

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

Method Details

RoadNameMatches() public méthode

Checks whether the name of the road matches the input name.
public RoadNameMatches ( string comparisonName ) : bool
comparisonName string The road name to compare against
Résultat bool

Property Details

inGameNamePostfix public_oe property

The human readable name of the road as it is in game after adding extensions.
public string inGameNamePostfix
Résultat string

inGameNamePrefix public_oe property

The human readable name of the road as it is in game before adding extensions.
public string inGameNamePrefix
Résultat string

linkedOption public_oe property

Option this road is linked to. If the option is false, the road is not exported.
public string linkedOption
Résultat string

roadType public_oe property

The type of road.
public Type,System roadType
Résultat System.Type

searchLimit public_oe property

Limit the search to only these types.
public Limit searchLimit
Résultat Limit

tags public_oe property

All OSM tags this road is associated with.
public List tags
Résultat List