C# 클래스 Mapper.Containers.RoadContainer

파일 보기 프로젝트 열기: PropaneDragon/Cimtographer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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