Sha256: 23ad7c0bff29d5b2e32664e7bd53a47c20aa1c44e09e0c6a1ec87a1716873a4a
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" require_relative "abstract_feature" module Ogc module Gml class FeatureArrayProperty < Lutaml::Model::Serializable attribute :abstract_feature, AbstractFeature, collection: true xml do root "featureMembers" namespace "http://www.opengis.net/gml/3.2", "gml" map_element "AbstractFeature", to: :abstract_feature end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ogc-gml-1.0.3 | lib/ogc/gml/feature_array_property.rb |
ogc-gml-1.0.2 | lib/ogc/gml/feature_array_property.rb |
ogc-gml-1.0.1 | lib/ogc/gml/feature_array_property.rb |