Description
The GlobeLocationLayer object holds information about how location layers like cities are rendered on a CelestialObject's globe. This object is not creatable in script, but an array of GlobeLocationLayers is always created as a child object of the GlobeOptions object as seen in the example below:
Earth.Globe.LocationLayers[0].Color = ColorTools.Yellow;
See the Globe Layers page for more information.
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àGlobeLocationLayer
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Name
|
Description
|
Color
|
The color with which names and markers will be drawn.
|
DeclaredName
|
The name of the object as declared.
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Font
|
The font used to render the location names.
|
Label
|
The label used to identify the layer in the View Output Properties interface.
|
LocationLatitude
|
An array of planetodetic latitude coordinates for each location.
|
LocationLongitude
|
An array of longitude coordinates for each location.
|
LocationName
|
The names associated with each location.
|
MarkerSize
|
The size at which markers will be rendered.
|
MaximumRenderDistance
|
The maximum distance from the viewpoint camera location to the surface of the CelestialObject at which the layer will be rendered.
|
MinimumRenderDistance
|
The minimum distance from the viewpoint camera location to the surface of the CelestialObject at which the layer will be rendered.
|
NumberOfLocations
|
The number of locations.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
ShowLayer
|
Determines whether the layer will be rendered.
|
ShowMarkers
|
Determines whether location markers will be rendered.
|
ShowNames
|
Determines whether the location names will be rendered.
|
|
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
Globe Layers Guide
|