Class: VORuby::STC::V1_10::STC::GalacticII

Inherits:
IcrsType show all
Includes:
SpaceRefFrame
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

Galactic coordinates; second system

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IcrsType

from_xml

Methods included from SerializableToXml

#element

Methods inherited from SpaceRefFrameType

#==

Class Method Details

.element_nameObject



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

def self.element_name; 'GALACTIC_II' end

Instance Method Details

#to_xmlObject



274
275
276
# File 'lib/voruby/stc/1.10/stc.rb', line 274

def to_xml
  super('GALACTIC_II')
end