Class: VORuby::STC::V1_10::STC::Barycenter
- Inherits:
-
StdRefPos
- Object
- ReferencePositionType
- StdRefPos
- VORuby::STC::V1_10::STC::Barycenter
- Includes:
- ReferencePosition
- Defined in:
- lib/voruby/stc/1.10/stc.rb
Overview
Barycenter of the solar system
Instance Attribute Summary
Attributes inherited from StdRefPos
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from StdRefPos
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::STC::V1_10::STC::StdRefPos
Class Method Details
.element_name ⇒ Object
779 |
# File 'lib/voruby/stc/1.10/stc.rb', line 779 def self.element_name; 'BARYCENTER' end |
Instance Method Details
#to_xml ⇒ Object
781 782 783 |
# File 'lib/voruby/stc/1.10/stc.rb', line 781 def to_xml super('BARYCENTER') end |