Description
The SensorViewpointOptions object allows the user to configure a sensor view type Viewpoint object. This object is not creatable in script, but is always created as a child object of the Viewpoint object as seen in the example below:
Viewpoint1.SensorView.FieldOfView = 45;
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: ObjectàSensorViewpointOptions
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Name
|
Description
|
Azimuth
|
The right ascension offset of the viewpoint with respect to the Source Object.
|
CoElevation
|
The declination offset of the viewpoint with respect to the Source Object.
|
DeclaredName
|
The name of the object as declared.
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
FieldOfView
|
The field of view angle of the viewpoint.
|
FilterAllSiblings
|
Hide the siblings of the source object.
|
FilterParent
|
Hide the parent of the source object.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
OverlayType
|
The type of overlay that is shown on the sensor view.
|
ShowOnlySensorFOV
|
Limits the sensor viewpoint to only display the portions of the view that are within the sensor field of view. Any object that lies outside this area will not be drawn.
|
ShowTickLabels
|
Shows the labes for each tick when the OverlayType is set to 'Crosshairs'
|
Source
|
The ObjectId of the Source Object for the viewpoint.
|
TickLabelSpacing
|
Determines the spacing in degrees for each tick when the OverlayType is set to 'Crosshairs'
|
|
Name
|
Description
|
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.
|
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.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
|
See also
Sensor Viewpoints Guide
|