Class: VORuby::STC::V1_10::STC::AzEl

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

Overview

Local Azimuth and Elevation coordinates

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



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

def self.element_name; 'AZ_EL' end

Instance Method Details

#to_xmlObject



296
297
298
# File 'lib/voruby/stc/1.10/stc.rb', line 296

def to_xml
  super('AZ_EL')
end