Class: VORuby::STC::V1_10::STC::GalacticII
- Inherits:
-
IcrsType
- Object
- SpaceRefFrameType
- IcrsType
- VORuby::STC::V1_10::STC::GalacticII
- Includes:
- SpaceRefFrame
- Defined in:
- lib/voruby/stc/1.10/stc.rb
Overview
Galactic coordinates; second system
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
272 |
# File 'lib/voruby/stc/1.10/stc.rb', line 272 def self.element_name; 'GALACTIC_II' end |
Instance Method Details
#to_xml ⇒ Object
274 275 276 |
# File 'lib/voruby/stc/1.10/stc.rb', line 274 def to_xml super('GALACTIC_II') end |