Class: VORuby::STC::V1_30::IcrsType
- Inherits:
-
SpaceRefFrameType
- Object
- CoordRefFrameType
- SpaceRefFrameType
- VORuby::STC::V1_30::IcrsType
- Defined in:
- lib/voruby/stc/1.30/stc.rb
Overview
ICRS type: no equinox
Direct Known Subclasses
AZ_EL, BODY, GALACTIC_I, GALACTIC_II, GEO_C, GSE, GSM, GeodType, HEE, HEEQ, HGC, HGI, HGS, HPC, HPR, HRTN, ICRS, JUPITER_C_III, JUPITER_G_III, LUNA_C, LUNA_G, MAG, MARS_C, MARS_G, MERCURY_C, MERCURY_G, NEPTUNE_C_III, NEPTUNE_G_III, PLUTO_C, PLUTO_G, SATURN_C_III, SATURN_G_III, SM, SUPER_GALACTIC, UKNOWNFrame, URANUS_C_III, URANUS_G_III, VENUS_C, VENUS_G
Instance Attribute Summary
Attributes inherited from CoordRefFrameType
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from SpaceRefFrameType
Methods inherited from CoordRefFrameType
#==, coord_ref_frame_from_xml, #initialize
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::STC::V1_30::CoordRefFrameType
Class Method Details
.from_xml(xml) ⇒ Object
6481 6482 6483 6484 |
# File 'lib/voruby/stc/1.30/stc.rb', line 6481 def self.from_xml(xml) root = element_from(xml) self.new(*icrs_from_xml(root)) end |
.icrs_from_xml(root) ⇒ Object
6477 6478 6479 |
# File 'lib/voruby/stc/1.30/stc.rb', line 6477 def self.icrs_from_xml(root) SpaceRefFrameType.space_ref_frame_from_xml(root) end |
Instance Method Details
#to_xml(name = nil) ⇒ Object
6473 6474 6475 |
# File 'lib/voruby/stc/1.30/stc.rb', line 6473 def to_xml(name=nil) super(name) end |