ogc-gml 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (334) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +1 -1
  3. data/.rubocop.yml +2 -0
  4. data/.rubocop_todo.yml +33 -0
  5. data/README.adoc +102 -0
  6. data/lib/ogc/gml/abstract_continuous_coverage.rb +1 -2
  7. data/lib/ogc/gml/abstract_coordinate_operation.rb +5 -6
  8. data/lib/ogc/gml/abstract_coordinate_system.rb +6 -7
  9. data/lib/ogc/gml/abstract_coverage.rb +1 -2
  10. data/lib/ogc/gml/abstract_crs.rb +4 -5
  11. data/lib/ogc/gml/abstract_curve.rb +1 -2
  12. data/lib/ogc/gml/abstract_curve_segment.rb +5 -6
  13. data/lib/ogc/gml/abstract_datum.rb +5 -6
  14. data/lib/ogc/gml/abstract_feature.rb +1 -2
  15. data/lib/ogc/gml/abstract_feature_collection.rb +1 -2
  16. data/lib/ogc/gml/abstract_general_conversion.rb +4 -5
  17. data/lib/ogc/gml/abstract_general_derived_crs.rb +1 -2
  18. data/lib/ogc/gml/abstract_general_operation_parameter.rb +3 -4
  19. data/lib/ogc/gml/abstract_general_operation_parameter_property.rb +4 -5
  20. data/lib/ogc/gml/abstract_general_parameter_value.rb +2 -3
  21. data/lib/ogc/gml/abstract_general_parameter_value_property.rb +2 -3
  22. data/lib/ogc/gml/abstract_general_transformation.rb +1 -2
  23. data/lib/ogc/gml/abstract_geometric_aggregate.rb +2 -3
  24. data/lib/ogc/gml/abstract_geometric_primitive.rb +8 -9
  25. data/lib/ogc/gml/abstract_geometry.rb +1 -2
  26. data/lib/ogc/gml/abstract_gml.rb +1 -2
  27. data/lib/ogc/gml/abstract_gridded_surface.rb +5 -6
  28. data/lib/ogc/gml/abstract_meta_data.rb +4 -5
  29. data/lib/ogc/gml/abstract_parametric_curve_surface.rb +3 -4
  30. data/lib/ogc/gml/abstract_ring.rb +2 -3
  31. data/lib/ogc/gml/abstract_ring_property.rb +2 -3
  32. data/lib/ogc/gml/abstract_solid.rb +1 -2
  33. data/lib/ogc/gml/abstract_surface.rb +1 -2
  34. data/lib/ogc/gml/abstract_surface_patch.rb +2 -3
  35. data/lib/ogc/gml/abstract_time_complex.rb +1 -2
  36. data/lib/ogc/gml/abstract_time_geometric_primitive.rb +5 -6
  37. data/lib/ogc/gml/abstract_time_object.rb +1 -2
  38. data/lib/ogc/gml/abstract_time_primitive.rb +2 -3
  39. data/lib/ogc/gml/abstract_time_slice.rb +1 -2
  40. data/lib/ogc/gml/abstract_time_topology_primitive.rb +1 -2
  41. data/lib/ogc/gml/abstract_topo_primitive.rb +1 -2
  42. data/lib/ogc/gml/abstract_topology.rb +4 -5
  43. data/lib/ogc/gml/affine_cs.rb +1 -2
  44. data/lib/ogc/gml/affine_cs_property.rb +4 -5
  45. data/lib/ogc/gml/affine_placement.rb +4 -5
  46. data/lib/ogc/gml/angle.rb +4 -3
  47. data/lib/ogc/gml/arc.rb +1 -2
  48. data/lib/ogc/gml/arc_by_bulge.rb +2 -3
  49. data/lib/ogc/gml/arc_by_center_point.rb +1 -2
  50. data/lib/ogc/gml/arc_string.rb +3 -4
  51. data/lib/ogc/gml/arc_string_by_bulge.rb +2 -3
  52. data/lib/ogc/gml/array.rb +1 -2
  53. data/lib/ogc/gml/array_association.rb +4 -5
  54. data/lib/ogc/gml/association_role.rb +5 -6
  55. data/lib/ogc/gml/b_spline.rb +1 -2
  56. data/lib/ogc/gml/bag.rb +1 -2
  57. data/lib/ogc/gml/base_unit.rb +2 -3
  58. data/lib/ogc/gml/bezier.rb +5 -6
  59. data/lib/ogc/gml/boolean.rb +4 -5
  60. data/lib/ogc/gml/bounding_shape.rb +4 -5
  61. data/lib/ogc/gml/cartesian_cs.rb +1 -2
  62. data/lib/ogc/gml/cartesian_cs_property.rb +4 -5
  63. data/lib/ogc/gml/category.rb +3 -4
  64. data/lib/ogc/gml/category_extent.rb +2 -3
  65. data/lib/ogc/gml/circle.rb +1 -2
  66. data/lib/ogc/gml/circle_by_center_point.rb +3 -4
  67. data/lib/ogc/gml/clothoid.rb +5 -6
  68. data/lib/ogc/gml/code.rb +4 -5
  69. data/lib/ogc/gml/code_or_nil_reason_list.rb +4 -5
  70. data/lib/ogc/gml/code_with_authority.rb +3 -4
  71. data/lib/ogc/gml/composite_curve.rb +1 -2
  72. data/lib/ogc/gml/composite_solid.rb +1 -2
  73. data/lib/ogc/gml/composite_surface.rb +1 -2
  74. data/lib/ogc/gml/composite_value.rb +5 -6
  75. data/lib/ogc/gml/compound_crs.rb +2 -3
  76. data/lib/ogc/gml/compound_crs_property.rb +4 -5
  77. data/lib/ogc/gml/concatenated_operation.rb +4 -5
  78. data/lib/ogc/gml/concatenated_operation_property.rb +4 -5
  79. data/lib/ogc/gml/cone.rb +1 -2
  80. data/lib/ogc/gml/control_point.rb +2 -3
  81. data/lib/ogc/gml/conventional_unit.rb +2 -3
  82. data/lib/ogc/gml/conversion.rb +1 -2
  83. data/lib/ogc/gml/conversion_property.rb +4 -5
  84. data/lib/ogc/gml/conversion_to_preferred_unit.rb +4 -5
  85. data/lib/ogc/gml/coordinate_operation_accuracy.rb +4 -5
  86. data/lib/ogc/gml/coordinate_operation_property.rb +4 -5
  87. data/lib/ogc/gml/coordinate_system_axis.rb +8 -9
  88. data/lib/ogc/gml/coordinate_system_axis_property.rb +4 -5
  89. data/lib/ogc/gml/coordinate_system_property.rb +4 -5
  90. data/lib/ogc/gml/coordinates.rb +6 -7
  91. data/lib/ogc/gml/count.rb +4 -5
  92. data/lib/ogc/gml/coverage_function.rb +2 -3
  93. data/lib/ogc/gml/crs_property.rb +4 -5
  94. data/lib/ogc/gml/cubic_spline.rb +3 -4
  95. data/lib/ogc/gml/curve.rb +1 -2
  96. data/lib/ogc/gml/curve_array_property.rb +3 -4
  97. data/lib/ogc/gml/curve_property.rb +5 -6
  98. data/lib/ogc/gml/curve_segment_array_property.rb +2 -3
  99. data/lib/ogc/gml/cylinder.rb +3 -4
  100. data/lib/ogc/gml/cylindrical_cs.rb +1 -2
  101. data/lib/ogc/gml/cylindrical_cs_property.rb +4 -5
  102. data/lib/ogc/gml/data_block.rb +3 -4
  103. data/lib/ogc/gml/datum_property.rb +4 -5
  104. data/lib/ogc/gml/definition.rb +2 -3
  105. data/lib/ogc/gml/definition_proxy.rb +2 -3
  106. data/lib/ogc/gml/degrees.rb +4 -5
  107. data/lib/ogc/gml/derivation_unit_term.rb +4 -5
  108. data/lib/ogc/gml/derived_crs.rb +1 -2
  109. data/lib/ogc/gml/derived_crs_property.rb +4 -5
  110. data/lib/ogc/gml/derived_unit.rb +2 -3
  111. data/lib/ogc/gml/dictionary.rb +8 -9
  112. data/lib/ogc/gml/dictionary_entry.rb +8 -9
  113. data/lib/ogc/gml/direct_position.rb +7 -8
  114. data/lib/ogc/gml/direct_position_list.rb +8 -9
  115. data/lib/ogc/gml/directed_edge_property.rb +6 -7
  116. data/lib/ogc/gml/directed_face_property.rb +6 -7
  117. data/lib/ogc/gml/directed_node_property.rb +6 -7
  118. data/lib/ogc/gml/directed_observation.rb +1 -2
  119. data/lib/ogc/gml/directed_observation_at_distance.rb +1 -2
  120. data/lib/ogc/gml/directed_topo_solid_property.rb +6 -7
  121. data/lib/ogc/gml/direction_description.rb +4 -5
  122. data/lib/ogc/gml/direction_property.rb +6 -7
  123. data/lib/ogc/gml/direction_vector.rb +2 -3
  124. data/lib/ogc/gml/discrete_coverage.rb +1 -2
  125. data/lib/ogc/gml/dms_angle.rb +5 -6
  126. data/lib/ogc/gml/domain_of_validity.rb +4 -5
  127. data/lib/ogc/gml/domain_set.rb +5 -6
  128. data/lib/ogc/gml/dynamic_feature.rb +1 -2
  129. data/lib/ogc/gml/dynamic_feature_collection.rb +1 -2
  130. data/lib/ogc/gml/dynamic_feature_member.rb +5 -6
  131. data/lib/ogc/gml/edge.rb +5 -6
  132. data/lib/ogc/gml/ellipsoid.rb +2 -3
  133. data/lib/ogc/gml/ellipsoid_property.rb +4 -5
  134. data/lib/ogc/gml/ellipsoidal_cs.rb +1 -2
  135. data/lib/ogc/gml/ellipsoidal_cs_property.rb +4 -5
  136. data/lib/ogc/gml/engineering_crs.rb +1 -2
  137. data/lib/ogc/gml/engineering_crs_property.rb +4 -5
  138. data/lib/ogc/gml/engineering_datum.rb +1 -2
  139. data/lib/ogc/gml/engineering_datum_property.rb +4 -5
  140. data/lib/ogc/gml/envelope.rb +6 -7
  141. data/lib/ogc/gml/envelope_with_time_period.rb +7 -8
  142. data/lib/ogc/gml/face.rb +6 -7
  143. data/lib/ogc/gml/face_or_topo_solid_property.rb +7 -8
  144. data/lib/ogc/gml/feature_array_property.rb +2 -3
  145. data/lib/ogc/gml/feature_collection.rb +1 -2
  146. data/lib/ogc/gml/feature_property.rb +5 -6
  147. data/lib/ogc/gml/file.rb +6 -7
  148. data/lib/ogc/gml/formula.rb +6 -7
  149. data/lib/ogc/gml/formula_citation.rb +4 -5
  150. data/lib/ogc/gml/general_conversion_property.rb +4 -5
  151. data/lib/ogc/gml/general_transformation_property.rb +4 -5
  152. data/lib/ogc/gml/generic_meta_data.rb +4 -5
  153. data/lib/ogc/gml/geocentric_crs.rb +1 -2
  154. data/lib/ogc/gml/geocentric_crs_property.rb +4 -5
  155. data/lib/ogc/gml/geodesic.rb +2 -3
  156. data/lib/ogc/gml/geodesic_string.rb +2 -3
  157. data/lib/ogc/gml/geodetic_crs.rb +1 -2
  158. data/lib/ogc/gml/geodetic_crs_property.rb +4 -5
  159. data/lib/ogc/gml/geodetic_datum.rb +1 -2
  160. data/lib/ogc/gml/geodetic_datum_property.rb +4 -5
  161. data/lib/ogc/gml/geographic_crs.rb +1 -2
  162. data/lib/ogc/gml/geographic_crs_property.rb +4 -5
  163. data/lib/ogc/gml/geometric_complex.rb +1 -2
  164. data/lib/ogc/gml/geometric_primitive_property.rb +5 -6
  165. data/lib/ogc/gml/geometry_array_property.rb +3 -4
  166. data/lib/ogc/gml/geometry_property.rb +5 -6
  167. data/lib/ogc/gml/grid.rb +10 -11
  168. data/lib/ogc/gml/grid_envelope.rb +4 -5
  169. data/lib/ogc/gml/grid_function.rb +3 -4
  170. data/lib/ogc/gml/grid_limits.rb +2 -3
  171. data/lib/ogc/gml/history_property.rb +3 -4
  172. data/lib/ogc/gml/image_crs.rb +1 -2
  173. data/lib/ogc/gml/image_crs_property.rb +4 -5
  174. data/lib/ogc/gml/image_datum.rb +1 -2
  175. data/lib/ogc/gml/image_datum_property.rb +4 -5
  176. data/lib/ogc/gml/indirect_entry.rb +2 -3
  177. data/lib/ogc/gml/inline_property.rb +3 -4
  178. data/lib/ogc/gml/knot.rb +5 -6
  179. data/lib/ogc/gml/knot_property.rb +2 -3
  180. data/lib/ogc/gml/length.rb +4 -3
  181. data/lib/ogc/gml/line_string.rb +1 -2
  182. data/lib/ogc/gml/line_string_segment.rb +2 -3
  183. data/lib/ogc/gml/line_string_segment_array_property.rb +2 -3
  184. data/lib/ogc/gml/linear_cs.rb +1 -2
  185. data/lib/ogc/gml/linear_cs_property.rb +4 -5
  186. data/lib/ogc/gml/linear_ring.rb +2 -3
  187. data/lib/ogc/gml/location_property.rb +5 -6
  188. data/lib/ogc/gml/mapping_rule.rb +3 -4
  189. data/lib/ogc/gml/measure.rb +4 -5
  190. data/lib/ogc/gml/measure_list.rb +4 -5
  191. data/lib/ogc/gml/measure_or_nil_reason_list.rb +4 -5
  192. data/lib/ogc/gml/meta_data_property.rb +5 -6
  193. data/lib/ogc/gml/moving_object_status.rb +1 -2
  194. data/lib/ogc/gml/multi_curve.rb +1 -2
  195. data/lib/ogc/gml/multi_curve_property.rb +5 -6
  196. data/lib/ogc/gml/multi_geometry.rb +1 -2
  197. data/lib/ogc/gml/multi_geometry_property.rb +5 -6
  198. data/lib/ogc/gml/multi_point.rb +1 -2
  199. data/lib/ogc/gml/multi_point_property.rb +5 -6
  200. data/lib/ogc/gml/multi_solid.rb +1 -2
  201. data/lib/ogc/gml/multi_solid_property.rb +5 -6
  202. data/lib/ogc/gml/multi_surface.rb +1 -2
  203. data/lib/ogc/gml/multi_surface_property.rb +5 -6
  204. data/lib/ogc/gml/node.rb +6 -7
  205. data/lib/ogc/gml/node_or_edge_property.rb +6 -7
  206. data/lib/ogc/gml/node_property.rb +5 -6
  207. data/lib/ogc/gml/oblique_cartesian_cs.rb +1 -2
  208. data/lib/ogc/gml/oblique_cartesian_cs_property.rb +4 -5
  209. data/lib/ogc/gml/observation.rb +1 -2
  210. data/lib/ogc/gml/offset_curve.rb +1 -2
  211. data/lib/ogc/gml/operation_method.rb +4 -5
  212. data/lib/ogc/gml/operation_method_property.rb +4 -5
  213. data/lib/ogc/gml/operation_parameter.rb +1 -2
  214. data/lib/ogc/gml/operation_parameter_group.rb +2 -3
  215. data/lib/ogc/gml/operation_parameter_group_property.rb +4 -5
  216. data/lib/ogc/gml/operation_parameter_property.rb +4 -5
  217. data/lib/ogc/gml/operation_property.rb +4 -5
  218. data/lib/ogc/gml/orientable_curve.rb +10 -11
  219. data/lib/ogc/gml/orientable_surface.rb +9 -10
  220. data/lib/ogc/gml/parameter_value.rb +7 -8
  221. data/lib/ogc/gml/parameter_value_group.rb +2 -3
  222. data/lib/ogc/gml/pass_through_operation.rb +2 -3
  223. data/lib/ogc/gml/pass_through_operation_property.rb +4 -5
  224. data/lib/ogc/gml/point.rb +1 -2
  225. data/lib/ogc/gml/point_array_property.rb +3 -4
  226. data/lib/ogc/gml/point_property.rb +5 -6
  227. data/lib/ogc/gml/polar_cs.rb +2 -3
  228. data/lib/ogc/gml/polar_cs_property.rb +4 -5
  229. data/lib/ogc/gml/polygon.rb +1 -2
  230. data/lib/ogc/gml/polygon_patch.rb +3 -4
  231. data/lib/ogc/gml/prime_meridian.rb +2 -3
  232. data/lib/ogc/gml/prime_meridian_property.rb +4 -5
  233. data/lib/ogc/gml/priority_location_property.rb +6 -7
  234. data/lib/ogc/gml/procedure_property.rb +5 -6
  235. data/lib/ogc/gml/projected_crs.rb +1 -2
  236. data/lib/ogc/gml/projected_crs_property.rb +4 -5
  237. data/lib/ogc/gml/quantity.rb +3 -4
  238. data/lib/ogc/gml/quantity_extent.rb +2 -3
  239. data/lib/ogc/gml/range_set.rb +3 -4
  240. data/lib/ogc/gml/rectangle.rb +3 -4
  241. data/lib/ogc/gml/rectified_grid.rb +10 -11
  242. data/lib/ogc/gml/ref_location.rb +2 -3
  243. data/lib/ogc/gml/reference.rb +5 -6
  244. data/lib/ogc/gml/related_time.rb +6 -7
  245. data/lib/ogc/gml/result.rb +5 -6
  246. data/lib/ogc/gml/ring.rb +2 -3
  247. data/lib/ogc/gml/second_defining_parameter1.rb +2 -3
  248. data/lib/ogc/gml/second_defining_parameter2.rb +3 -4
  249. data/lib/ogc/gml/sequence_rule.rb +5 -6
  250. data/lib/ogc/gml/shell.rb +4 -5
  251. data/lib/ogc/gml/shell_property.rb +2 -3
  252. data/lib/ogc/gml/single_crs_property.rb +4 -5
  253. data/lib/ogc/gml/single_operation_property.rb +4 -5
  254. data/lib/ogc/gml/solid.rb +1 -2
  255. data/lib/ogc/gml/solid_array_property.rb +3 -4
  256. data/lib/ogc/gml/solid_property.rb +5 -6
  257. data/lib/ogc/gml/sphere.rb +1 -2
  258. data/lib/ogc/gml/spherical_cs.rb +2 -3
  259. data/lib/ogc/gml/spherical_cs_property.rb +4 -5
  260. data/lib/ogc/gml/string_or_ref.rb +5 -6
  261. data/lib/ogc/gml/surface.rb +1 -2
  262. data/lib/ogc/gml/surface_array_property.rb +3 -4
  263. data/lib/ogc/gml/surface_patch_array_property.rb +2 -3
  264. data/lib/ogc/gml/surface_property.rb +5 -6
  265. data/lib/ogc/gml/target_property.rb +5 -6
  266. data/lib/ogc/gml/temporal_crs.rb +1 -2
  267. data/lib/ogc/gml/temporal_crs_property.rb +4 -5
  268. data/lib/ogc/gml/temporal_cs.rb +1 -2
  269. data/lib/ogc/gml/temporal_cs_property.rb +4 -5
  270. data/lib/ogc/gml/temporal_datum.rb +4 -5
  271. data/lib/ogc/gml/temporal_datum_property.rb +4 -5
  272. data/lib/ogc/gml/time_calendar.rb +3 -4
  273. data/lib/ogc/gml/time_calendar_era.rb +4 -5
  274. data/lib/ogc/gml/time_calendar_era_property.rb +5 -6
  275. data/lib/ogc/gml/time_calendar_property.rb +5 -6
  276. data/lib/ogc/gml/time_clock.rb +5 -6
  277. data/lib/ogc/gml/time_coordinate_system.rb +3 -4
  278. data/lib/ogc/gml/time_cs.rb +1 -2
  279. data/lib/ogc/gml/time_cs_property.rb +4 -5
  280. data/lib/ogc/gml/time_edge.rb +1 -2
  281. data/lib/ogc/gml/time_edge_property.rb +5 -6
  282. data/lib/ogc/gml/time_instant.rb +1 -2
  283. data/lib/ogc/gml/time_instant_property.rb +5 -6
  284. data/lib/ogc/gml/time_interval_length.rb +6 -7
  285. data/lib/ogc/gml/time_node.rb +2 -3
  286. data/lib/ogc/gml/time_node_property.rb +5 -6
  287. data/lib/ogc/gml/time_ordinal_era.rb +3 -4
  288. data/lib/ogc/gml/time_ordinal_era_property.rb +5 -6
  289. data/lib/ogc/gml/time_ordinal_reference_system.rb +3 -4
  290. data/lib/ogc/gml/time_period.rb +2 -3
  291. data/lib/ogc/gml/time_period_property.rb +5 -6
  292. data/lib/ogc/gml/time_position.rb +6 -7
  293. data/lib/ogc/gml/time_primitive_property.rb +5 -6
  294. data/lib/ogc/gml/time_reference_system.rb +3 -4
  295. data/lib/ogc/gml/time_topology_complex.rb +1 -2
  296. data/lib/ogc/gml/time_topology_primitive_property.rb +5 -6
  297. data/lib/ogc/gml/tin.rb +1 -2
  298. data/lib/ogc/gml/topo_complex.rb +7 -8
  299. data/lib/ogc/gml/topo_complex_property.rb +4 -5
  300. data/lib/ogc/gml/topo_curve.rb +5 -6
  301. data/lib/ogc/gml/topo_curve_property.rb +3 -4
  302. data/lib/ogc/gml/topo_point.rb +1 -2
  303. data/lib/ogc/gml/topo_point_property.rb +3 -4
  304. data/lib/ogc/gml/topo_primitive_array_association.rb +3 -4
  305. data/lib/ogc/gml/topo_primitive_member.rb +5 -6
  306. data/lib/ogc/gml/topo_solid.rb +7 -8
  307. data/lib/ogc/gml/topo_solid_property.rb +5 -6
  308. data/lib/ogc/gml/topo_surface.rb +5 -6
  309. data/lib/ogc/gml/topo_surface_property.rb +3 -4
  310. data/lib/ogc/gml/topo_volume.rb +5 -6
  311. data/lib/ogc/gml/topo_volume_property.rb +3 -4
  312. data/lib/ogc/gml/transformation.rb +1 -2
  313. data/lib/ogc/gml/transformation_property.rb +4 -5
  314. data/lib/ogc/gml/triangle.rb +3 -4
  315. data/lib/ogc/gml/unit_definition.rb +2 -3
  316. data/lib/ogc/gml/unit_of_measure.rb +3 -4
  317. data/lib/ogc/gml/user_defined_cs.rb +1 -2
  318. data/lib/ogc/gml/user_defined_cs_property.rb +4 -5
  319. data/lib/ogc/gml/value_array.rb +7 -8
  320. data/lib/ogc/gml/value_array_property.rb +5 -6
  321. data/lib/ogc/gml/value_property.rb +7 -8
  322. data/lib/ogc/gml/vector.rb +2 -3
  323. data/lib/ogc/gml/version.rb +1 -1
  324. data/lib/ogc/gml/vertical_crs.rb +1 -2
  325. data/lib/ogc/gml/vertical_crs_property.rb +4 -5
  326. data/lib/ogc/gml/vertical_cs.rb +1 -2
  327. data/lib/ogc/gml/vertical_cs_property.rb +4 -5
  328. data/lib/ogc/gml/vertical_datum.rb +1 -2
  329. data/lib/ogc/gml/vertical_datum_property.rb +4 -5
  330. data/lib/ogc/gml.rb +8 -5
  331. data/ogc-gml.gemspec +10 -10
  332. metadata +6 -6
  333. data/.github/workflows/main.yml +0 -27
  334. data/README.md +0 -35
