ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS for Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

ArcMap

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Extensions

Enable Data Reviewer

Disponible avec une licence Data Reviewer.

  • Résumé
  • Utilisation
  • Syntaxe
  • Exemple de code
  • Environnements
  • Informations de licence

Résumé

Adds a feature dataset and tables necessary for an existing geodatabase to be considered a Reviewer workspace and store Data Reviewer results. The Reviewer workspace tables are required by ArcGIS Data Reviewer to manage Reviewer sessions.

Utilisation

  • This tool adds the required dataset and tables for storing Reviewer results, if they do not already exist.

  • The spatial reference of the Reviewer workspace and the data being validated must match or Reviewer geometries cannot be stored in the Reviewer workspace.

  • If this tool is run on an older version of a Reviewer workspace, the tables will be updated to the current schema.

  • A warning appears if this tool is run on a current version of the Reviewer workspace.

  • This tool can be used in conjunction with the Create Reviewer Session tool to create a new session in the Reviewer workspace.

  • If a configuration keyword is not selected for the Configuration Keyword parameter, the Output CONFIG Keyword environment setting will be used as a configuration keyword. If the environment setting does not exist, DEFAULTS will be used as the configuration keyword.

  • Versioned Reviewer workspaces created prior to ArcGIS Data Reviewer 10.6 require a user with administrative privileges to reconcile and post the Reviewer session tables and compress the enterprise geodatabase before upgrading to the latest Reviewer schema.

  • The Coordinate System parameter is ignored when upgrading a Reviewer workspace to the current version.

  • The Register as Versioned parameter is honored when upgrading a nonversioned Reviewer workspace to the current version. The parameter is ignored when upgrading a versioned Reviewer workspace to the current version and the parameter is set to false.

  • The Configuration Keyword parameter is honored when upgrading a Reviewer workspace to the current version and tables are missing. The Configuration Keyword parameter is ignored when upgrading a Reviewer workspace to the current version and all tables are present.

Syntaxe

EnableDataReviewer_Reviewer (workspace, {spatial_reference}, {register_as_versioned}, {config_keyword})
ParamètreExplicationType de données
workspace

The geodatabase where the Data Reviewer tables and feature dataset will be created. This can be a desktop or enterprise geodatabase.

Workspace
spatial_reference
(Facultatif)

The geographic or projected coordinate system of the feature classes in the Reviewer workspace. The default is GCS_WGS_1984 if no value is specified.

Spatial Reference
register_as_versioned
(Facultatif)

Indicates whether the feature classes and tables added to the workspace will be registered as versioned. This only applies to enterprise databases.

  • NONVERSIONED —The feature classes and tables will not be registered as versioned after they are added to the geodatabase. This is the default.
  • VERSIONED —The feature classes and tables will be registered as versioned after they are added to the geodatabase.
Boolean
config_keyword
(Facultatif)

The configuration keyword that determines the storage parameters of the database tables. This applies to file and enterprise geodatabases. The DEFAULTS keyword is used by default.

String

Sortie dérivée

NomExplicationType de données
out_reviewer_workspace

The Reviewer workspace generated by the tool.

Workspace

Exemple de code

EnableDataReviewer example (stand-alone script)

The following stand-alone script demonstrates the EnableDataReviewer tool.

# Name: EnableDataReviewer.py
# Description: Adds the Reviewer workspace feature dataset and tables to
#   a new geodatabase and creates a Reviewer session
# Author: Esri
# Date: June 2014

# Import arcpy module
import arcpy

# Check out Data Reviewer license
arcpy.CheckOutExtension("datareviewer")

# Set environment
arcpy.env.workspace="c:/data/"

# Create new geodatabase
workspace = arcpy.CreateFileGDB_management("c:/data/","ReviewerWorkspace")

# Execute EnableDataReviewer
arcpy.EnableDataReviewer_Reviewer(workspace,"#","#","DEFAULTS")

# Create a new Reviewer session
arcpy.CreateReviewerSession_Reviewer(workspace,"Session 1","#")

# Check in Data Reviewer license
arcpy.CheckInExtension("datareviewer")

Environnements

  • Mot-clé de configuration en sortie
  • Espace de travail courant

Informations de licence

  • ArcGIS Desktop Basic: Requiert Data Reviewer
  • ArcGIS Desktop Standard: Requiert Data Reviewer
  • ArcGIS Desktop Advanced: Requiert Data Reviewer

Rubriques connexes

  • An overview of the Data Reviewer toolbox

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS Platform

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

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog d’Esri
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2019 Esri. | Confidentialité | Légal