module ADIWG::Mdtranslator::Writers::MdJson::LocalProjection
Public Class Methods
build(hLocal)
click to toggle source
# 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