@@ -1,15 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- image_crs_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "image_crs"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class ImageCRSProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
9
+ class ImageCRSProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
13
12
  attribute :image_crs, ImageCRS
14
13
 
15
14
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- image_datum_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "abstract_datum"
6
5
 
7
6
  module Ogc
@@ -1,15 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- image_datum_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "image_datum"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class ImageDatumProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
9
+ class ImageDatumProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
13
12
  attribute :image_datum, ImageDatum
14
13
 
15
14
  xml do
@@ -1,13 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- indirect_entry_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "definition_proxy"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class IndirectEntry < Shale::Mapper
9
+ class IndirectEntry < Lutaml::Model::Serializable
11
10
  attribute :definition_proxy, DefinitionProxy
12
11
 
13
12
  xml do
@@ -1,12 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- inline_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  module Ogc
7
6
  module Gml
8
- class InlineProperty < Shale::Mapper
9
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
7
+ class InlineProperty < Lutaml::Model::Serializable
8
+ attribute :owns, :boolean, default: -> { false }
10
9
 
11
10
  xml do
12
11
  root "abstractInlineProperty"
data/lib/ogc/gml/knot.rb CHANGED
@@ -1,14 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- knot_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  module Ogc
7
6
  module Gml
8
- class Knot < Shale::Mapper
9
- attribute :value, Shale::Type::Float
10
- attribute :multiplicity, Shale::Type::Integer
11
- attribute :weight, Shale::Type::Float
7
+ class Knot < Lutaml::Model::Serializable
8
+ attribute :value, :float
9
+ attribute :multiplicity, :integer
10
+ attribute :weight, :float
12
11
 
