ogc-gml 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +1 -1
- data/.rubocop.yml +2 -0
- data/.rubocop_todo.yml +33 -0
- data/Gemfile +6 -5
- data/README.adoc +102 -0
- data/lib/ogc/gml/abstract_continuous_coverage.rb +1 -2
- data/lib/ogc/gml/abstract_coordinate_operation.rb +5 -6
- data/lib/ogc/gml/abstract_coordinate_system.rb +6 -7
- data/lib/ogc/gml/abstract_coverage.rb +1 -2
- data/lib/ogc/gml/abstract_crs.rb +4 -5
- data/lib/ogc/gml/abstract_curve.rb +1 -2
- data/lib/ogc/gml/abstract_curve_segment.rb +5 -6
- data/lib/ogc/gml/abstract_datum.rb +5 -6
- data/lib/ogc/gml/abstract_feature.rb +1 -2
- data/lib/ogc/gml/abstract_feature_collection.rb +1 -2
- data/lib/ogc/gml/abstract_general_conversion.rb +4 -5
- data/lib/ogc/gml/abstract_general_derived_crs.rb +1 -2
- data/lib/ogc/gml/abstract_general_operation_parameter.rb +3 -4
- data/lib/ogc/gml/abstract_general_operation_parameter_property.rb +4 -5
- data/lib/ogc/gml/abstract_general_parameter_value.rb +2 -3
- data/lib/ogc/gml/abstract_general_parameter_value_property.rb +2 -3
- data/lib/ogc/gml/abstract_general_transformation.rb +1 -2
- data/lib/ogc/gml/abstract_geometric_aggregate.rb +2 -3
- data/lib/ogc/gml/abstract_geometric_primitive.rb +8 -9
- data/lib/ogc/gml/abstract_geometry.rb +1 -2
- data/lib/ogc/gml/abstract_gml.rb +1 -2
- data/lib/ogc/gml/abstract_gridded_surface.rb +5 -6
- data/lib/ogc/gml/abstract_meta_data.rb +4 -5
- data/lib/ogc/gml/abstract_parametric_curve_surface.rb +3 -4
- data/lib/ogc/gml/abstract_ring.rb +2 -3
- data/lib/ogc/gml/abstract_ring_property.rb +2 -3
- data/lib/ogc/gml/abstract_solid.rb +1 -2
- data/lib/ogc/gml/abstract_surface.rb +1 -2
- data/lib/ogc/gml/abstract_surface_patch.rb +2 -3
- data/lib/ogc/gml/abstract_time_complex.rb +1 -2
- data/lib/ogc/gml/abstract_time_geometric_primitive.rb +5 -6
- data/lib/ogc/gml/abstract_time_object.rb +1 -2
- data/lib/ogc/gml/abstract_time_primitive.rb +2 -3
- data/lib/ogc/gml/abstract_time_slice.rb +1 -2
- data/lib/ogc/gml/abstract_time_topology_primitive.rb +1 -2
- data/lib/ogc/gml/abstract_topo_primitive.rb +1 -2
- data/lib/ogc/gml/abstract_topology.rb +4 -5
- data/lib/ogc/gml/affine_cs.rb +1 -2
- data/lib/ogc/gml/affine_cs_property.rb +4 -5
- data/lib/ogc/gml/affine_placement.rb +4 -5
- data/lib/ogc/gml/angle.rb +4 -3
- data/lib/ogc/gml/arc.rb +1 -2
- data/lib/ogc/gml/arc_by_bulge.rb +2 -3
- data/lib/ogc/gml/arc_by_center_point.rb +1 -2
- data/lib/ogc/gml/arc_string.rb +3 -4
- data/lib/ogc/gml/arc_string_by_bulge.rb +2 -3
- data/lib/ogc/gml/array.rb +1 -2
- data/lib/ogc/gml/array_association.rb +4 -5
- data/lib/ogc/gml/association_role.rb +5 -6
- data/lib/ogc/gml/b_spline.rb +1 -2
- data/lib/ogc/gml/bag.rb +1 -2
- data/lib/ogc/gml/base_unit.rb +2 -3
- data/lib/ogc/gml/bezier.rb +5 -6
- data/lib/ogc/gml/boolean.rb +4 -5
- data/lib/ogc/gml/bounding_shape.rb +4 -5
- data/lib/ogc/gml/cartesian_cs.rb +1 -2
- data/lib/ogc/gml/cartesian_cs_property.rb +4 -5
- data/lib/ogc/gml/category.rb +3 -4
- data/lib/ogc/gml/category_extent.rb +2 -3
- data/lib/ogc/gml/circle.rb +1 -2
- data/lib/ogc/gml/circle_by_center_point.rb +3 -4
- data/lib/ogc/gml/clothoid.rb +5 -6
- data/lib/ogc/gml/code.rb +4 -5
- data/lib/ogc/gml/code_or_nil_reason_list.rb +4 -5
- data/lib/ogc/gml/code_with_authority.rb +3 -4
- data/lib/ogc/gml/composite_curve.rb +1 -2
- data/lib/ogc/gml/composite_solid.rb +1 -2
- data/lib/ogc/gml/composite_surface.rb +1 -2
- data/lib/ogc/gml/composite_value.rb +5 -6
- data/lib/ogc/gml/compound_crs.rb +2 -3
- data/lib/ogc/gml/compound_crs_property.rb +4 -5
- data/lib/ogc/gml/concatenated_operation.rb +4 -5
- data/lib/ogc/gml/concatenated_operation_property.rb +4 -5
- data/lib/ogc/gml/cone.rb +1 -2
- data/lib/ogc/gml/control_point.rb +2 -3
- data/lib/ogc/gml/conventional_unit.rb +2 -3
- data/lib/ogc/gml/conversion.rb +1 -2
- data/lib/ogc/gml/conversion_property.rb +4 -5
- data/lib/ogc/gml/conversion_to_preferred_unit.rb +4 -5
- data/lib/ogc/gml/coordinate_operation_accuracy.rb +4 -5
- data/lib/ogc/gml/coordinate_operation_property.rb +4 -5
- data/lib/ogc/gml/coordinate_system_axis.rb +8 -9
- data/lib/ogc/gml/coordinate_system_axis_property.rb +4 -5
- data/lib/ogc/gml/coordinate_system_property.rb +4 -5
- data/lib/ogc/gml/coordinates.rb +6 -7
- data/lib/ogc/gml/count.rb +4 -5
- data/lib/ogc/gml/coverage_function.rb +2 -3
- data/lib/ogc/gml/crs_property.rb +4 -5
- data/lib/ogc/gml/cubic_spline.rb +3 -4
- data/lib/ogc/gml/curve.rb +1 -2
- data/lib/ogc/gml/curve_array_property.rb +3 -4
- data/lib/ogc/gml/curve_property.rb +5 -6
- data/lib/ogc/gml/curve_segment_array_property.rb +2 -3
- data/lib/ogc/gml/cylinder.rb +3 -4
- data/lib/ogc/gml/cylindrical_cs.rb +1 -2
- data/lib/ogc/gml/cylindrical_cs_property.rb +4 -5
- data/lib/ogc/gml/data_block.rb +3 -4
- data/lib/ogc/gml/datum_property.rb +4 -5
- data/lib/ogc/gml/definition.rb +2 -3
- data/lib/ogc/gml/definition_proxy.rb +2 -3
- data/lib/ogc/gml/degrees.rb +4 -5
- data/lib/ogc/gml/derivation_unit_term.rb +4 -5
- data/lib/ogc/gml/derived_crs.rb +1 -2
- data/lib/ogc/gml/derived_crs_property.rb +4 -5
- data/lib/ogc/gml/derived_unit.rb +2 -3
- data/lib/ogc/gml/dictionary.rb +7 -10
- data/lib/ogc/gml/dictionary_entry.rb +8 -9
- data/lib/ogc/gml/direct_position.rb +7 -8
- data/lib/ogc/gml/direct_position_list.rb +8 -9
- data/lib/ogc/gml/directed_edge_property.rb +6 -7
- data/lib/ogc/gml/directed_face_property.rb +6 -7
- data/lib/ogc/gml/directed_node_property.rb +6 -7
- data/lib/ogc/gml/directed_observation.rb +1 -2
- data/lib/ogc/gml/directed_observation_at_distance.rb +1 -2
- data/lib/ogc/gml/directed_topo_solid_property.rb +6 -7
- data/lib/ogc/gml/direction_description.rb +4 -5
- data/lib/ogc/gml/direction_property.rb +6 -7
- data/lib/ogc/gml/direction_vector.rb +2 -3
- data/lib/ogc/gml/discrete_coverage.rb +1 -2
- data/lib/ogc/gml/dms_angle.rb +5 -6
- data/lib/ogc/gml/domain_of_validity.rb +4 -5
- data/lib/ogc/gml/domain_set.rb +5 -6
- data/lib/ogc/gml/dynamic_feature.rb +1 -2
- data/lib/ogc/gml/dynamic_feature_collection.rb +1 -2
- data/lib/ogc/gml/dynamic_feature_member.rb +5 -6
- data/lib/ogc/gml/edge.rb +5 -6
- data/lib/ogc/gml/ellipsoid.rb +2 -3
- data/lib/ogc/gml/ellipsoid_property.rb +4 -5
- data/lib/ogc/gml/ellipsoidal_cs.rb +1 -2
- data/lib/ogc/gml/ellipsoidal_cs_property.rb +4 -5
- data/lib/ogc/gml/engineering_crs.rb +1 -2
- data/lib/ogc/gml/engineering_crs_property.rb +4 -5
- data/lib/ogc/gml/engineering_datum.rb +1 -2
- data/lib/ogc/gml/engineering_datum_property.rb +4 -5
- data/lib/ogc/gml/envelope.rb +6 -7
- data/lib/ogc/gml/envelope_with_time_period.rb +7 -8
- data/lib/ogc/gml/face.rb +6 -7
- data/lib/ogc/gml/face_or_topo_solid_property.rb +7 -8
- data/lib/ogc/gml/feature_array_property.rb +2 -3
- data/lib/ogc/gml/feature_collection.rb +1 -2
- data/lib/ogc/gml/feature_property.rb +5 -6
- data/lib/ogc/gml/file.rb +6 -7
- data/lib/ogc/gml/formula.rb +6 -7
- data/lib/ogc/gml/formula_citation.rb +4 -5
- data/lib/ogc/gml/general_conversion_property.rb +4 -5
- data/lib/ogc/gml/general_transformation_property.rb +4 -5
- data/lib/ogc/gml/generic_meta_data.rb +4 -5
- data/lib/ogc/gml/geocentric_crs.rb +1 -2
- data/lib/ogc/gml/geocentric_crs_property.rb +4 -5
- data/lib/ogc/gml/geodesic.rb +2 -3
- data/lib/ogc/gml/geodesic_string.rb +2 -3
- data/lib/ogc/gml/geodetic_crs.rb +1 -2
- data/lib/ogc/gml/geodetic_crs_property.rb +4 -5
- data/lib/ogc/gml/geodetic_datum.rb +1 -2
- data/lib/ogc/gml/geodetic_datum_property.rb +4 -5
- data/lib/ogc/gml/geographic_crs.rb +1 -2
- data/lib/ogc/gml/geographic_crs_property.rb +4 -5
- data/lib/ogc/gml/geometric_complex.rb +1 -2
- data/lib/ogc/gml/geometric_primitive_property.rb +5 -6
- data/lib/ogc/gml/geometry_array_property.rb +3 -4
- data/lib/ogc/gml/geometry_property.rb +5 -6
- data/lib/ogc/gml/grid.rb +10 -11
- data/lib/ogc/gml/grid_envelope.rb +4 -5
- data/lib/ogc/gml/grid_function.rb +3 -4
- data/lib/ogc/gml/grid_limits.rb +2 -3
- data/lib/ogc/gml/history_property.rb +3 -4
- data/lib/ogc/gml/image_crs.rb +1 -2
- data/lib/ogc/gml/image_crs_property.rb +4 -5
- data/lib/ogc/gml/image_datum.rb +1 -2
- data/lib/ogc/gml/image_datum_property.rb +4 -5
- data/lib/ogc/gml/indirect_entry.rb +2 -3
- data/lib/ogc/gml/inline_property.rb +3 -4
- data/lib/ogc/gml/knot.rb +5 -6
- data/lib/ogc/gml/knot_property.rb +2 -3
- data/lib/ogc/gml/length.rb +4 -3
- data/lib/ogc/gml/line_string.rb +1 -2
- data/lib/ogc/gml/line_string_segment.rb +2 -3
- data/lib/ogc/gml/line_string_segment_array_property.rb +2 -3
- data/lib/ogc/gml/linear_cs.rb +1 -2
- data/lib/ogc/gml/linear_cs_property.rb +4 -5
- data/lib/ogc/gml/linear_ring.rb +2 -3
- data/lib/ogc/gml/location_property.rb +5 -6
- data/lib/ogc/gml/mapping_rule.rb +3 -4
- data/lib/ogc/gml/measure.rb +4 -5
- data/lib/ogc/gml/measure_list.rb +4 -5
- data/lib/ogc/gml/measure_or_nil_reason_list.rb +4 -5
- data/lib/ogc/gml/meta_data_property.rb +5 -6
- data/lib/ogc/gml/moving_object_status.rb +1 -2
- data/lib/ogc/gml/multi_curve.rb +1 -2
- data/lib/ogc/gml/multi_curve_property.rb +5 -6
- data/lib/ogc/gml/multi_geometry.rb +1 -2
- data/lib/ogc/gml/multi_geometry_property.rb +5 -6
- data/lib/ogc/gml/multi_point.rb +1 -2
- data/lib/ogc/gml/multi_point_property.rb +5 -6
- data/lib/ogc/gml/multi_solid.rb +1 -2
- data/lib/ogc/gml/multi_solid_property.rb +5 -6
- data/lib/ogc/gml/multi_surface.rb +1 -2
- data/lib/ogc/gml/multi_surface_property.rb +5 -6
- data/lib/ogc/gml/node.rb +6 -7
- data/lib/ogc/gml/node_or_edge_property.rb +6 -7
- data/lib/ogc/gml/node_property.rb +5 -6
- data/lib/ogc/gml/oblique_cartesian_cs.rb +1 -2
- data/lib/ogc/gml/oblique_cartesian_cs_property.rb +4 -5
- data/lib/ogc/gml/observation.rb +1 -2
- data/lib/ogc/gml/offset_curve.rb +1 -2
- data/lib/ogc/gml/operation_method.rb +4 -5
- data/lib/ogc/gml/operation_method_property.rb +4 -5
- data/lib/ogc/gml/operation_parameter.rb +1 -2
- data/lib/ogc/gml/operation_parameter_group.rb +2 -3
- data/lib/ogc/gml/operation_parameter_group_property.rb +4 -5
- data/lib/ogc/gml/operation_parameter_property.rb +4 -5
- data/lib/ogc/gml/operation_property.rb +4 -5
- data/lib/ogc/gml/orientable_curve.rb +10 -11
- data/lib/ogc/gml/orientable_surface.rb +9 -10
- data/lib/ogc/gml/parameter_value.rb +7 -8
- data/lib/ogc/gml/parameter_value_group.rb +2 -3
- data/lib/ogc/gml/pass_through_operation.rb +2 -3
- data/lib/ogc/gml/pass_through_operation_property.rb +4 -5
- data/lib/ogc/gml/point.rb +1 -2
- data/lib/ogc/gml/point_array_property.rb +3 -4
- data/lib/ogc/gml/point_property.rb +5 -6
- data/lib/ogc/gml/polar_cs.rb +2 -3
- data/lib/ogc/gml/polar_cs_property.rb +4 -5
- data/lib/ogc/gml/polygon.rb +1 -2
- data/lib/ogc/gml/polygon_patch.rb +3 -4
- data/lib/ogc/gml/prime_meridian.rb +2 -3
- data/lib/ogc/gml/prime_meridian_property.rb +4 -5
- data/lib/ogc/gml/priority_location_property.rb +6 -7
- data/lib/ogc/gml/procedure_property.rb +5 -6
- data/lib/ogc/gml/projected_crs.rb +1 -2
- data/lib/ogc/gml/projected_crs_property.rb +4 -5
- data/lib/ogc/gml/quantity.rb +3 -4
- data/lib/ogc/gml/quantity_extent.rb +2 -3
- data/lib/ogc/gml/range_set.rb +3 -4
- data/lib/ogc/gml/rectangle.rb +3 -4
- data/lib/ogc/gml/rectified_grid.rb +10 -11
- data/lib/ogc/gml/ref_location.rb +2 -3
- data/lib/ogc/gml/reference.rb +5 -6
- data/lib/ogc/gml/related_time.rb +6 -7
- data/lib/ogc/gml/result.rb +5 -6
- data/lib/ogc/gml/ring.rb +2 -3
- data/lib/ogc/gml/second_defining_parameter1.rb +2 -3
- data/lib/ogc/gml/second_defining_parameter2.rb +3 -4
- data/lib/ogc/gml/sequence_rule.rb +5 -6
- data/lib/ogc/gml/shell.rb +4 -5
- data/lib/ogc/gml/shell_property.rb +2 -3
- data/lib/ogc/gml/single_crs_property.rb +4 -5
- data/lib/ogc/gml/single_operation_property.rb +4 -5
- data/lib/ogc/gml/solid.rb +1 -2
- data/lib/ogc/gml/solid_array_property.rb +3 -4
- data/lib/ogc/gml/solid_property.rb +5 -6
- data/lib/ogc/gml/sphere.rb +1 -2
- data/lib/ogc/gml/spherical_cs.rb +2 -3
- data/lib/ogc/gml/spherical_cs_property.rb +4 -5
- data/lib/ogc/gml/string_or_ref.rb +5 -6
- data/lib/ogc/gml/surface.rb +1 -2
- data/lib/ogc/gml/surface_array_property.rb +3 -4
- data/lib/ogc/gml/surface_patch_array_property.rb +2 -3
- data/lib/ogc/gml/surface_property.rb +5 -6
- data/lib/ogc/gml/target_property.rb +5 -6
- data/lib/ogc/gml/temporal_crs.rb +1 -2
- data/lib/ogc/gml/temporal_crs_property.rb +4 -5
- data/lib/ogc/gml/temporal_cs.rb +1 -2
- data/lib/ogc/gml/temporal_cs_property.rb +4 -5
- data/lib/ogc/gml/temporal_datum.rb +4 -5
- data/lib/ogc/gml/temporal_datum_property.rb +4 -5
- data/lib/ogc/gml/time_calendar.rb +3 -4
- data/lib/ogc/gml/time_calendar_era.rb +4 -5
- data/lib/ogc/gml/time_calendar_era_property.rb +5 -6
- data/lib/ogc/gml/time_calendar_property.rb +5 -6
- data/lib/ogc/gml/time_clock.rb +5 -6
- data/lib/ogc/gml/time_coordinate_system.rb +3 -4
- data/lib/ogc/gml/time_cs.rb +1 -2
- data/lib/ogc/gml/time_cs_property.rb +4 -5
- data/lib/ogc/gml/time_edge.rb +1 -2
- data/lib/ogc/gml/time_edge_property.rb +5 -6
- data/lib/ogc/gml/time_instant.rb +1 -2
- data/lib/ogc/gml/time_instant_property.rb +5 -6
- data/lib/ogc/gml/time_interval_length.rb +6 -7
- data/lib/ogc/gml/time_node.rb +2 -3
- data/lib/ogc/gml/time_node_property.rb +5 -6
- data/lib/ogc/gml/time_ordinal_era.rb +3 -4
- data/lib/ogc/gml/time_ordinal_era_property.rb +5 -6
- data/lib/ogc/gml/time_ordinal_reference_system.rb +3 -4
- data/lib/ogc/gml/time_period.rb +2 -3
- data/lib/ogc/gml/time_period_property.rb +5 -6
- data/lib/ogc/gml/time_position.rb +6 -7
- data/lib/ogc/gml/time_primitive_property.rb +5 -6
- data/lib/ogc/gml/time_reference_system.rb +3 -4
- data/lib/ogc/gml/time_topology_complex.rb +1 -2
- data/lib/ogc/gml/time_topology_primitive_property.rb +5 -6
- data/lib/ogc/gml/tin.rb +1 -2
- data/lib/ogc/gml/topo_complex.rb +7 -8
- data/lib/ogc/gml/topo_complex_property.rb +4 -5
- data/lib/ogc/gml/topo_curve.rb +5 -6
- data/lib/ogc/gml/topo_curve_property.rb +3 -4
- data/lib/ogc/gml/topo_point.rb +1 -2
- data/lib/ogc/gml/topo_point_property.rb +3 -4
- data/lib/ogc/gml/topo_primitive_array_association.rb +3 -4
- data/lib/ogc/gml/topo_primitive_member.rb +5 -6
- data/lib/ogc/gml/topo_solid.rb +7 -8
- data/lib/ogc/gml/topo_solid_property.rb +5 -6
- data/lib/ogc/gml/topo_surface.rb +5 -6
- data/lib/ogc/gml/topo_surface_property.rb +3 -4
- data/lib/ogc/gml/topo_volume.rb +5 -6
- data/lib/ogc/gml/topo_volume_property.rb +3 -4
- data/lib/ogc/gml/transformation.rb +1 -2
- data/lib/ogc/gml/transformation_property.rb +4 -5
- data/lib/ogc/gml/triangle.rb +3 -4
- data/lib/ogc/gml/unit_definition.rb +2 -3
- data/lib/ogc/gml/unit_of_measure.rb +3 -4
- data/lib/ogc/gml/user_defined_cs.rb +1 -2
- data/lib/ogc/gml/user_defined_cs_property.rb +4 -5
- data/lib/ogc/gml/value_array.rb +7 -8
- data/lib/ogc/gml/value_array_property.rb +5 -6
- data/lib/ogc/gml/value_property.rb +7 -8
- data/lib/ogc/gml/vector.rb +2 -3
- data/lib/ogc/gml/version.rb +1 -1
- data/lib/ogc/gml/vertical_crs.rb +1 -2
- data/lib/ogc/gml/vertical_crs_property.rb +4 -5
- data/lib/ogc/gml/vertical_cs.rb +1 -2
- data/lib/ogc/gml/vertical_cs_property.rb +4 -5
- data/lib/ogc/gml/vertical_datum.rb +1 -2
- data/lib/ogc/gml/vertical_datum_property.rb +4 -5
- data/lib/ogc/gml.rb +8 -5
- data/ogc-gml.gemspec +10 -17
- metadata +10 -94
- data/.github/workflows/main.yml +0 -27
- data/README.md +0 -35
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "code"
|
7
6
|
require_relative "code_with_authority"
|
@@ -14,10 +13,10 @@ require_relative "abstract_topology"
|
|
14
13
|
module Ogc
|
15
14
|
module Gml
|
16
15
|
class TimeCalendarEra < AbstractTopology
|
17
|
-
attribute :remarks,
|
16
|
+
attribute :remarks, :string
|
18
17
|
attribute :reference_event, StringOrRef
|
19
|
-
attribute :reference_date,
|
20
|
-
attribute :julian_reference,
|
18
|
+
attribute :reference_date, :string
|
19
|
+
attribute :julian_reference, :float
|
21
20
|
attribute :epoch_of_use, TimePeriodProperty
|
22
21
|
|
23
22
|
xml do
|
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_calendar_era"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeCalendarEraProperty <
|
11
|
-
attribute :owns,
|
12
|
-
attribute :nil_reason,
|
13
|
-
attribute :remote_schema,
|
9
|
+
class TimeCalendarEraProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :owns, :boolean, default: -> { false }
|
11
|
+
attribute :nil_reason, :string
|
12
|
+
attribute :remote_schema, :string
|
14
13
|
attribute :time_calendar_era, TimeCalendarEra
|
15
14
|
|
16
15
|
xml do
|
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_calendar"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeCalendarProperty <
|
11
|
-
attribute :owns,
|
12
|
-
attribute :nil_reason,
|
13
|
-
attribute :remote_schema,
|
9
|
+
class TimeCalendarProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :owns, :boolean, default: -> { false }
|
11
|
+
attribute :nil_reason, :string
|
12
|
+
attribute :remote_schema, :string
|
14
13
|
attribute :time_calendar, TimeCalendar
|
15
14
|
|
16
15
|
xml do
|
data/lib/ogc/gml/time_clock.rb
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "code"
|
7
6
|
require_relative "code_with_authority"
|
@@ -14,11 +13,11 @@ require_relative "abstract_topology"
|
|
14
13
|
module Ogc
|
15
14
|
module Gml
|
16
15
|
class TimeClock < AbstractTopology
|
17
|
-
attribute :remarks,
|
18
|
-
attribute :domain_of_validity,
|
16
|
+
attribute :remarks, :string
|
17
|
+
attribute :domain_of_validity, :string
|
19
18
|
attribute :reference_event, StringOrRef
|
20
|
-
attribute :reference_time,
|
21
|
-
attribute :utc_reference,
|
19
|
+
attribute :reference_time, :string
|
20
|
+
attribute :utc_reference, :string
|
22
21
|
attribute :date_basis, TimeCalendarProperty, collection: true
|
23
22
|
|
24
23
|
xml do
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "code"
|
7
6
|
require_relative "code_with_authority"
|
@@ -15,8 +14,8 @@ require_relative "abstract_topology"
|
|
15
14
|
module Ogc
|
16
15
|
module Gml
|
17
16
|
class TimeCoordinateSystem < AbstractTopology
|
18
|
-
attribute :remarks,
|
19
|
-
attribute :domain_of_validity,
|
17
|
+
attribute :remarks, :string
|
18
|
+
attribute :domain_of_validity, :string
|
20
19
|
attribute :origin_position, TimePosition
|
21
20
|
attribute :origin, TimeInstantProperty
|
22
21
|
attribute :interval, TimeIntervalLength
|
data/lib/ogc/gml/time_cs.rb
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_cs"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeCSProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
9
|
+
class TimeCSProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
13
12
|
attribute :time_cs, TimeCS
|
14
13
|
|
15
14
|
xml do
|
data/lib/ogc/gml/time_edge.rb
CHANGED
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_edge"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeEdgeProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
13
|
-
attribute :owns,
|
9
|
+
class TimeEdgeProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
12
|
+
attribute :owns, :boolean, default: -> { false }
|
14
13
|
attribute :time_edge, TimeEdge
|
15
14
|
|
16
15
|
xml do
|
data/lib/ogc/gml/time_instant.rb
CHANGED
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_instant"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeInstantProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
13
|
-
attribute :owns,
|
9
|
+
class TimeInstantProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
12
|
+
attribute :owns, :boolean, default: -> { false }
|
14
13
|
attribute :time_instant, TimeInstant
|
15
14
|
|
16
15
|
xml do
|
@@ -1,15 +1,14 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
module Ogc
|
7
6
|
module Gml
|
8
|
-
class TimeIntervalLength <
|
9
|
-
attribute :content,
|
10
|
-
attribute :unit,
|
11
|
-
attribute :radix,
|
12
|
-
attribute :factor,
|
7
|
+
class TimeIntervalLength < Lutaml::Model::Serializable
|
8
|
+
attribute :content, :float
|
9
|
+
attribute :unit, :string
|
10
|
+
attribute :radix, :integer
|
11
|
+
attribute :factor, :integer
|
13
12
|
|
14
13
|
xml do
|
15
14
|
root "timeInterval"
|
data/lib/ogc/gml/time_node.rb
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
# require_relative "time_edge_property"
|
6
5
|
require_relative "time_instant_property"
|
7
6
|
require_relative "abstract_time_topology_primitive"
|
8
7
|
|
9
8
|
module Ogc
|
10
9
|
module Gml
|
11
|
-
class TimeEdgeProperty <
|
10
|
+
class TimeEdgeProperty < Lutaml::Model::Serializable
|
12
11
|
end
|
13
12
|
|
14
13
|
class TimeNode < AbstractTimeTopologyPrimitive
|
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_node"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeNodeProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
13
|
-
attribute :owns,
|
9
|
+
class TimeNodeProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
12
|
+
attribute :owns, :boolean, default: -> { false }
|
14
13
|
attribute :time_node, TimeNode
|
15
14
|
|
16
15
|
xml do
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
require_relative "reference"
|
6
5
|
require_relative "related_time"
|
7
6
|
require_relative "time_node_property"
|
@@ -11,11 +10,11 @@ require_relative "abstract_topology"
|
|
11
10
|
|
12
11
|
module Ogc
|
13
12
|
module Gml
|
14
|
-
class TimeOrdinalEraProperty <
|
13
|
+
class TimeOrdinalEraProperty < Lutaml::Model::Serializable
|
15
14
|
end
|
16
15
|
|
17
16
|
class TimeOrdinalEra < AbstractTopology
|
18
|
-
attribute :remarks,
|
17
|
+
attribute :remarks, :string
|
19
18
|
attribute :related_time, RelatedTime, collection: true
|
20
19
|
attribute :start, TimeNodeProperty
|
21
20
|
attribute :end, TimeNodeProperty
|
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_ordinal_era"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeOrdinalEraProperty <
|
11
|
-
attribute :owns,
|
12
|
-
attribute :nil_reason,
|
13
|
-
attribute :remote_schema,
|
9
|
+
class TimeOrdinalEraProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :owns, :boolean, default: -> { false }
|
11
|
+
attribute :nil_reason, :string
|
12
|
+
attribute :remote_schema, :string
|
14
13
|
attribute :time_ordinal_era, TimeOrdinalEra
|
15
14
|
|
16
15
|
xml do
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "code"
|
7
6
|
require_relative "code_with_authority"
|
@@ -13,8 +12,8 @@ require_relative "abstract_topology"
|
|
13
12
|
module Ogc
|
14
13
|
module Gml
|
15
14
|
class TimeOrdinalReferenceSystem < AbstractTopology
|
16
|
-
attribute :remarks,
|
17
|
-
attribute :domain_of_validity,
|
15
|
+
attribute :remarks, :string
|
16
|
+
attribute :domain_of_validity, :string
|
18
17
|
attribute :component, TimeOrdinalEraProperty, collection: true
|
19
18
|
|
20
19
|
xml do
|
data/lib/ogc/gml/time_period.rb
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
require_relative "time_instant_property"
|
6
5
|
require_relative "time_interval_length"
|
7
6
|
require_relative "time_position"
|
@@ -14,7 +13,7 @@ module Ogc
|
|
14
13
|
attribute :begin, TimeInstantProperty
|
15
14
|
attribute :end_position, TimePosition
|
16
15
|
attribute :end, TimeInstantProperty
|
17
|
-
attribute :duration,
|
16
|
+
attribute :duration, :string
|
18
17
|
attribute :time_interval, TimeIntervalLength
|
19
18
|
|
20
19
|
xml do
|
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "time_period"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimePeriodProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
13
|
-
attribute :owns,
|
9
|
+
class TimePeriodProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
12
|
+
attribute :owns, :boolean, default: -> { false }
|
14
13
|
attribute :time_period, TimePeriod
|
15
14
|
|
16
15
|
xml do
|
@@ -1,15 +1,14 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
module Ogc
|
7
6
|
module Gml
|
8
|
-
class TimePosition <
|
9
|
-
attribute :content,
|
10
|
-
attribute :frame,
|
11
|
-
attribute :calendar_era_name,
|
12
|
-
attribute :indeterminate_position,
|
7
|
+
class TimePosition < Lutaml::Model::Serializable
|
8
|
+
attribute :content, :string
|
9
|
+
attribute :frame, :string, default: -> { "#ISO-8601" }
|
10
|
+
attribute :calendar_era_name, :string
|
11
|
+
attribute :indeterminate_position, :string
|
13
12
|
|
14
13
|
xml do
|
15
14
|
root "timePosition"
|
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "abstract_time_primitive"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimePrimitiveProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
13
|
-
attribute :owns,
|
9
|
+
class TimePrimitiveProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
12
|
+
attribute :owns, :boolean, default: -> { false }
|
14
13
|
attribute :abstract_time_primitive, AbstractTimePrimitive
|
15
14
|
|
16
15
|
xml do
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "code"
|
7
6
|
require_relative "code_with_authority"
|
@@ -12,8 +11,8 @@ require_relative "abstract_topology"
|
|
12
11
|
module Ogc
|
13
12
|
module Gml
|
14
13
|
class TimeReferenceSystem < AbstractTopology
|
15
|
-
attribute :remarks,
|
16
|
-
attribute :domain_of_validity,
|
14
|
+
attribute :remarks, :string
|
15
|
+
attribute :domain_of_validity, :string
|
17
16
|
|
18
17
|
xml do
|
19
18
|
root "TimeReferenceSystem"
|
@@ -1,16 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "abstract_time_topology_primitive"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TimeTopologyPrimitiveProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
13
|
-
attribute :owns,
|
9
|
+
class TimeTopologyPrimitiveProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
12
|
+
attribute :owns, :boolean, default: -> { false }
|
14
13
|
attribute :abstract_time_topology_primitive, AbstractTimeTopologyPrimitive
|
15
14
|
|
16
15
|
xml do
|
data/lib/ogc/gml/tin.rb
CHANGED
data/lib/ogc/gml/topo_complex.rb
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "code"
|
7
6
|
require_relative "code_with_authority"
|
@@ -13,15 +12,15 @@ require_relative "topo_primitive_member"
|
|
13
12
|
|
14
13
|
module Ogc
|
15
14
|
module Gml
|
16
|
-
class TopoComplexProperty <
|
15
|
+
class TopoComplexProperty < Lutaml::Model::Serializable
|
17
16
|
end
|
18
17
|
|
19
|
-
class TopoComplex <
|
20
|
-
attribute :id,
|
21
|
-
attribute :is_maximal,
|
22
|
-
attribute :aggregation_type,
|
18
|
+
class TopoComplex < Lutaml::Model::Serializable
|
19
|
+
attribute :id, :string
|
20
|
+
attribute :is_maximal, :boolean, default: -> { false }
|
21
|
+
attribute :aggregation_type, :string
|
23
22
|
attribute :meta_data_property, MetaDataProperty, collection: true
|
24
|
-
attribute :description,
|
23
|
+
attribute :description, :string
|
25
24
|
attribute :description_reference, Reference
|
26
25
|
attribute :identifier, CodeWithAuthority
|
27
26
|
attribute :name, Code, collection: true
|
@@ -1,15 +1,14 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "topo_complex"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TopoComplexProperty <
|
11
|
-
attribute :nil_reason,
|
12
|
-
attribute :remote_schema,
|
9
|
+
class TopoComplexProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :nil_reason, :string
|
11
|
+
attribute :remote_schema, :string
|
13
12
|
attribute :topo_complex, TopoComplex
|
14
13
|
|
15
14
|
xml do
|
data/lib/ogc/gml/topo_curve.rb
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "code"
|
7
6
|
require_relative "code_with_authority"
|
@@ -11,11 +10,11 @@ require_relative "reference"
|
|
11
10
|
|
12
11
|
module Ogc
|
13
12
|
module Gml
|
14
|
-
class TopoCurve <
|
15
|
-
attribute :id,
|
16
|
-
attribute :aggregation_type,
|
13
|
+
class TopoCurve < Lutaml::Model::Serializable
|
14
|
+
attribute :id, :string
|
15
|
+
attribute :aggregation_type, :string
|
17
16
|
attribute :meta_data_property, MetaDataProperty, collection: true
|
18
|
-
attribute :description,
|
17
|
+
attribute :description, :string
|
19
18
|
attribute :description_reference, Reference
|
20
19
|
attribute :identifier, CodeWithAuthority
|
21
20
|
attribute :name, Code, collection: true
|
@@ -1,14 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "topo_curve"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TopoCurveProperty <
|
11
|
-
attribute :owns,
|
9
|
+
class TopoCurveProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :owns, :boolean, default: -> { false }
|
12
11
|
attribute :topo_curve, TopoCurve
|
13
12
|
|
14
13
|
xml do
|
data/lib/ogc/gml/topo_point.rb
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "topo_point"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TopoPointProperty <
|
11
|
-
attribute :owns,
|
9
|
+
class TopoPointProperty < Lutaml::Model::Serializable
|
10
|
+
attribute :owns, :boolean, default: -> { false }
|
12
11
|
attribute :topo_point, TopoPoint
|
13
12
|
|
14
13
|
xml do
|
@@ -1,14 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "shale"
|
3
|
+
require "lutaml/model"
|
5
4
|
|
6
5
|
require_relative "abstract_topo_primitive"
|
7
6
|
|
8
7
|
module Ogc
|
9
8
|
module Gml
|
10
|
-
class TopoPrimitiveArrayAssociation <
|
11
|
-
attribute :owns,
|
9
|
+
class TopoPrimitiveArrayAssociation < Lutaml::Model::Serializable
|
10
|
+
attribute :owns, :boolean, default: -> { false }
|
12
11
|
attribute :abstract_topo_primitive, AbstractTopoPrimitive, collection: true
|
13
12
|
|
14
13
|
xml do
|