Class: VORuby::STC::V1_10::STC::MarsG

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

Overview

The planetographic reference frame anchored on Mars

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



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

def self.element_name; 'MARS_G' end

Instance Method Details

#to_xmlObject



571
572
573
# File 'lib/voruby/stc/1.10/stc.rb', line 571

def to_xml
  super('MARS_G')
end