13
12
  xml do
14
13
  root "KnotType"
@@ -1,13 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- knot_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "knot"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class KnotProperty < Shale::Mapper
9
+ class KnotProperty < Lutaml::Model::Serializable
11
10
  attribute :knot, Knot
12
11
 
13
12
  xml do
@@ -1,19 +1,20 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- length_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "measure"
6
+ require_relative "unit_of_measure"
7
7
 
8
8
  module Ogc
9
9
  module Gml
10
- class Length < Shale::Mapper
10
+ class Length < UnitOfMeasure
11
11
  attribute :content, Measure
12
12
 
13
13
  xml do
14
14
  root "LengthType"
15
15
  namespace "http://www.opengis.net/gml/3.2", "gml"
16
16
 
17
+ map_attribute "uom", to: :uom
17
18
  map_content to: :content
18
19
  end
19
20
  end
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- line_string_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "coordinates"
7
6
  require_relative "direct_position_list"
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- line_string_segment_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "coordinates"
7
6
  require_relative "direct_position_list"
@@ -12,7 +11,7 @@ require_relative "abstract_curve_segment"
12
11
  module Ogc
13
12
  module Gml
14
13
  class LineStringSegment < AbstractCurveSegment
15
- attribute :interpolation, Shale::Type::String
14
+ attribute :interpolation, :string
16
15
  attribute :pos, DirectPosition, collection: true
