ENTITY high_degree_planar_surface SUBTYPE OF (overcomplex_geometry); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; approximation_tolerance : length_measure; 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, ['GEOMETRY_SCHEMA.B_SPLINE_SURFACE']); wr4: validate_locations_of_extreme_value_type(SELF, []); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- high_degree_planar_surface |
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 - overcomplex_geometry - high_degree_planar_surface (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; approximation_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EHigh_degree_planar_surface extends EOvercomplex_geometryapproximation_tolerance (explicit attribute)boolean testApproximation_tolerance(EHigh_degree_planar_surface type)double getApproximation_tolerance(EHigh_degree_planar_surface type) void setApproximation_tolerance(EHigh_degree_planar_surface type, double value) void unsetApproximation_tolerance(EHigh_degree_planar_surface type) |
public class CHigh_degree_planar_surface implements EHigh_degree_planar_surfacestatic EAttribute attributeApproximation_tolerance(EHigh_degree_planar_surface type) |
public class AHigh_degree_planar_surface extends AEntitypublic EHigh_degree_planar_surface getByIndex(int index)public EHigh_degree_planar_surface getCurrentMember(SdaiIterator it) |