Class: VORuby::STC::V1_10::STC::Fk4

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

Overview

FK4; needs a Besselian 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



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

def self.element_name; 'FK4' end

Instance Method Details

#to_xmlObject



230
231
232
# File 'lib/voruby/stc/1.10/stc.rb', line 230

def to_xml
  super('FK4')
end