Property | Type | Description | |
---|---|---|---|
CargoAirportsSizes | int>.Dictionary | ||
LargeAirports | double | ||
LargestAirports | double | ||
MediumAirports | double | ||
SmallestAirports | double | ||
VeryLargeAirports | double | ||
VerySmallAirports | double |
Method | Description | |
---|---|---|
AddAirport ( |
||
Clear ( ) : void | ||
Contains ( |
||
Count ( ) : int | ||
CountLarge ( ) : double | ||
CountLargest ( ) : double | ||
CountMedium ( ) : double | ||
CountSmall ( ) : double | ||
CountSmallest ( ) : double | ||
CountVeryLarge ( ) : double | ||
CountVerySmall ( ) : double | ||
GetAirport ( GeoCoordinate coordinates ) : |
||
GetAirport ( Predicate |
||
GetAirport ( string iata ) : |
||
GetAirportFromID ( string id ) : |
||
GetAirports ( |
||
GetAirports ( GeneralHelpers size ) : List |
||
GetAirports ( Predicate |
||
GetAirports ( |
||
GetAllActiveAirports ( ) : List |
||
GetAllAirports ( ) : List |
||
GetAllAirports ( Predicate |
||
RemoveAirports ( Predicate |
public static AddAirport ( |
||
airport | ||
return | void |
public static Contains ( |
||
airport | ||
return | System.Boolean |
public static GetAirport ( GeoCoordinate coordinates ) : |
||
coordinates | GeoCoordinate | |
return |
public static GetAirport ( Predicate |
||
match | Predicate |
|
return |
public static GetAirport ( string iata ) : |
||
iata | string | |
return |
public static GetAirportFromID ( string id ) : |
||
id | string | |
return |
public static GetAirports ( |
||
country | ||
return | List |
public static GetAirports ( GeneralHelpers size ) : List |
||
size | GeneralHelpers | |
return | List |
public static GetAirports ( Predicate |
||
match | Predicate |
|
return | List |
public static GetAirports ( |
||
region | ||
return | List |
public static GetAllActiveAirports ( ) : List |
||
return | List |
public static GetAllAirports ( Predicate |
||
match | Predicate |
|
return | List |
public static RemoveAirports ( Predicate |
||
match | Predicate |
|
return | void |
public static Dictionary |
||
return | int>.Dictionary |