ENTITY curve_with_small_curvature_radius SUBTYPE OF (geometry_with_local_near_degeneracy); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; WHERE wr1: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_UPPER_VALUE_LIMIT' IN TYPEOF(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.LENGTH_MEASURE' IN value_limit_type(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)); wr2: validate_measured_data_type(SELF, 'MEASURE_SCHEMA.LENGTH_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['GEOMETRY_SCHEMA.CURVE']); wr4: validate_locations_of_extreme_value_type(SELF, ['GEOMETRY_SCHEMA.POINT_ON_CURVE']); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- curve_with_small_curvature_radius |
Entity data types and their attributesrepresentation_itemname: label; data_quality_criterion - data_quality_measurement_requirement - shape_data_quality_criterion assessment_specification: shape_data_quality_assessment_specification_select; inapt_data - inapt_geometry - geometry_with_local_near_degeneracy - curve_with_small_curvature_radius (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface ECurve_with_small_curvature_radius extends EGeometry_with_local_near_degeneracy |
public class CCurve_with_small_curvature_radius implements ECurve_with_small_curvature_radius |
public class ACurve_with_small_curvature_radius extends AEntitypublic ECurve_with_small_curvature_radius getByIndex(int index)public ECurve_with_small_curvature_radius getCurrentMember(SdaiIterator it) |