GSTPy.PolygonSelection

class GSTPy.PolygonSelection

Defines a polygon from either a geometry file or an existing feature.

__init__((object)arg1, (GeometryFile)geometry_file) → object :

Constructs a PolygonSelection from a polygon geometry file.

Parameters:
geometry_file(GeometryFile): The polygon geometry file.

__init__( (object)arg1, (FeatureDesc)feature) -> object :

Constructs a PolygonSelection from a polygon feature description.

Parameters:
feature(FeatureDesc): The polygon feature description.