Sha256: b36336b1651e494e8ab826fedabf38412fefa3d13027718aa760522e31f8305b

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

module Geoblacklight
  module MetadataTransformer
    ##
    # Class for transforming ISO19139 XML Documents
    class Iso19139 < Base
      private

      ##
      # Retrieve the Class for the GeoCombine::Metadata instance
      # @return [GeoCombine::Iso19139]
      def metadata_class
        GeoCombine::Iso19139
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geoblacklight-1.8.0 lib/geoblacklight/metadata_transformer/iso19139.rb
geoblacklight-1.7.1 lib/geoblacklight/metadata_transformer/iso19139.rb
geoblacklight-1.7.0 lib/geoblacklight/metadata_transformer/iso19139.rb
geoblacklight-1.6.0 lib/geoblacklight/metadata_transformer/iso19139.rb