GSTPy.Area¶
-
class
GSTPy.Area¶ Defines the selection area for a feature download.
-
__init__((object)self, (PolygonSelection)polygon_selection) → None :¶ Constructs an Area from a polygon selection.
- Parameters:
- polygon_selection(PolygonSelection):
The polygon selection.
__init__( (object)self, (BoundingBox)bounding_box) -> None :
Constructs an Area from a bounding box.
- Parameters:
bounding_box(BoundingBox): The bounding box.
-