GSTPy.StreamableGeometry

class GSTPy.StreamableGeometry

Abstract base class used for upload/update of features.

GeometryBuilder implements this interface.

get_color((StreamableGeometry)arg1) → Color :

Color: The color of the geometry.

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_srs((StreamableGeometry)arg1) → SRS :

SRS: The srs of the feature class.

get_transparency((StreamableGeometry)arg1) → float :

float: TThe transparency value of the geometry.