Class: ROGC::Formats::WMSCapabilities::V1_1_1

Inherits:
V1_1 show all
Defined in:
lib/rogc/formats/wms_capabilities/v1_1_1.rb

Instance Attribute Summary

Attributes inherited from XML::Base

#xml_readers

Instance Method Summary collapse

Methods inherited from V1

#get_bounding_box, #get_srs

Methods inherited from XML::VersionedOGC

#get_parser, #get_version, #read

Methods inherited from XML::Base

#child_value, #read_child_nodes, #read_node

Constructor Details

#initializeV1_1_1

Returns a new instance of V1_1_1.



7
8
9
10
# File 'lib/rogc/formats/wms_capabilities/v1_1_1.rb', line 7

def initialize
  super
  @xml_readers = xml_readers.merge({ 'wms' =>  @xml_readers['wms'].merge({}) })
end