DisplayScaleMixin

class s100py.s102.v2_0.api.DisplayScaleMixin

Bases: object

Inheritance diagram of DisplayScaleMixin

Attributes Summary

maximum_display_scale

From 4.2.1.1.1.5, The smaller value of the ratio of the linear dimensions of the features of a dataset presented in the display and the actual dimensions of the features represented (smallest scale) of the scale range of the dataset.

minimum_display_scale

From 4.2.1.1.1.2, The larger value of the ratio of the linear dimensions of the features of a dataset presented in the display and the actual dimensions of the features represented (largest scale) of the scale range of the dataset.

Methods Summary

maximum_display_scale_create()

minimum_display_scale_create()

Attributes Documentation

maximum_display_scale

From 4.2.1.1.1.5, The smaller value of the ratio of the linear dimensions of the features of a dataset presented in the display and the actual dimensions of the features represented (smallest scale) of the scale range of the dataset. A list of display scale ranges is available in Table 11.1, 1st column

minimum_display_scale

From 4.2.1.1.1.2, The larger value of the ratio of the linear dimensions of the features of a dataset presented in the display and the actual dimensions of the features represented (largest scale) of the scale range of the dataset. A list of display scale ranges is available in Figure 11.1, 1st column

Methods Documentation

maximum_display_scale_create()
minimum_display_scale_create()
__init__()