第一部分:了解createfeatureclass_management方法 createfeatureclass_management方法是arcpy模块中的一个函数,用于在地理数据库中创建要素类。该函数有多个参数,其中一个是template参数。在继续讨论模板参数之前,让我们先了解一下createfeatureclass_management方法的基本用法。 首先,为了使用该方法,我们首先需要导入arcpy模块。
CreateFeatureclass_management(out_path=out_path, out_name=out_name, geometry_type=lookUpGeometry(geom_type), spatial_reference=arcpy.SpatialReference(wkid))[0] for field in fields: if field['name'] != objectIdField: field_names.append(field['name']) arcpy.AddField_management(out_path + os...
Workspace; Feature Dataset Feature Class Name The name of the feature class to be created. String Geometry Type (Optional) Specifies the geometry type of the output feature class. Point—The geometry type will be point. Multipoint—The geometry type will be multipoint. ...
CreateUnRegisteredFeatureclass(out_path, out_name, {geometry_type}, {template}, {has_m}, {has_z}, {spatial_reference}, {config_keyword}) Parameter Explanation Data Type out_path The enterprise geodatabase or database in which the output feature class will be created. Workspace; Feature Da...
Workspace; Feature Dataset フィーチャクラス名 作成するフィーチャクラスの名前。 String ジオメトリ タイプ (オプション) フィーチャクラスのジオメトリ タイプを指定します。 ポイント—ジオメトリ タイプはポイントになります。
エンタープライズ ジオデータベースまたはファイル ジオデータベース、または、出力フィーチャクラスを作成するフォルダー。このワークスペースはすでに存在している必要があります。 Workspace; Feature Dataset フィーチャクラス名 作成するフィーチャクラスの名前。 String ジオメトリ ...
フィーチャクラス ツールセットの概要 アノテーション フィーチャクラスのアペンド (Append Annotation Feature Classes) フィーチャクラスの作成 (Create Feature Class) 未登録フィーチャクラスの作成 (Create Unregistered Feature Class) インテグレート フィーチャクラスの範囲を再計算 (Recal...
Creates an empty feature class in a database or enterprise geodatabase. The feature class is not registered with the geodatabase. Usage This tool creates only simple feature classes such as point, multipoint, polygon, and polyline. An empty feature class created by this tool will either ha...
Creates an empty feature class in an enterprise database or enterprise geodatabase. The feature class is not registered with the geodatabase. Usage This tool creates only simple feature classes such as point, multipoint, polygon, and polyline. The empty feature class created by this tool wil...
ArcGIS geoprocessing tool that creates an empty, unregistered feature class in an enterprise database.