GSTPy.AreaLimiter

class GSTPy.AreaLimiter

Defines the selection area, selection mode and load threshold for partial feature downloads.

__init__((object)arg1, (Area)area, (GeometryLoadMode)geometry_load_mode, (GeometryLoadThreshold)geometry_load_threshold[, (float)safe_area_width=0.0]) → object :

Constructor.

Parameters:
  • area (Area) – The selection area.
  • geometry_load_mode (GeometryLoadMode) – The load mode.
  • geometry_load_threshold (GeometryLoadThreshold) – The load threshold.
  • safe_area_width (float) – The safe area width. Optional, Default: 0 = unused.