Class: VORuby::Resources::SIA::V1_0::SIACapRestriction

Inherits:
Capability
  • Object
show all
Defined in:
lib/voruby/resources/sia/sia_v1_0.rb,
lib/voruby/resources/sia/sia_v1_0.rb

Overview

An abstract capability that fixes the standardID to the IVOA ID for the ConeSearch standard.

Direct Known Subclasses

SimpleImageAccess

Instance Method Summary collapse

Instance Method Details

#standard_idObject



32
33
34
35
36
37
# File 'lib/voruby/resources/sia/sia_v1_0.rb', line 32

def standard_id
  id = IdentifierURI.new
  id.value = 'ivo://ivoa.net/std/SIA'
  
  return id
end