Smooth Line (Defense Mapping)

Niveau de licence :BasicStandardAdvanced

Récapitulatif

Esri Defense Mapping cartographic production tool that smooths sharp angles and corners to improve feature display. This tool uses a Cartographie militaire-specific algorithm to perform its feature modifications.

Cartographie militaire geoprocessing tools Create Contours and EGB Hydro Centerline use this tool to smooth their output features.

Utilisation

Syntaxe

SmoothLine_defense (polyline_features)
ParamètreExplicationType de données
polyline_features

The input polylines that will be smoothed.

Feature Layer

Exemple de code

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")

Environnements

Thèmes connexes

Informations de licence

ArcGIS for Desktop Basic: Annuler
ArcGIS for Desktop Standard: Requis Defense Mapping
ArcGIS for Desktop Advanced: Requis Defense Mapping
4/26/2014