ENTITY short_length_edge SUBTYPE OF (topology_related_to_nearly_degenerate_geometry); 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, ['TOPOLOGY_SCHEMA.EDGE_CURVE']); wr4: validate_locations_of_extreme_value_type(SELF, []); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- short_length_edge |
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_topology_and_geometry_relationship - topology_related_to_nearly_degenerate_geometry - short_length_edge (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface EShort_length_edge extends ETopology_related_to_nearly_degenerate_geometry |
public class CShort_length_edge implements EShort_length_edge |
public class AShort_length_edge extends AEntitypublic EShort_length_edge getByIndex(int index)public EShort_length_edge getCurrentMember(SdaiIterator it) |