Class: VORuby::STC::V1_10::STC::Geo
- Inherits:
-
IcrsType
- Object
- SpaceRefFrameType
- IcrsType
- VORuby::STC::V1_10::STC::Geo
- Includes:
- SpaceRefFrame
- Defined in:
- lib/voruby/stc/1.10/stc.rb
Overview
The geographic reference frame
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from IcrsType
Methods included from SerializableToXml
Methods inherited from SpaceRefFrameType
Class Method Details
.element_name ⇒ Object
316 |
# File 'lib/voruby/stc/1.10/stc.rb', line 316 def self.element_name; 'GEO' end |
Instance Method Details
#to_xml ⇒ Object
318 319 320 |
# File 'lib/voruby/stc/1.10/stc.rb', line 318 def to_xml super('GEO') end |