Get desktop application:
View/edit binary Protocol Buffers messages
This message corresponds to a single astronomical object. For instance, this message could represent a constellation. This constellation is composed of its stars (points), the lines which draw its shape, as well as its label. TODO(brent): add support for images. nextid: 9
Used in:
Ids of the strings in the strings.xml file which correspond to names for this object.
The string ids into the strings.xml file - usually snake cased versions of the common names.
The location to which SkyMap should direct the user.
The level to which SkyMap should zoom to automatically when searching for the object in manual mode.
The level at which this object becomes visible.
Points which comprise this objects (e.g. the stars).
Labels which comprise this objects (e.g. the name).
Lines which comprise this objects (e.g. lines of the constellation).
A collection of AstronomicalSources
Protocol buffer representation of the GeocentricCoordinates domain object.
Used in:
, , ,the right ascension of the object in degrees
the declination of the object in degrees
Message for label (text string) displayed in SkyMap Nextid: 7
Used in:
Location on which this label should be drawn.
Color that the text should be displayed in.
Index in the strings.xml file of the string that should be displayed for this label and its string counterpart (usuall snake cased).
Size of the font (in pixels) that should be used to draw this label.
Angle in degrees by which the text should be shifted from the location Offsets are typically non-zero to ensure that the text of an object does not obscure the object itself.
Message for a line displayed in SkyMap
Used in:
Color that should be used to draw the line.
the width of the line in pixels.
Vertices of the line. This array should never have less than two objects.
Message for a point object displayed in SkyMap
Used in:
Location of the point source.
Color that the point should be in SkyMap.
Width (in pixels) that the point should be in SkyMap.
Shape to use to draw this object in SkyMap.
Enumeration over shapes which can be drawn in the renderer.
Used in: