Sha256: cad261958f994d2d956b58b4ace468b234aec48d1c1cf593c8adc5b146b29aa5
Contents?: true
Size: 403 Bytes
Versions: 3
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" module Ogc module Gml class AbstractParametricCurveSurface < Lutaml::Model::Serializable attribute :aggregation_type, :string xml do root "AbstractParametricCurveSurface" namespace "http://www.opengis.net/gml/3.2", "gml" map_attribute "aggregationType", to: :aggregation_type end end end end
Version data entries
3 entries across 3 versions & 1 rubygems