Class: VORuby::STC::V1_10::STC::GalacticCenter

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

Overview

Center of the galaxy

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



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

def self.element_name; 'GALACTIC_CENTER' end

Instance Method Details

#to_xmlObject



825
826
827
# File 'lib/voruby/stc/1.10/stc.rb', line 825

def to_xml
  super('GALACTIC_CENTER')
end