C# Class TripsService.Location

Afficher le fichier Open project: mnarowski/inzynieria Class Usage Examples

Méthodes publiques

Méthode Description
GetAMSL ( ) : float
GetCity ( ) : String
GetCountry ( ) : String
GetLatitude ( ) : float
GetLongitude ( ) : float
GetName ( ) : String
GetStreet ( ) : String
Location ( ) : System
Location ( String name ) : System
SetAMSL ( float aMSL ) : void
SetCity ( String city ) : void
SetCountry ( String country ) : void
SetLatitude ( float latitude ) : void
SetLongitude ( float longitude ) : void
SetName ( String name ) : void
SetStreet ( String street ) : void

Method Details

GetAMSL() public méthode

public GetAMSL ( ) : float
Résultat float

GetCity() public méthode

public GetCity ( ) : String
Résultat String

GetCountry() public méthode

public GetCountry ( ) : String
Résultat String

GetLatitude() public méthode

public GetLatitude ( ) : float
Résultat float

GetLongitude() public méthode

public GetLongitude ( ) : float
Résultat float

GetName() public méthode

public GetName ( ) : String
Résultat String

GetStreet() public méthode

public GetStreet ( ) : String
Résultat String

Location() public méthode

public Location ( ) : System
Résultat System

Location() public méthode

public Location ( String name ) : System
name String
Résultat System

SetAMSL() public méthode

public SetAMSL ( float aMSL ) : void
aMSL float
Résultat void

SetCity() public méthode

public SetCity ( String city ) : void
city String
Résultat void

SetCountry() public méthode

public SetCountry ( String country ) : void
country String
Résultat void

SetLatitude() public méthode

public SetLatitude ( float latitude ) : void
latitude float
Résultat void

SetLongitude() public méthode

public SetLongitude ( float longitude ) : void
longitude float
Résultat void

SetName() public méthode

public SetName ( String name ) : void
name String
Résultat void

SetStreet() public méthode

public SetStreet ( String street ) : void
street String
Résultat void