Class: VORuby::STC::V1_10::STC::Gse

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

Overview

the geocentric solar 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



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

def self.element_name; 'GSE' end

Instance Method Details

#to_xmlObject



351
352
353
# File 'lib/voruby/stc/1.10/stc.rb', line 351

def to_xml
  super('GSE')
end