本文简要介绍 python 语言中 arcgis.features.FeatureSet.save
的用法。
用法:
save(save_location, out_name, encoding=None)
返回:
一个字符串
save
方法将函数集对象保存到磁盘上的Feature
类。Parameter
Description
save_location
必需的字符串。将要素集导出到的路径。
out_name
必需的字符串。已保存表的名称。
encoding
可选字符串。字符编码用于通过某种编码系统来表示一组字符。默认值为无。
# Obtain a feature from a feature layer: >>> feat_set = feature_layer.save(save_location = "C:\ArcGISProjects" >>> out_name = "Power_Plant_Data") "C:\ArcGISProjects\Power_Plant_Data"
相关用法
- Python ArcGIS FeatureLayerCollection.extract_changes用法及代码示例
- Python ArcGIS FeatureLayer.manager用法及代码示例
- Python ArcGIS FeatureLayer.delete_features用法及代码示例
- Python ArcGIS FeatureLayer.fromitem用法及代码示例
- Python ArcGIS Feature.geometry用法及代码示例
- Python ArcGIS FeatureLayer.query_related_records用法及代码示例
- Python ArcGIS FeatureLayer用法及代码示例
- Python ArcGIS FeatureLayer.query_date_bins用法及代码示例
- Python ArcGIS FeatureLayer.get_unique_values用法及代码示例
- Python ArcGIS FeatureLayer.generate_renderer用法及代码示例
- Python ArcGIS FeatureLayer.append用法及代码示例
- Python ArcGIS FeatureLayer.calculate用法及代码示例
- Python ArcGIS Feature.set_value用法及代码示例
- Python ArcGIS FeatureCollection.from_featureset用法及代码示例
- Python ArcGIS FeatureLayer.edit_features用法及代码示例
- Python ArcGIS Feature用法及代码示例
- Python ArcGIS Feature.attributes用法及代码示例
- Python ArcGIS FeatureLayer.query用法及代码示例
- Python ArcGIS Feed.metrics用法及代码示例
- Python ArcGIS FeedsManager.get用法及代码示例
- Python ArcGIS FeedsManager.create用法及代码示例
- Python ArcGIS FeedsManager.items用法及代码示例
- Python ArcGIS Feed.start用法及代码示例
- Python ArcGIS Feed.stop用法及代码示例
- Python ArcGIS Feed.status用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.features.FeatureSet.save。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。