Class: VORuby::STC::V1_10::STC::Ecliptic

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

Overview

Ecliptic coorindates; needs an epoch

Instance Attribute Summary

Attributes inherited from FkType

#equinox

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from FkType

#==, from_xml, #initialize

Methods included from SerializableToXml

#element

Methods inherited from SpaceRefFrameType

#==

Constructor Details

This class inherits a constructor from VORuby::STC::V1_10::STC::FkType

Class Method Details

.element_nameObject



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

def self.element_name; 'ECLIPTIC' end

Instance Method Details

#to_xmlObject



252
253
254
# File 'lib/voruby/stc/1.10/stc.rb', line 252

def to_xml
  super('ECLIPTIC')
end