Sha256: 5763ccea17e06ab40bdaac79f7248204193322151c82bcfffb895e17b9238def
Contents?: true
Size: 275 Bytes
Versions: 3
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" module Ogc module Gml class AbstractSurfacePatch < Lutaml::Model::Serializable xml do root "AbstractSurfacePatch" namespace "http://www.opengis.net/gml/3.2", "gml" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ogc-gml-1.0.3 | lib/ogc/gml/abstract_surface_patch.rb |
ogc-gml-1.0.2 | lib/ogc/gml/abstract_surface_patch.rb |
ogc-gml-1.0.1 | lib/ogc/gml/abstract_surface_patch.rb |