Метод | Описание | |
---|---|---|
Get ( ) : IEnumerable |
||
GetAllByCRSCode ( string crsCode ) : IEnumerable |
||
GetAllByStanox ( string stanox ) : IEnumerable |
There can be more than one location per stanox
|
|
GetByLocation ( double lat, double lon, int limit ) : IEnumerable |
||
GetByStationName ( string stationName ) : StationTiploc | ||
GetTiplocByStanox ( string stanox ) : TiplocCode | ||
GetTiplocs ( ) : IEnumerable |
||
GetTiplocsByStanox ( string stanox ) : IEnumerable |
||
InsertTiploc ( string tiploc ) : short | ||
InsertTiploc ( TiplocCode tiploc ) : void | ||
PreloadCache ( ) : void |
Метод | Описание | |
---|---|---|
AddToCache ( string stanox, IEnumerable |
||
GetByCRSCode ( string crsCode ) : StationTiploc | ||
GetByStanox ( string stanox ) : StationTiploc |
public GetAllByCRSCode ( string crsCode ) : IEnumerable |
||
crsCode | string | |
Результат | IEnumerable |
public GetAllByStanox ( string stanox ) : IEnumerable |
||
stanox | string | |
Результат | IEnumerable |
public GetByLocation ( double lat, double lon, int limit ) : IEnumerable |
||
lat | double | |
lon | double | |
limit | int | |
Результат | IEnumerable |
public GetByStationName ( string stationName ) : StationTiploc | ||
stationName | string | |
Результат | StationTiploc |
public GetTiplocByStanox ( string stanox ) : TiplocCode | ||
stanox | string | |
Результат | TiplocCode |
public GetTiplocsByStanox ( string stanox ) : IEnumerable |
||
stanox | string | |
Результат | IEnumerable |
public InsertTiploc ( string tiploc ) : short | ||
tiploc | string | |
Результат | short |
public InsertTiploc ( TiplocCode tiploc ) : void | ||
tiploc | TiplocCode | |
Результат | void |