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

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

Spatial notifications

Standard または Advancedのライセンスで利用可能。

  • What are spatial notifications?
  • Configuring the rules that trigger notification
  • Sending spatial notifications

What are spatial notifications?

Spatial notifications allow you to send notifications as a result of changes to your database. You can choose to send the notifications based on three types of changes or a combination of them:

  1. Changes to a specified dataset
  2. Changes in a specified area
  3. Changes to a specific feature based on a criterion

For more information on extending the ArcGIS Workflow Manager Spatial Notification framework with your own custom evaluators, notifiers, or senders, refer to the Workflow Manager SDK.

Spatial notification configuration basics

Evaluators are the rules that govern when notifications are sent in the system. There are mainly two types of evaluators that can be used to trigger spatial notifications.

  • Dataset evaluators trigger a notification anytime a feature in the dataset is modified. Basically an addition, deletion, or change to an existing feature will trigger a notification.

    The dataset evaluators can be set up to track more detailed changes based on your needs. For example, you can choose to send notifications when a feature is modified, but you are only interested in a certain field in the attributes of this layer. You can configure the properties that trigger such notifications.

  • Area evaluators trigger a notification anytime a feature changes within the area specified. You can define the area by drawing a box or choosing to use the area of interest for the job currently being executed.

For spatial notifications to be triggered, participating datasets must be registered as versioned and enabled for archiving. The notifier defines what means the alerts are sent through. Workflow Manager allows you to send notifications through e-mails. However, this can be extended to use your own notifiers like SMS, instant messaging, and so on.

注意:

Branch versioned feature services are not supported.

E-mails are sent for each feature that meets the evaluator criteria; by checking the summarize option, an e-mail is sent for each edit session.

Configuring the rules that trigger notification

Creating change rules

Define the rules that would drive the notifications that are sent when edits are made to data.

  1. Start the Workflow Manager Administrator and connect to your Workflow Manager database.
  2. Select the Spatial Notification folder under Notifications folder.
  3. Right-click and click Add to create a new rule.

    Add a spatial notification rule.

  4. Enter a name and description for the new rule.

    Change Rule properties

  5. Click Add to add an evaluator to the rule.

    The Choose Evaluator dialog box appears.

  6. Choose the type of evaluator you want this rule to have.
  7. Do one of the following to add an evaluator:

    To add a dataset evaluator

    • Click Add.
    • If more than one Data Workspace is configured, you will be prompted to choose which one contains the dataset you wish to add.
    • Choose the dataset you wish to receive notifications for.
    • Click Select.
    • Click OK.

      Configure the dataset evaluator

    • Select the new dataset evaluator and click Properties to create conditions. Update dataset properties

    To add an AOI evaluator

    • Choose the Geometric Operation that will be used for the evaluation:
      • Intersects
      • Contains
      • Crosses
      • Envelope Intersects
      • Overlaps
      • Touches
      • Within
    • Choose whether the opposite of the operation should be used by checking the Use Inverse of Operation check box.
    • Opt to use either the job's AOI or to define your own.
      注意:

      If choosing to define your own, the tools will become active so you can draw the polygon on the map.

      AOI evaluator options
    • Click OK

    The evaluator is added to the list.

  8. Add additional evaluators for this rule.

    The list represents how this rule will be executed. Any features found that pass the first evaluator will be passed to the next, and so on. Any features that remain will trigger the notification to be sent.

  9. Choose Email Notifier.

    By default, there is only one notifier: Email Notifier. It is possible to extend this with your own type of notifier. For more information, reference the Workflow Manager SDK.

  10. Click Edit.

    The Email Notifier dialog box appears.

  11. Type the subject of the e-mail.
  12. Type the message.

    The ellipsis (...) button allows you to open a dialog box showing you all the tokens available. This would allow you to show the feature class that was edited, the type of the change that was made, or the user who triggered the notification.

  13. Type a sender email and name.
  14. Choose the subscribers.
  15. Click OK to close the Email Notifier dialog box.
  16. Click Summarize to generate one e-mail for each time the rule defined is matched.

    By checking this option, Workflow Manager will generate the e-mail as defined in step 12 above, and each feature that was edited would have a line entry in the e-mail. If this option is not checked, you will receive an e-mail for all the individual edits that satisfy the rule.