Class: VORuby::STC::V1_10::STC::Geographic
- Inherits:
-
CoordFlavorType
- Object
- CoordFlavorType
- VORuby::STC::V1_10::STC::Geographic
- Includes:
- CoordFlavor
- Defined in:
- lib/voruby/stc/1.10/stc.rb
Overview
3-D geographic-like spherical coordinates (longitude, latitude, altitude)
Instance Attribute Summary
Attributes inherited from CoordFlavorType
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from CoordFlavorType
#==, #coord_naxes, #coord_naxes=, from_xml, #initialize
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::STC::V1_10::STC::CoordFlavorType
Class Method Details
.element_name ⇒ Object
1077 |
# File 'lib/voruby/stc/1.10/stc.rb', line 1077 def self.element_name; 'GEOGRAPHIC' end |
Instance Method Details
#to_xml ⇒ Object
1079 1080 1081 |
# File 'lib/voruby/stc/1.10/stc.rb', line 1079 def to_xml super('GEOGRAPHIC') end |