ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

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

ArcGIS Online

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

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS for Developers

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

ArcGIS Solutions

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

ArcGIS Marketplace

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

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

ArcMap

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

Generate Events

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

サマリー

Re-creates shapes for event features registered with an LRS Network. If the event has derived network route and measure fields configured, the tool will update those fields when executed.

使用法

  • Input the event whose features need to be regenerated based on the route and measure of the event.

構文

GenerateEvents_locref (in_event_layer)
パラメーター説明データ タイプ
in_event_layer

The event for which shapes will be regenerated.

Feature Layer

コードのサンプル

GenerateEvents example 1 (Python window)

The following Python window script demonstrates how to use GenerateEvents in immediate mode.

# tool variables 
in_event_layer = "Event"

# set current workspace 
arcpy.env.workspace = "C:/data/Outputs.gdb"

# execute the tool 
arcpy.UpdateEventShapes_locref(in_event_layer)
GenerateEvents example 2 (stand-alone script)

The following Python script demonstrates how to use GenerateEvents in a stand-alone Python script.

# Name: GenerateEvents_standalone_ex.py 
# Description: Re-creates shapes for event features registered with a LRS Network 
# Requirements: Esri Roads and Highways
# Import arcpy module 
import arcpy 
# Check out any necessary licenses
arcpy.CheckOutExtension("Highways")
# Local variables 
# input Network layer 
in_event_layer = "C:\\RoadsAndHighways\Data\RH_DOT.gdb\SpeedLimit" 
# Process: Generate Events
arcpy.GenerateEvents_locref(in_event_layer)

環境

  • 現在のワークスペース

ライセンス情報

  • ArcGIS Desktop Basic: 次のものが必要 Roads and Highways
  • ArcGIS Desktop Standard: 次のものが必要 Roads and Highways
  • ArcGIS Desktop Advanced: 次のものが必要 Roads and Highways

ArcGIS Desktop

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

ArcGIS プラットフォーム

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

Esri について

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