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

Create Location Diagram Data

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

Zusammenfassung

Creates the Location Diagram for a Joint Operations Graphic (JOG) map sheet. The Location Diagram needs the JOG_Index features, WAC_Index features, ONC_Index features, and the LandPoly features for the area surrounding the processed sheet.

Verwendung

  • The MapIndex geodatabase needs to be extracted from the installed .zip folder before using this tool. The .zip folder is installed at <installation directory>\ArcGIS\EsriDefenseMapping\Desktop10.5.1\ReferenceData\MapIndex.zip and should be extracted in the same location. You need write permissions to the ReferenceData folder.

    Vorsicht:

    By default, Windows extracts the geodatabase into a MapIndex subfolder, but you need to specify the extraction path to the ReferenceData folder.

Syntax

CreateLocationDiagramData(input_geodatabase, input_area_of_interest, input_wac_features, input_onc_features, input_land_features, arrangement)
ParameterErläuterungDatentyp
input_geodatabase

A VMap1JOG geodatabase that contains the CARTO feature dataset and JOG* feature classes. The Location Diagram will be appended to the feature classes in this geodatabase.

Workspace
input_area_of_interest

A polygon feature layer with a single selected feature used to identify the center and surrounding areas of interest (AOIs). The Location Diagram will be created within these AOIs.

Layer
input_wac_features

The WAC features used by this tool to create the Location Diagram feature classes in the input geodatabase. The default value is <installation directory>\ArcGIS\EsriDefenseMapping\Desktop10.5.1\ReferenceData\MapIndex.mdb\MapIndex\WAC_Index.

Feature Layer
input_onc_features

The ONC features used by this tool to create the Location Diagram feature classes in the input geodatabase. The default value is <installation directory>\ArcGIS\EsriDefenseMapping\Desktop10.5.1\ReferenceData\MapIndex.mdb\MapIndex\ONC_Index.

Feature Layer
input_land_features

Land features used by this tool to create the Location Diagram feature classes in the input geodatabase. The default value is <installation directory>\ArcGIS\EsriDefenseMapping\Desktop10.5.1\ReferenceData\MapIndex.mdb\MapIndex\LandPoly.

Feature Layer
arrangement

The specific arrangement of the JOG map sheet being produced.

  • A1 —The map template used for any AOI that is less than 2 degrees wide and between -20 and 20 degrees latitude.
  • A2 —The map template used for any AOI that is less than 2 degrees wide and above 20 degrees or below -20 degrees latitude.
  • A2 Oversized —The map template used for any AOI greater than 2 degrees wide and above 20 degrees or below -20 degrees latitude.
String

Codebeispiel

CreateLocationDiagramData example

The following code sample demonstrates how to use the tool.

# Importing necessary modules and checking out extensions
import arcpy
arcpy.CheckOutExtension('defense')

# Setting variables
jog_index = r'C:\Program Files (x86)\ArcGIS\EsriDefenseMapping\Desktop10.3\ReferenceData\MapIndex.gdb\MapIndex\JOG_Index'
selection_string = "NRN = ''"

# Making feature selection
arcpy.management.MakeFeatureLayer(jog_index, 'jog_index', selection_string)
arcpy.management.SelectLayerByAttribute('jog_index', "NEW_SELECTION")

# Running Location Diagram
Input_Database = r'C:\DATA\VMap1JOG.gdb'
arcpy.defense.CreateLocationDiagramData(Input_Database, 'jog_index', "#", "#", "#", "A2")

Umgebungen

  • Scratch-Workspace

Lizenzinformationen

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

Verwandte Themen

  • An overview of the Utilities 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