CommonPointRule

class s100py.s100.CommonPointRule

Bases: object

Inheritance diagram of CommonPointRule

Attributes Summary

common_point_rule

The procedure used for evaluating the coverage at a position that falls on the boundary or in an area of overlap between geometric objects Values from CV_CommonPointRule (Table 10c-19).

common_point_rule_attribute_name

common_point_rule_type

rtype

Type[Enum]

Methods Summary

common_point_rule_create()

Creates a blank, empty or zero value for common_point_rule

Attributes Documentation

common_point_rule

The procedure used for evaluating the coverage at a position that falls on the boundary or in an area of overlap between geometric objects Values from CV_CommonPointRule (Table 10c-19).

see COMMON_POINT_RULE

Return type

COMMON_POINT_RULE

common_point_rule_attribute_name = 'commonPointRule'
common_point_rule_type
Return type

Type[Enum]

Methods Documentation

common_point_rule_create()

Creates a blank, empty or zero value for common_point_rule

__init__()