17
16
  attribute :point_property, PointProperty, collection: true
18
17
  attribute :point_rep, PointProperty, collection: true
@@ -1,13 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- line_string_segment_array_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "line_string_segment"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class LineStringSegmentArrayProperty < Shale::Mapper
9
+ class LineStringSegmentArrayProperty < Lutaml::Model::Serializable
11
10
  attribute :line_string_segment, LineStringSegment, collection: true
12
11
 
13
12
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- linear_cs_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "abstract_coordinate_system"
6
5
 
7
6
  module Ogc
@@ -1,15 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- linear_cs_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "linear_cs"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class LinearCSProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
9
+ class LinearCSProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
13
12
  attribute :linear_cs, LinearCS
14
13
 
15
14
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- linear_ring_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "coordinates"
7
6
  require_relative "direct_position_list"
@@ -10,7 +9,7 @@ require_relative "point_property"
10
9
 
11
10
  module Ogc
12
11
  module Gml
13
- class LinearRing < Shale::Mapper
12
+ class LinearRing < Lutaml::Model::Serializable
14
13
  attribute :pos, DirectPosition, collection: true
15
14
  attribute :point_property, PointProperty, collection: true
16
15
  attribute :point_rep, PointProperty, collection: true
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- location_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "abstract_geometry"
7
6
  require_relative "code"
