GSTPy.StreamableGeometry¶
-
class
GSTPy.
StreamableGeometry
¶ Abstract base class used for upload/update of features.
GeometryBuilder
implements this interface.-
get_name
((StreamableGeometry)arg1) → str :¶ str: The name of the geometry.
-
get_object_property_values
((StreamableGeometry)arg1) → dict :¶ dict[str,str]: A dict of the object property values. Maps name => value.
-
get_transparency
((StreamableGeometry)arg1) → float :¶ float: TThe transparency value of the geometry.
-