ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

GeoNames To Geodatabase

  • 概要
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

概要

Loads GeoNames data into a feature class and table. The feature class is composed of point features, and the table contains fields with information concerning the naming conventions used for the features. The feature class contains the Unique Feature Identifier (UFI) and Unique Name Identifier (UNI), which match the same fields in the GeoNames table.

使用法

  • Before loading the GeoNames data into your database, the feature class and table must already exist. Fresh copies of the GeoNames feature class and table are located at C:\Program Files (x86)\ArcGIS\EsriDefenseMapping\Desktop10.5\Geonames\Schema\Gdb\Geonames_Template.zip. Extract Geonames_Template.zip and copy the feature class and table into your working database.

  • If your organization already has a GeoNames database, this database may be used as long as it contains the UFI and UNI fields.

構文

arcpy.defense.GeoNamesToGeodatabase(in_source, in_feature_class, in_allow_duplicates, in_table)
パラメーター説明データ タイプ
in_source

Path to the source file containing GeoNames information. This needs to be a properly formatted GeoNames file.

Shapefile; Text File
in_feature_class

The GeoNames feature class; this feature class should be in the working database.

Feature Class
in_allow_duplicates

Allows duplicate features in the GeoNames feature class.

  • ALLOW_DUPLICATES —Allows the tool to import features even if there is already an entry in the GeoNames feature class and table.
  • DON'T_ALLOW_DUPLICATES —Prevents the tool from importing features if there is another feature with the same geometry and attributes in the GeoNames feature class or GeoNames table. This is the default.
Boolean
in_table

The GeoNames table; this table should be in the working database.

Table

派生した出力

名前説明データ タイプ
out_featureclass

Feature Class
out_tableTable

コードのサンプル

GeoNamesToGeodatabase example (stand-alone script)

The following script is an example of calling GeoNamesToGeodatabase in a stand-alone Python script:

# Importing arcpy module
import arcpy

# Checking out Defense extension
arcpy.CheckOutExtension('defense')

# Setting variables for parameters
source_file = r'C:\Data\ha.txt'
feature_class = r'C:\Data\MGCP_TRD_4_2.gdb\GeoNames_FeaturesP'
in_table = r'C:\Data\MGCP_TRD_4_2.gdb\GEONAMES_TABLE'

# Calling GeoNames to Geodatabase tool
arcpy.defense.GeoNamestoGeodatabase(source_file, feature_class, 'DONT_ALLOW_DUPLICATES', in_table)

# Checking in Defense extension
arcpy.CheckInExtension('defense')

環境

  • 現在のワークスペース

ライセンス情報

  • Basic: いいえ
  • Standard: 次のものが必要 Defense Mapping
  • Advanced: 次のものが必要 Defense Mapping

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル