Name
|
Description
|
AddColumn
|
Adds a new column to the EphemerisVector.
|
AddColumns
|
Adds multiple new columns to the EphemerisVector.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetColumnsWithDiscontinuities
|
Retrieves the indices of any columns containing a discontinuity.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
GetStringValue
|
Gets the specified column value as a string.
|
GetStringValues
|
Gets the specified columns as strings.
|
GetTimeSpanValue
|
Gets the specified column as a TimeSpan.
|
GetTimeSpanValues
|
Gets the specified columns as TimeSpans.
|
GetVariableValue
|
Gets the specified column value as a float.
|
GetVariableValues
|
Gets the specified columns as floats.
|
HasDiscontinuities
|
Returns whether or not the vector contains 1 or more discontinuities in the vector.
|
InitializeColumns
|
Initializes the EphemerisVector object with the columns available in the specified Ephemeris. This method should be called prior to setting data into an Ephemeris.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
RemoveAllColumns
|
Removes all columns from the EphemerisVector.
|
RemoveColumn
|
Removes a column from the EphemerisVector.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SetStringValue
|
Sets the specified column to the provided value as a string.
|
SetStringValues
|
Sets the specified columns to the provided values as strings.
|
SetTimeSpanValue
|
Sets the specified column to the provided value as a TimeSpan.
|
SetTimeSpanValues
|
Sets the specified columns to the provided values as TimeSpans.
|
SetVariableValue
|
Sets the specified column to the provided value as a float.
|
SetVariableValues
|
Sets the specified columns to the provided values as floats.
|