Smooth Line (Defense Mapping)
Краткая информация
Esri Defense Mapping cartographic production tool that smooths sharp angles and corners to improve feature display. This tool uses a Defense Mapping-specific algorithm to perform its feature modifications.
Defense Mapping geoprocessing tools Create Contours and EGB Hydro Centerline use this tool to smooth their output features.
Использование
-
This tool changes the input polyline feature data. This operation cannot be undone.
Синтаксис
SmoothLine_defense (polyline_features)
Параметр | Объяснение | Тип данных |
polyline_features |
The input polylines that will be smoothed. | Feature Layer |
Пример кода
SmoothLine example (Python window)
The following code demonstrates how to use the SmoothLine tool.
# set gp environment
arcpy.env.workspace="c:/data/MGCP.gdb/MGCP"
arcpy.env.addOutputsToMap=True
# create a feature layer from a polyline feature class
arcpy.MakeFeatureLayer_management("BarrierL","BarrierL")
# execute smooth line
arcpy.SmoothLine_defense("BarrierL")
Параметры среды
Связанные темы
Информация о лицензировании
ArcGIS for Desktop Basic: Нет
ArcGIS for Desktop Standard: Требует Defense Mapping
ArcGIS for Desktop Advanced: Требует Defense Mapping
4/27/2014