Publishing a service from ArcGIS Desktop using a point geometry as the input feature class causes the tools output feature class to be defined as esriGeometryPoint instead of esriGeometryPolygon.
上次发布: March 12, 2019ArcGIS GIS Server
漏洞 ID 编号
BUG-000119656
已提交
January 28, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.6.1
操作系统
Windows OS
操作系统版本
2016 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a workflow issue, not a defect.
Geoprocessing Tools allow users to define the input and output parameters within ArcGIS Desktop when a tool is created. Create a custom geoprocessing tool using the following documentation to customize the outputs for a workflow, http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/setting-script-tool-parameters.htm.
Note: ArcGIS Server inherits the tool created in ArcGIS Desktop and the parameters defined on that tool. This is an expected behaviour.
解决办法
Import point feature class in ArcMap.
Run the buffer tool on the feature class.
Share the result as a Geoprocessing package.
Unpack the package and publish the service from the unpacked result.
The service is generated with the correct geometry, esriGeometryPolygon.