ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS for Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

ArcMap

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Erweiterungen

Simplify Contours

  • Zusammenfassung
  • Verwendung
  • Syntax
  • Codebeispiel
  • Umgebungen
  • Lizenzinformationen

Zusammenfassung

Defense Mapping production tool that simplifies contours for use in cartographic products. This tool preserves the essential shape of a contour by eliminating extraneous bends.

Verwendung

  • This tool modifies the input contours. You cannot undo this operation.

  • Extraneous bends are composed of redundant vertices. This tool identifies redundant vertices as those that lie within a minimum allowable distance, or tolerance. Tolerance depends upon the Scale parameter.

  • The Scale parameter and tolerance values are designed for use with Defense Mapping cartographic products.

Syntax

SimplifyContours(Input_Contours, Scale)
ParameterErläuterungDatentyp
Input_Contours

The input contours that are going to be simplified.

Feature Layer
Scale

Scale value used to determine a simplification tolerance. Tolerance specifies a minimum allowable distance between vertices. The tool removes vertices that lie within this tolerance.

  • 1:5000 —Simplification tolerance is 1 meter.
  • 1:7500 —Simplification tolerance is 1 meter.
  • 1:12500 —Simplification tolerance is 1 meter.
  • 1:25000 —Simplification tolerance is 1 meter.
  • 1:50000 —Simplification tolerance is 2 meters. This is the default.
  • 1:100000 —Simplification tolerance is 2 meters.
  • 1:250000 —Simplification tolerance is 3 meters.
  • 1:500000 —Simplification tolerance is 3 meters.
  • 1:1000000 —Simplification tolerance is 3 meters.
String

Codebeispiel

SimplifyContours example (Python window)

The following code sample demonstrates how to use the SimplifyContours tool.

# set gp environment
arcpy.env.workspace="C:/data"

# variables for tool
inputContours="mgcp.gdb/mgcp/contours"
mapScale="1:12500"

# execute the tool
arcpy.SimplifyContours_defense(inputContours,mapScale)

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

  • ArcGIS Desktop Basic: Nein
  • ArcGIS Desktop Standard: Erfordert Defense Mapping
  • ArcGIS Desktop Advanced: Erfordert Defense Mapping

Verwandte Themen

  • An overview of the Contours toolset

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS Plattform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Über Esri

  • Über uns
  • Karriere
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2019 Esri. | Datenschutz | Rechtliches