Class: VORuby::STC::V1_10::STC::UnknownRefPos

Inherits:
StdRefPos show all
Includes:
ReferencePosition
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

Unknown origin; the client is responsible for assigning a default

Instance Attribute Summary

Attributes inherited from StdRefPos

#planetary_ephem

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StdRefPos

#==, from_xml, #initialize

Methods included from SerializableToXml

#element

Constructor Details

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

Class Method Details

.element_nameObject



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

def self.element_name; 'UNKNOWNRefPos' end

Instance Method Details

#to_xmlObject



968
969
970
# File 'lib/voruby/stc/1.10/stc.rb', line 968

def to_xml
  super('UNKNOWNRefPos')
end