本文简要介绍 python 语言中 arcgis.features.Feature.geometry
的用法。
用法:
property geometry
返回:
该要素的几何形状就像一个字典。
获取/设置特征的几何形状(如果有)。
Parameter
Description
value
必需的字符串。值:“折线”| “多边形”| '观点'
注意:设置此值将覆盖当前几何字典(如果已存在)。
# Get the current geometry >>> feat_set = feature_layer.query(where="1=1") >>> feat_list = feat_set.features >>> feat = feat_list[0] >>> feat.geometry {'x': -8238318.738276444, 'y': 4970309.724235498, 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}}
相关用法
- Python ArcGIS Feature.set_value用法及代码示例
- Python ArcGIS Feature.attributes用法及代码示例
- Python ArcGIS FeatureLayerCollection.extract_changes用法及代码示例
- Python ArcGIS FeatureLayer.manager用法及代码示例
- Python ArcGIS FeatureLayer.delete_features用法及代码示例
- Python ArcGIS FeatureLayer.fromitem用法及代码示例
- 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 FeatureCollection.from_featureset用法及代码示例
- Python ArcGIS FeatureLayer.edit_features用法及代码示例
- Python ArcGIS Feature用法及代码示例
- Python ArcGIS FeatureSet.save用法及代码示例
- 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.Feature.geometry。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。