Sha256: ef4d55bea9afd705e39eac49be6aabfafe25aa11006013a23f62ddd72678209a
Contents?: true
Size: 542 Bytes
Versions: 3
Compression:
Stored size: 542 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" require_relative "cylinder" module Ogc module Gml class Cone < Cylinder xml do root "Cone" namespace "http://www.opengis.net/gml/3.2", "gml" map_attribute "aggregationType", to: :aggregation_type map_attribute "rows", to: :rows map_attribute "columns", to: :columns map_attribute "horizontalCurveType", to: :horizontal_curve_type map_attribute "verticalCurveType", to: :vertical_curve_type end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ogc-gml-1.0.3 | lib/ogc/gml/cone.rb |
ogc-gml-1.0.2 | lib/ogc/gml/cone.rb |
ogc-gml-1.0.1 | lib/ogc/gml/cone.rb |