C# 클래스 kOS.GeoCoordinates

상속: Structure
파일 보기 프로젝트 열기: Nivekk/KOS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Body CelestialBody
Lat double
Lng double
Vessel Vessel

공개 메소드들

메소드 설명
DistanceFrom ( Vessel Vessel ) : double
GeoCoordinates ( Vessel vessel ) : System
GeoCoordinates ( Vessel vessel, double lat, double lng ) : System
GeoCoordinates ( Vessel vessel, float lat, float lng ) : System
GetBearing ( Vessel vessel ) : float
GetHeadingFromVessel ( Vessel vessel ) : float
GetSuffix ( string suffixName ) : object
ToString ( ) : string

메소드 상세

DistanceFrom() 공개 메소드

public DistanceFrom ( Vessel Vessel ) : double
Vessel Vessel
리턴 double

GeoCoordinates() 공개 메소드

public GeoCoordinates ( Vessel vessel ) : System
vessel Vessel
리턴 System

GeoCoordinates() 공개 메소드

public GeoCoordinates ( Vessel vessel, double lat, double lng ) : System
vessel Vessel
lat double
lng double
리턴 System

GeoCoordinates() 공개 메소드

public GeoCoordinates ( Vessel vessel, float lat, float lng ) : System
vessel Vessel
lat float
lng float
리턴 System

GetBearing() 공개 메소드

public GetBearing ( Vessel vessel ) : float
vessel Vessel
리턴 float

GetHeadingFromVessel() 공개 메소드

public GetHeadingFromVessel ( Vessel vessel ) : float
vessel Vessel
리턴 float

GetSuffix() 공개 메소드

public GetSuffix ( string suffixName ) : object
suffixName string
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Body 공개적으로 프로퍼티

public CelestialBody Body
리턴 CelestialBody

Lat 공개적으로 프로퍼티

public double Lat
리턴 double

Lng 공개적으로 프로퍼티

public double Lng
리턴 double

Vessel 공개적으로 프로퍼티

public Vessel Vessel
리턴 Vessel