C# Class Mapper.Containers.RoadContainer

Datei anzeigen Open project: PropaneDragon/Cimtographer Class Usage Examples

Public Properties

Property Type Description
inGameNamePostfix string
inGameNamePrefix string
linkedOption string
roadType System.Type
searchLimit Limit
tags List

Public Methods

Method Description
RoadNameMatches ( string comparisonName ) : bool

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

Method Details

RoadNameMatches() public method

Checks whether the name of the road matches the input name.
public RoadNameMatches ( string comparisonName ) : bool
comparisonName string The road name to compare against
return 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
return string

inGameNamePrefix public_oe property

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

linkedOption public_oe property

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

roadType public_oe property

The type of road.
public Type,System roadType
return System.Type

searchLimit public_oe property

Limit the search to only these types.
public Limit searchLimit
return Limit

tags public_oe property

All OSM tags this road is associated with.
public List tags
return List