@@ -9,13 +8,13 @@ require_relative "string_or_ref"
9
8
 
10
9
  module Ogc
11
10
  module Gml
12
- class LocationProperty < Shale::Mapper
13
- attribute :nil_reason, Shale::Type::Value
14
- attribute :remote_schema, Shale::Type::Value
11
+ class LocationProperty < Lutaml::Model::Serializable
12
+ attribute :nil_reason, :string
13
+ attribute :remote_schema, :string
15
14
  attribute :abstract_geometry, AbstractGeometry
16
15
  attribute :location_key_word, Code
17
16
  attribute :location_string, StringOrRef
18
- attribute :null, Shale::Type::Value
17
+ attribute :null, :string
19
18
 
20
19
  xml do
21
20
  root "location"
@@ -1,14 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- mapping_rule_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "reference"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class MappingRule < Shale::Mapper
11
- attribute :rule_definition, Shale::Type::String
9
+ class MappingRule < Lutaml::Model::Serializable
10
+ attribute :rule_definition, :string
12
11
  attribute :rule_reference, Reference
13
12
 
14
13
  xml do
@@ -1,13 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- measure_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  module Ogc
7
6
  module Gml
8
- class Measure < Shale::Mapper
9
- attribute :content, Shale::Type::Float
10
- attribute :uom, Shale::Type::Value
7
+ class Measure < Lutaml::Model::Serializable
8
+ attribute :content, :float
9
+ attribute :uom, :string
11
10
 
