Name
|
Description
|
Attributes
|
Color
|
The color used to render the lines in the layer.
|
Type: Variable
Access: Read/Write
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
Label
|
The label used to identify the layer in the View Output Properties interface.
|
Type: String
Access: Read/Write
|
Latitude
|
An array of planetodetic latitude coordinates for each data point.
|
Type: Array
Access: Read/Write
Units: deg
|
LineDataFilename
|
A binary file containing line data in latitude-longitude coordinates. The line layer binary file format is documented in the Appendix of the Help File. Specifying a line data file will override the values in the Latitude and Longitude array properties. This property will be cleared if the NumberOfDataPoints property is set.
|
Type: String
Access: Read/Write
|
LineWidth
|
The width of the line used to render the layer.
|
Type: Variable
Access: Read/Write
Units: pixel
|
Longitude
|
An array of longitude coordinates for each data point.
|
Type: Array
Access: Read/Write
Units: deg
|
MaximumRenderDistance
|
The maximum distance from the viewpoint camera location to the surface of the CelestialObject at which the layer will be rendered.
|
Type: Variable
Access: Read/Write
Units: km
|
MinimumRenderDistance
|
The minimum distance from the viewpoint camera location to the surface of the CelestialObject at which the layer will be rendered.
|
Type: Variable
Access: Read/Write
Units: km
|
NumberOfDataPoints
|
The number of data points to use when specifying the coordinates using the Latitude and Longitude array properties. This property will be set to zero if LineDataFilename is set.
|
Type: Variable
Access: Read/Write
|
NumberOfLineSegments
|
The number of line segments represented by the latitude-longitude data.
|
Type: Variable
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
SegmentLengths
|
The length of each segment within the data. The sum of all segment lengths must equal the total number of data points.
|
Type: Array
Access: Read/Write
|
ShowLayer
|
Determines whether the layer will be rendered.
|
Type: Variable
Access: Read/Write
|