C# 클래스 TripsService.Location

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

공개 메소드들

메소드 설명
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

메소드 상세

GetAMSL() 공개 메소드

public GetAMSL ( ) : float
리턴 float

GetCity() 공개 메소드

public GetCity ( ) : String
리턴 String

GetCountry() 공개 메소드

public GetCountry ( ) : String
리턴 String

GetLatitude() 공개 메소드

public GetLatitude ( ) : float
리턴 float

GetLongitude() 공개 메소드

public GetLongitude ( ) : float
리턴 float

GetName() 공개 메소드

public GetName ( ) : String
리턴 String

GetStreet() 공개 메소드

public GetStreet ( ) : String
리턴 String

Location() 공개 메소드

public Location ( ) : System
리턴 System

Location() 공개 메소드

public Location ( String name ) : System
name String
리턴 System

SetAMSL() 공개 메소드

public SetAMSL ( float aMSL ) : void
aMSL float
리턴 void

SetCity() 공개 메소드

public SetCity ( String city ) : void
city String
리턴 void

SetCountry() 공개 메소드

public SetCountry ( String country ) : void
country String
리턴 void

SetLatitude() 공개 메소드

public SetLatitude ( float latitude ) : void
latitude float
리턴 void

SetLongitude() 공개 메소드

public SetLongitude ( float longitude ) : void
longitude float
리턴 void

SetName() 공개 메소드

public SetName ( String name ) : void
name String
리턴 void

SetStreet() 공개 메소드

public SetStreet ( String street ) : void
street String
리턴 void