ENTITY inconsistent_edge_and_curve_directions SUBTYPE OF (erroneous_topology_and_geometry_relationship); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; distance_tolerance : length_measure; WHERE wr1: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.BOOLEAN_VALUE'); wr2: validate_inspected_elements_type(SELF, ['TOPOLOGY_SCHEMA.EDGE_CURVE']); wr3: validate_locations_of_extreme_value_type(SELF, []); wr4: validate_accuracy_types(SELF, []); END_ENTITY; -- inconsistent_edge_and_curve_directions |
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; erroneous_data - erroneous_topology_and_geometry_relationship - inconsistent_edge_and_curve_directions (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; distance_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EInconsistent_edge_and_curve_directions extends EErroneous_topology_and_geometry_relationshipdistance_tolerance (explicit attribute)boolean testDistance_tolerance(EInconsistent_edge_and_curve_directions type)double getDistance_tolerance(EInconsistent_edge_and_curve_directions type) void setDistance_tolerance(EInconsistent_edge_and_curve_directions type, double value) void unsetDistance_tolerance(EInconsistent_edge_and_curve_directions type) |
public class CInconsistent_edge_and_curve_directions implements EInconsistent_edge_and_curve_directionsstatic EAttribute attributeDistance_tolerance(EInconsistent_edge_and_curve_directions type) |
public class AInconsistent_edge_and_curve_directions extends AEntitypublic EInconsistent_edge_and_curve_directions getByIndex(int index)public EInconsistent_edge_and_curve_directions getCurrentMember(SdaiIterator it) |