ENTITY edge_with_excessive_segments SUBTYPE OF (overcomplex_topology_and_geometry_relationship); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; WHERE wr1: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_LOWER_VALUE_LIMIT' IN TYPEOF(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.COUNT_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.COUNT_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['TOPOLOGY_SCHEMA.EDGE_CURVE']); wr4: validate_locations_of_extreme_value_type(SELF, []); wr5: validate_accuracy_types(SELF, []); END_ENTITY; -- edge_with_excessive_segments |
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 - overcomplex_topology_and_geometry_relationship - edge_with_excessive_segments (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface EEdge_with_excessive_segments extends EOvercomplex_topology_and_geometry_relationship |
public class CEdge_with_excessive_segments implements EEdge_with_excessive_segments |
public class AEdge_with_excessive_segments extends AEntitypublic EEdge_with_excessive_segments getByIndex(int index)public EEdge_with_excessive_segments getCurrentMember(SdaiIterator it) |