12
11
  xml do
13
12
  root "value"
@@ -1,13 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- measure_list_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  module Ogc
7
6
  module Gml
8
- class MeasureList < Shale::Mapper
9
- attribute :content, Shale::Type::Value
10
- attribute :uom, Shale::Type::Value
7
+ class MeasureList < Lutaml::Model::Serializable
8
+ attribute :content, :string
9
+ attribute :uom, :string
11
10
 
12
11
  xml do
13
12
  root "valueList"
@@ -1,13 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- measure_or_nil_reason_list_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  module Ogc
7
6
  module Gml
8
- class MeasureOrNilReasonList < Shale::Mapper
9
- attribute :content, Shale::Type::Value
10
- attribute :uom, Shale::Type::Value
7
+ class MeasureOrNilReasonList < Lutaml::Model::Serializable
8
+ attribute :content, :string
9
+ attribute :uom, :string
11
10
 
12
11
  xml do
13
12
  root "QuantityList"
@@ -1,16 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- meta_data_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "abstract_meta_data"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class MetaDataProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
13
- attribute :about, Shale::Type::Value
9
+ class MetaDataProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
12
+ attribute :about, :string
14
13
  attribute :abstract_meta_data, AbstractMetaData
15
14
 
16
15
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- moving_object_status_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "code"
7
6
  require_relative "code_with_authority"
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_curve_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "curve_array_property"
6
5
  require_relative "composite_curve"
