Name
|
Description
|
AddOverlayText
|
Adds a text overlay that can be displayed to the blockage diagram.
|
ClearOverlayText
|
Discards any overlay text associated with the blockage diagram.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
GetLookAngleFrameConfiguration
|
Populates the passed LookAngleFrame with the look angle frame information embedded within the Blockage Diagram.
|
GetOffsetPosition
|
Returns the offset position at which the blockage diagram was rendered if that information is available. Otherwise returns {0,0,0}.
|
GetOverlayText
|
Fills the array arguments with the contents, location, and color of any overlay text associated with the blockage diagram.
|
LineOfSight
|
Determines if the source can see the target using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation.
|
LineOfSightTimes
|
Determines the start or end of sight between source and target since the last call. Returns the number of events detected.
|
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.
|
QueryBlockage
|
Returns 1 if the specified look angle coordinate is blocked, 0 otherwise.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
ResetLookAngleFrameConfiguration
|
Resets the calling BlockageDiagram's look angle frame information to the specification in its file if available.
|
ResetMethodStates
|
Resets any method states associated with the calling object.
|
ResetOffsetPosition
|
When a custom offset position is specified, this method resets that custom information to the default.
|
ResetOverlayText
|
Discards any changes made to the overlay text and reloads any overlay information from the blockage diagram file.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SetLookAngleFrameConfiguration
|
Provides or overrides the look angle frame information with that of the passed LookAngleFrame object.
|
SetOffsetPosition
|
Provides or overrides the offset position of the blockage diagram in the spacecraft body coordinate system.
|
SetOverlayText
|
Sets the blockage diagram's overlay text from contents, location, and color of the passed arrays. Any positions that are outside of the blockage diagram's range will not be displayed.
|