Workspace To New Raster Catalog (Samples)

サマリ

Creates a new raster catalog and loads all the raster datasets in the input workspace, or geodatabase, to the raster catalog. The spatial reference of both the raster column and the geometry column are taken from the first raster dataset in the input workspace. The x,y domain of the geometry column is calculated with the union extents of all the raster dataset inputs. There must be a spatial reference attached to the raster datasets for the tool to run.

レガシレガシ:
This tool has been deprecated. For more information, see An overview of the Samples toolbox.

使用法

構文

WorkspaceToNewRasterCatalog_samples (input_workspace, output_location, raster_catalog_name, {configuration_keyword}, {management_type})
パラメータ説明データ タイプ
input_workspace

入力ワークスペースは、ディレクトリ、パーソナル ジオデータベース、ファイル ジオデータベース、または ArcSDE ジオデータベースのいずれかです。

Folder | Workspace
output_location

The output location is the geodatabase where the new raster catalog will be created.

Folder | Workspace
raster_catalog_name

作成するラスタ カタログの名前。

String
configuration_keyword
(オプション)

ファイル ジオデータベースおよび ArcSDE ジオデータベースの格納パラメータ(コンフィグレーション)を指定します。パーソナル ジオデータベースは、コンフィグレーション キーワードを使用しません。

ArcSDE コンフィグレーション キーワードは、データベース管理者によって設定されます。

String
management_type
(オプション)

ラスタ カタログ内のラスタ データセットは、(ジオデータベースで)管理する方法と管理しない方法の 2 通りの方法で管理できます。

  • MANAGED管理されたラスタ カタログでは、ラスタ カタログ内のラスタ データセットは物理的にジオデータベース内に格納されます。カタログから行(またはラスタ)を削除すると、その行(またはラスタ)はジオデータベースから削除されます。
  • UNMANAGED管理されないラスタ カタログでは、ラスタ カタログは、ジオデータベースの外部に格納されたラスタ データセットと行を接続するリンクまたはポインタだけを持ちます。Unmanaged ラスタ カタログに読み込まれるラスタ データセットはすべてディスク上のファイルでなければなりません。
String

コードのサンプル

import arcgisscripting
gp = arcgisscripting.create()
 
gp.WorkspaceToNewRasterCatalog_samples("D:\\temp\\tempws", "Database Connections\\raster.sde", "wrksp_to_new_rc", "#", "Managed")

環境

このツールは、ジオプロセシング環境を使用しません

4/24/2012