Class: VORuby::STC::V1_30::AllSkyType
- Inherits:
-
ShapeType
- Object
- STCBaseType
- CoordIntervalType
- SpatialIntervalType
- RegionType
- ShapeType
- VORuby::STC::V1_30::AllSkyType
- Defined in:
- lib/voruby/stc/1.30/stc.rb
Overview
AllSky type: just a shape without any child elements.
Instance Attribute Summary
Attributes inherited from RegionType
#area, #coord_system_id, #note
Attributes inherited from SpatialIntervalType
Attributes inherited from CoordIntervalType
#fill_factor, #frame_id, #hi_include, #lo_include
Attributes included from STCReference
#id, #idref, #ucd, #xlink_href, #xlink_type
Instance Method Summary collapse
-
#initialize(area = nil, lo_include = true, hi_include = true, options = {}) ⇒ AllSkyType
constructor
A new instance of AllSkyType.
- #to_s ⇒ Object
Methods inherited from ShapeType
Methods inherited from RegionType
#==, from_xml, region_from_xml, #to_xml
Methods inherited from SpatialIntervalType
#==, from_xml, spatial_interval_from_xml, #to_xml
Methods inherited from CoordIntervalType
#==, coord_interval_from_xml, from_xml, #hi_include?, #lo_include?, #to_xml
Methods inherited from STCBaseType
#==, stc_base_from_xml, #to_xml
Methods included from STCReference
#stc_reference_eq, stc_reference_from_xml, #stc_reference_to_xml
Methods included from SerializableToXml
Constructor Details
#initialize(area = nil, lo_include = true, hi_include = true, options = {}) ⇒ AllSkyType
Returns a new instance of AllSkyType.
5287 5288 5289 |
# File 'lib/voruby/stc/1.30/stc.rb', line 5287 def initialize(area=nil, lo_include=true, hi_include=true, ={}) super(area, lo_include, hi_include, ) end |
Instance Method Details
#to_s ⇒ Object
5291 |
# File 'lib/voruby/stc/1.30/stc.rb', line 5291 def to_s; 'ALLSKY' end |