lib/ogc/gml/geodesic_string.rb in ogc-gml-1.0.0 vs lib/ogc/gml/geodesic_string.rb in ogc-gml-1.0.1
- old
+ new
@@ -1,18 +1,17 @@
# frozen_string_literal: true
-# --- geodesic_string_type.rb ---
-require "shale"
+require "lutaml/model"
require_relative "direct_position_list"
require_relative "direct_position"
require_relative "point_property"
require_relative "abstract_curve_segment"
module Ogc
module Gml
class GeodesicString < AbstractCurveSegment
- attribute :interpolation, Shale::Type::String
+ attribute :interpolation, :string
attribute :pos_list, DirectPositionList
attribute :pos, DirectPosition, collection: true
attribute :point_property, PointProperty, collection: true
xml do