7
6
 
@@ -1,16 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_curve_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "multi_curve"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class MultiCurveProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
13
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
9
+ class MultiCurveProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
12
+ attribute :owns, :boolean, default: -> { false }
14
13
  attribute :multi_curve, MultiCurve
15
14
 
16
15
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_geometry_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "geometry_array_property"
6
5
  require_relative "geometry_property"
7
6
  require_relative "abstract_geometric_aggregate"
@@ -1,16 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_geometry_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "abstract_geometric_aggregate"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class MultiGeometryProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
13
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
9
+ class MultiGeometryProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
12
+ attribute :owns, :boolean, default: -> { false }
14
13
  attribute :abstract_geometric_aggregate, AbstractGeometricAggregate
15
14
 
16
15
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_point_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "point_array_property"
6
5
  require_relative "point_property"
7
6
  require_relative "abstract_geometric_aggregate"
@@ -1,16 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_point_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "multi_point"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class MultiPointProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
13
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
9
+ class MultiPointProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
12
+ attribute :owns, :boolean, default: -> { false }
14
13
  attribute :multi_point, MultiPoint
15
14
 
16
15
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_solid_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "abstract_geometric_aggregate"
6
5
  require_relative "solid_array_property"
7
6
  require_relative "solid_property"
