package stardroid_source

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AstronomicalSourceProto

source.proto:111

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: AstronomicalSourcesProto

message AstronomicalSourcesProto

source.proto:141

A collection of AstronomicalSources

message GeocentricCoordinatesProto

source.proto:42

Protocol buffer representation of the GeocentricCoordinates domain object.

Used in: AstronomicalSourceProto, LabelElementProto, LineElementProto, PointElementProto

message LabelElementProto

source.proto:68

Message for label (text string) displayed in SkyMap Nextid: 7

Used in: AstronomicalSourceProto

message LineElementProto

source.proto:93

Message for a line displayed in SkyMap

Used in: AstronomicalSourceProto

message PointElementProto

source.proto:51

Message for a point object displayed in SkyMap

Used in: AstronomicalSourceProto

enum Shape

source.proto:28

Enumeration over shapes which can be drawn in the renderer.

Used in: PointElementProto