GSTPy.NetworkInterface.get_feature_custom_format

NetworkInterface.get_feature_custom_format((NetworkInterface)self, (FeatureDesc)feature, (IParsingActions)callback[, (SRS)srs=None[, (QueryBox)query_box=None]]) → None :

Download a feature in a custom format.

Parameters:
  • feature (FeatureDesc) – The requested feature.
  • callback (IParsingActions) – The parsing callback.
  • srs (SRS) – The requested SRS of the feature.
  • query_box (QueryBox) – query box for partial request. If this parameter is supplied, the returned feature data will only be in the area defined with QueryBox.box.