Class: VORuby::STC::V1_10::STC::VenusC

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

Overview

The planetocentric 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



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

def self.element_name; 'VENUS_C' end

Instance Method Details

#to_xmlObject



450
451
452
# File 'lib/voruby/stc/1.10/stc.rb', line 450

def to_xml
  super('VENUS_C')
end