Class: VORuby::STC::V1_10::STC::UnknownFrame

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

Overview

Unknown space reference frame; the client is responsible for assigning a default

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



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

def self.element_name; 'UNKNOWNFRame' end

Instance Method Details

#to_xmlObject



637
638
639
# File 'lib/voruby/stc/1.10/stc.rb', line 637

def to_xml
  super('UNKNOWNFrame')
end