Module: ADIWG::Mdtranslator::Writers::MdJson::LocalProjection

Defined in:
lib/adiwg/mdtranslator/writers/mdJson/sections/mdJson_localProjection.rb

Class Method Summary collapse

Class Method Details

.build(hLocal) ⇒ Object



17
18
19
20
21
22
23
24
25
# File 'lib/adiwg/mdtranslator/writers/mdJson/sections/mdJson_localProjection.rb', line 17

def self.build(hLocal)

   Jbuilder.new do |json|
      json.fixedToEarth hLocal[:fixedToEarth]
      json.description hLocal[:description]
      json.georeference hLocal[:georeference]
   end

end