GSTPy.NetworkInterface.upload_geometry_hull

NetworkInterface.upload_geometry_hull((NetworkInterface)self, (FeatureDesc)feature, (str)file_path, (FileType)file_type)None :

Upload the geometry hull for the feature from a file.

The file needs to contain a line or polygon geometry and have a supported file type. We take the first line or polygon in the file and will close the polygon if it isn’t already closed.

Parameters
  • feature (FeatureDesc) – The feature.

  • file_path (str) – The file path.

  • file_type (FileType) – The type of the file.