Method | Description | |
---|---|---|
BuildGeoCoordinates ( ) : |
||
BuildSeaLevelAltitude ( ) : |
||
CookedName ( ) : kOS.Safe.Encapsulation.StringValue | ||
GetBody ( ) : CelestialBody | ||
GetPosition ( ) : kOS.Suffixed.Vector | ||
GreekToInteger ( string greekLetterName, int &index, string &baseName ) : bool |
Return an integer to go with the alphabet position of the string given in greek lettering. For example, input "alpha" and get out 0. input "beta" and get out 1. If no match is found, -1 is returned.
|
|
ToString ( ) : string | ||
ToVerboseString ( ) : kOS.Safe.Encapsulation.StringValue | ||
WaypointValue ( FinePrint.Waypoint wayPoint, SharedObjects shared ) : System |
Method | Description | |
---|---|---|
InitializeGreekMap ( ) : void | ||
InitializeSuffixes ( ) : void |
public BuildGeoCoordinates ( ) : |
||
return |
public BuildSeaLevelAltitude ( ) : |
||
return |
public CookedName ( ) : kOS.Safe.Encapsulation.StringValue | ||
return | kOS.Safe.Encapsulation.StringValue |
public static GreekToInteger ( string greekLetterName, int &index, string &baseName ) : bool | ||
greekLetterName | string | string name to check. Case insensitively. |
index | int | integer position in alphabet. -1 if no match. |
baseName | string | the name after the last term has been stripped off, if there are /// space separated terms. Note that if the return value of this method is false, this /// shouldn't be used and you should stick with the original full name. |
return | bool |
public ToVerboseString ( ) : kOS.Safe.Encapsulation.StringValue | ||
return | kOS.Safe.Encapsulation.StringValue |
public WaypointValue ( FinePrint.Waypoint wayPoint, SharedObjects shared ) : System | ||
wayPoint | FinePrint.Waypoint | |
shared | SharedObjects | |
return | System |