Class: VORuby::STC::V1_10::STC::Embarycenter

Inherits:
StdRefPos show all
Includes:
ReferencePosition
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

Barycenter of the Earth-Moon system

Instance Attribute Summary

Attributes inherited from StdRefPos

#planetary_ephem

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StdRefPos

#==, from_xml, #initialize

Methods included from SerializableToXml

#element

Constructor Details

This class inherits a constructor from VORuby::STC::V1_10::STC::StdRefPos

Class Method Details

.element_nameObject



856
# File 'lib/voruby/stc/1.10/stc.rb', line 856

def self.element_name; 'EMBARYCENTER' end

Instance Method Details

#to_xmlObject



858
859
860
# File 'lib/voruby/stc/1.10/stc.rb', line 858

def to_xml
  super('EMBARYCENTER')
end