Class: VORuby::STC::V1_10::STC::Hee

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

Overview

The heliocentric earth ecliptic 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



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

def self.element_name; 'HEE' end

Instance Method Details

#to_xmlObject



395
396
397
# File 'lib/voruby/stc/1.10/stc.rb', line 395

def to_xml
  super('HEE')
end