Add details to the globe in the VO window
VO <ScenarioPath> GlobeDetails {DetailOption} <DetailParams> [WindowID <WinNumber>]
The VO GlobeDetails command allows you to add details to the globe in the 3D Graphics window.
WindowID <WinNumber> allows you to specify which 3d Graphics windows to set details in. If no WindowID is specified, Connect applies the command to the first 3D Graphics windows.
Valid values for {DetailOption} are described in the following table. At least one <DetailParams> must be entered for any {DetailOption}.
{DetailOption} | <DetailParams> | Description |
---|---|---|
MapDetail |
|
Set parameters for MapDetails and
display selected geographic features on the globe in the 3D window.
When using the Map {GeographicFeature} parameter, you must also enter ShowDetail and/or DetailColor to modify the feature. ShowDetail and DetailColor cannot be entered unless Map {GeographicFeature} is also entered. Possible values for {GeographicFeature} are: RWDB2_Coastlines, RWDB2_International_Borders, RWDB2_Islands, RWDB2_Lakes, RWDB2_Provincial_Borders, RWDB2_Rivers |
LatLon |
|
Use the LatLon {DetailOption} to define
parameters for displaying latitude and longitude lines.
Use the LatSpacing and LonSpacing options to set the spacing between latitude and longitude lines on the globe. The <Value> is entered in degrees. For LatSpacing a valid value is between 0.001 and 90.0, and for LonSpacing a valid value is between 0.001 and 360.0. If LatSpacing is entered, then this value will be used for both Latitude and Longitude spacing, unless LonSpacing is also entered. |
Equator |
|
Set parameters for, and display, the
Equator.
The LineColor and LineWidth values, if entered, will set the color and width for both Equator and Prime Meridian. |
Meridian |
|
Set parameters for, and display, the
Prime Meridian.
The LineColor and LineWidth values, if entered, will set the color and width for both Equator and Prime Meridian. |
Background |
|
Define the background color for the 3D window. |
Zoom2DMaps |
|
If turned on then areas that are zoomed in on the 2D Graphics window will be outlined on the globe in the VO window. Outlines are shown only for zoomed 2D Graphics windows using equidistant cylindrical, mercator, and miller projections. |
For LineWidth <Width>, indicate a pixel width value between 1.0 and 10.0.
For valid {Color} options see Common Options.
To turn on Latitude/Longitude lines, with a spacing of 30 degrees, colored red and line width of 3, on 3D Graphics window 1:
VO * GlobeDetails LatLon Show On LatSpacing 30 LineColor red LineWidth 3 WindowID 1
To turn on the equator line:
VO * GlobeDetails equator Show On
To turn on the equator line with the color yellow and a width of 2, for VO window 1:
VO * GlobeDetails equator Show On LineColor yellow LineWidth 2 WindowID 1
To turn off the equator line for VO window 1:
VO * GlobeDetails equator Show Off WindowID 1
To set the background color to cyan:
vo * GlobeDetails background color cyan
To outline areas that are currently zoomed on the globe in the VO window:
VO * GlobeDetails Zoom2DMaps Show On
To display coastlines in yellow in the second 3D Graphics window:
VO * GlobeDetails MapDetail Show On Map RWDB2_Coastlines ShowDetail ON DetailColor yellow WindowID 2
If activated, Connect returns an acknowledgement message.
This command belongs to the following group(s):
6.2
STK Programming Interface 11.0.1