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 Adjoining Sheet Guide Data

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

Zusammenfassung

Esri Defense Mapping cartographic production tool that creates data used in the adjoining sheet guide of defense mapping templates. This tool uses an input area of interest (AOI) to find surrounding areas of interest. It creates data within those AOIs in the ASG_COAST_L and ASG_LAND_A feature classes.

Verwendung

  • Input Geodatabase must contain a CARTO dataset. The tool returns error Input geodatabase does not contain the Esri Defense Mapping CARTO feature dataset if the dataset cannot be found. The CARTO dataset must contain the following feature classes:

    • ASG_SHEETS_A
    • ASG_SHEETS_L
    • ASG_AOI
    • ASG_LAND_A
    • ASG_COAST_L

    The tool returns error CARTO dataset is missing required feature class if any of these cannot be found.

  • Area of Interest must have one selected feature. The tool returns Input Area of Interest must have only one selected feature if it detects that zero or more than one features are selected.

  • The Scale and Area of Interest parameters are used together to locate surrounding areas of interest. The extent of the Area of Interest is expanded by a factor specified in MIL-T-89301A for scale 1:50000 or MIL-T-89306 for scale 1:100000. The expanded extent is used to select adjoining areas of interest to include in the adjoining sheet guide.

Syntax

CreateAdjoiningSheetGuideData(input_geodatabase, input_area_of_interest, input_land_features, scale)
ParameterErläuterungDatentyp
input_geodatabase

Geodatabase that contains the CARTO feature dataset and ASG* feature classes. Data created for the adjoining sheet guide is appended to the feature classes in this geodatabase.

Workspace
input_area_of_interest

A feature layer with a single selected feature used to identify the center and surrounding areas of interest (AOIs). Adjoining sheet guide data is created within these AOIs.

Layer
input_land_features

Land features used by the tool to create adjoining sheet guide data in the ASG_COAST_L and ASG_LAND_A feature classes in the input geodatabase.

Feature Layer
scale

Defines a factor by which the extent of the Area of Interest is expanded. The expanded extent is used to select adjoining areas of interest. Data from the adjoining areas of interest is included in the adjoining sheet guide.

  • 1:50000 —Uses specification MIL-T-89301A to determine how to expand the width and height of the extent of the Input Area of Interest.
  • 1:100000 —Uses specification MIL-T-89306 to determine how to expand the width and height of the extent of the Input Area of Interest.
String

Codebeispiel

CreateAdjoiningSheetGuideData example (Python window)

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

# set gp environment
arcpy.env.addOutputsToMap = True

# local variables
geodb="c:/data/CARTO.gdb"
areaOfInterest = "C:/Program Files (x86)/ArcGIS/EsriDefenseMapping/Desktop10.1/ReferenceData/MapIndex.mdb/MapIndex/TLM100_Index"
areaOfInterestLyr="TLM100IDX"
whereclause="NRN='V695X1856'"
landFeatures="C:/Program Files (x86)/ArcGIS/EsriDefenseMapping/Desktop10.1/ReferenceData/MapIndex.mdb/MapIndex/LandPoly"
scale="1:50000"

# create a feature layer for processing
arcpy.MakeFeatureLayer_management(areaOfInterest,areaOfInterestLyr)
arcpy.SelectLayerByAttribute_management(areaOfInterestLyr,"NEW_SELECTION",whereclause)

desc=arcpy.Describe(areaOfInterestLyr)
fidlist=desc.FIDSet.split(";")
if len(fidlist) == 1:
    # execute the CreateAdjoiningSheetGuideData tool
    arcpy.CreateAdjoiningSheetGuideData_defense(geodb, areaOfInterestLyr, landFeatures, scale)

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

  • ArcGIS Desktop Basic: Nein
  • ArcGIS Desktop Standard: Nein
  • 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