Class: VORuby::STC::V1_10::STC::VenusG

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

Overview

The planetographic reference frame anchored on Venus

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



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

def self.element_name; 'VENUS_G' end

Instance Method Details

#to_xmlObject



549
550
551
# File 'lib/voruby/stc/1.10/stc.rb', line 549

def to_xml
  super('VENUS_G')
end