Class: VORuby::STC::V1_10::STC::Hgc

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

Overview

The heliographic reference frame

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



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

def self.element_name; 'HGC' end

Instance Method Details

#to_xmlObject



384
385
386
# File 'lib/voruby/stc/1.10/stc.rb', line 384

def to_xml
  super('HGC')
end