@@ -1,16 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_solid_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "multi_solid"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class MultiSolidProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
13
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
9
+ class MultiSolidProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
12
+ attribute :owns, :boolean, default: -> { false }
14
13
  attribute :multi_solid, MultiSolid
15
14
 
16
15
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_surface_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "abstract_geometric_aggregate"
6
5
  require_relative "surface_array_property"
7
6
  require_relative "surface_property"
@@ -1,16 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- multi_surface_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "multi_surface"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class MultiSurfaceProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
13
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
9
+ class MultiSurfaceProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
12
+ attribute :owns, :boolean, default: -> { false }
14
13
  attribute :multi_surface, MultiSurface
15
14
 
16
15
  xml do
data/lib/ogc/gml/node.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- node_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "code"
7
6
  require_relative "code_with_authority"
@@ -13,14 +12,14 @@ require_relative "reference"
13
12
 
14
13
  module Ogc
15
14
  module Gml
16
- class DirectedEdgeProperty < Shale::Mapper
15
+ class DirectedEdgeProperty < Lutaml::Model::Serializable
17
16
  end
18
17
 
19
- class Node < Shale::Mapper
20
- attribute :id, Shale::Type::Value
21
- attribute :aggregation_type, Shale::Type::String
18
+ class Node < Lutaml::Model::Serializable
19
+ attribute :id, :string
20
+ attribute :aggregation_type, :string
22
21
  attribute :meta_data_property, MetaDataProperty, collection: true
23
- attribute :description, Shale::Type::String
22
+ attribute :description, :string
24
23
  attribute :description_reference, Reference
25
24
  attribute :identifier, CodeWithAuthority
26
25
  attribute :name, Code, collection: true
@@ -1,20 +1,19 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- node_or_edge_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  # require_relative "edge"
7
6
  require_relative "node"
8
7
 
9
8
  module Ogc
10
9
  module Gml
11
- class Edge < Shale::Mapper
10
+ class Edge < Lutaml::Model::Serializable
12
11
  end
13
12
 
14
- class NodeOrEdgeProperty < Shale::Mapper
15
- attribute :nil_reason, Shale::Type::Value
16
- attribute :remote_schema, Shale::Type::Value
17
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
13
+ class NodeOrEdgeProperty < Lutaml::Model::Serializable
14
+ attribute :nil_reason, :string
15
+ attribute :remote_schema, :string
16
+ attribute :owns, :boolean, default: -> { false }
18
17
  attribute :node, Node
19
18
  attribute :edge, Edge
20
19
 
@@ -1,16 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- node_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "node"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class NodeProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
13
- attribute :owns, Shale::Type::Boolean, default: -> { "false" }
9
+ class NodeProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
12
+ attribute :owns, :boolean, default: -> { false }
14
13
  attribute :node, Node
15
14
 
16
15
  xml do
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- oblique_cartesian_cs_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
  require_relative "abstract_coordinate_system"
6
5
 
7
6
  module Ogc
@@ -1,15 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # --- oblique_cartesian_cs_property_type.rb ---
4
- require "shale"
3
+ require "lutaml/model"
5
4
 
6
5
  require_relative "oblique_cartesian_cs"
7
6
 
8
7
  module Ogc
9
8
  module Gml
10
- class ObliqueCartesianCSProperty < Shale::Mapper
11
- attribute :nil_reason, Shale::Type::Value
12
- attribute :remote_schema, Shale::Type::Value
9
+ class ObliqueCartesianCSProperty < Lutaml::Model::Serializable
10
+ attribute :nil_reason, :string
11
+ attribute :remote_schema, :string
13
12
  attribute :oblique_cartesian_cs, ObliqueCartesianCS
14
13
 
15
14
  xml do