Mosaic datasets in a geodatabase in DB2
Mosaic datasets contain a raster catalog and a set of properties and rules that define an on-the-fly mosaic view of the raster catalog. See What is a mosaic dataset? for more information.
Mosaic datasets in ArcGIS for Desktop
In the Catalog tree, mosaic datasets have the following icon:
The name of the mosaic dataset in a geodatabase in DB2 contains the database name, the name of the dataset owner, and the name of the mosaic dataset itself.
Mosaic datasets in an IBM DB2 database
Information about mosaic datasets is stored in the GDB_ITEMS and GDB_ITEMTYPES system tables. There can be nine additional tables stored in the schema of the user who creates the mosaic dataset. Four of them—the ART, BND, CAT, and LOG tables—are created when you use the mosaic dataset that's created; the other tables are generated the first time you perform an operation that requires the table's existence. Referenced mosaic datasets only have two tables: the BND and LOG tables.
The name portion of the table names is the name of the mosaic dataset. Be sure the name you give the mosaic dataset is 22 characters or fewer.
This table stores the analysis results generated by the Analyze Mosaic Dataset geoprocessing tool.
Field name | Field type | Description | Null? |
---|---|---|---|
OBJECTID | INTEGER | The row ID | NOT NULL |
RESULTID | INTEGER | The identifier of the analysis result message | |
RESULTTYPE | INTEGER | The type of analysis result message | |
MSGTEXT | VARCHAR(250) | The analysis result message | |
ITEMCOUNT | INTEGER | The count of mosaic dataset items that have the corresponding analysis result | |
SEVERITY | INTEGER | The severity of the message: 0 = high, 1 = medium, 2 = low | |
ITEMTS | DECIMAL(31) | Timestamp of the analyzed raster | |
SHAPE | ST_GEOMETRY | The spatial field associated with the analysis result |
This table stores a history of all the raster types used in this mosaic dataset.
Field name |
Field type |
Description |
Null? |
---|---|---|---|
OBJECTID |
INTEGER |
The unique identifier of the raster |
NOT NULL |
TYPENAME |
VARCHAR(50) |
The name of the raster type or product |
|
RASTERTYPE |
BLOB |
A serialized object that stores all the properties of a particular raster type |
|
DESCRIPTION |
VARCHAR(250) |
A user-defined description of the raster that helps to identify a particular add raster operation |
|
FIRSTADD |
TIMESTAMP |
Records the date and time rasters were added to the mosaic dataset using the corresponding raster type object This time stamp never changes since it indicates the first time the raster type was used in the mosaic. |
|
LASTADD |
TIMESTAMP |
Records the date and time one or more rasters were synchronized using this raster type The value in this field changes whenever the corresponding raster type is used. |
|
LASTSYNCH | TIMESTAMP | The date and time the raster type was last synchronized |
The boundary for a mosaic dataset is a feature class. This table defines the boundary (extent) of the mosaic dataset.
Field name |
Field type |
Description |
Null? |
---|---|---|---|
OBJECTID |
INTEGER |
The unique identifier of the raster |
NOT NULL |
SHAPE |
ST_GEOMETRY |
The shape of the boundary of the raster |
This is the raster catalog behind the mosaic dataset. It stores raster datasets that participate in mosaicking.
Field name |
Field type |
Description |
Null? |
---|---|---|---|
OBJECTID |
INTEGER |
The unique identifier for the dataset |
NOT NULL |
NAME |
VARCHAR(50) |
Display name for the catalog item |
|
MINPS |
DECIMAL(31) |
Minimum pixel size |
|
MAXPS |
DECIMAL(31) |
Maximum pixel size |
|
LOWPS |
DECIMAL(31) |
Low pixel size |
|
HIGHPS |
DECIMAL(31) |
High pixel size |
|
CATEGORY |
INTEGER |
Identifies the dataset type: 0 = Unknown, 1 = Primary, 2 = ServiceOverview, 3 = DerivedRaster, 255 = Custom |
|
TAG |
VARCHAR(20) |
Identifies a dataset in a function template and indicates if the dataset is panchromatic, multispectral, or pan sharpened |
|
GROUPNAME |
VARCHAR(50) |
The name of the groups used to link together datasets belonging to a particular project (For example, for a QuickBird scene, the panchromatic and multispectral rasters that need to participate in pan sharpening will have the same group name.) |
|
PRODUCTNAME |
VARCHAR(50) |
The name of the product of the raster data provided by the data source |
|
CENTERX |
DECIMAL(31) |
X-coordinate of the center of the raster's minimum bounding rectangle |
|
CENTERY |
DECIMAL(31) |
Y-coordinate of the center of the raster's minimum bounding rectangle |
|
ZORDER |
DECIMAL(31) |
Controls the drawing order of rasters in a mosaic dataset |
|
SORDER |
DECIMAL(20) |
Indicates the order of the rasters Used in seamline mosaic method |
|
TYPEID |
INTEGER |
ObjectID of the record in the amd_art table that contains details about the raster type object |
|
STEREOID |
VARCHAR(50) |
ObjectID of the record in the AMD_<NAME>_STR table that holds details of the participating stereo pairs |
|
ITEMTS |
DECIMAL(31) |
Time stamp of the modified raster Used to track which overviews need to be rebuilt when underlying rasters are changed Used by the Build Overviews geoprocessing tool |
|
URIHASH |
VARCHAR(50) |
Uniquely identifies the sources of the raster Used by the Synchronize Mosaic Dataset geoprocessing tool |
|
URI |
BLOB |
A serialized Uniform Resource Identifier (URI) that is used to re-create the raster dataset |
|
THUMBNAIL | BLOB | A thumbnail representation of the raster | |
SLEVELPS | DECIMAL(31) | The cell size corresponding to the cell size level associated with each mosiac dataset This is populated when seamlines are built for the mosaic dataset. | |
SHAPE |
ST_GEOMETRY |
The minimum bounding rectangle of the raster dataset |
|
RASTER |
INTEGER |
A reference to a raster dataset along with its functions |
This table stores information about color correction.
Field name | Field type | Description | Null? |
---|---|---|---|
OBJECTID | INTEGER | The row ID | NOT NULL |
ASSOCOBJECTID | INTEGER | The row ID of the mosaic dataset catalog | NOT NULL |
NAME | VARCHAR(256) | Name of the raster item | |
PRESTORGAMMATABLEBLOB | BLOB | Binary large object of color correction prestretch color map or Gamma map | |
RASTER | INTEGER | Raster of local mean and local standard deviation |
This table stores a managed item cache generated by the Build Item Cache geoprocessing tool or Cached Raster function in ArcGIS for Desktop.
Field name | Field type | Description | Null? |
---|---|---|---|
OBJECTID | INTEGER | The unique identifier for the dataset | NOT NULL |
NAME | VARCHAR(50) | The name of the managed item cache or cache raster function | |
RASTER | INTEGER | Managed item cache dataset or cache raster function |
This table stores cell size levels of a mosaic dataset. The table is created when you specify or calculate the cell size for the mosaic dataset. Information in the table is updated when calculating cell size levels or defining overviews and is used while generating overviews.
Field name | Field type | Description | Null? |
---|---|---|---|
OBJECTID | INTEGER | The unique identifier for the dataset | NOT NULL |
INSTANCEID | INTEGER | The ObjectID of the raster type instance stored in the raster type table associated with the corresponding cell size level A value of -1 indicates that the cell size level doesn't belong to a specific raster type instance, but to the mosaic dataset as a whole. | |
LEVELID | INTEGER | The identifier associated with the cell size level | |
CELLSIZE | DECIMAL(31) | The cell size value associated with the cell size level | |
MINPS | DECIMAL(31) | Minimum pixel size | |
MAXPS | DECIMAL(31) | Maximum pixel size | |
CATEGORY | INTEGER | The category of the mosaic dataset item: 0 = unknown, 1 = primary, 2 = unprocessed overviews, 3 = processed overview, 255 = custom | |
SHAPE | ST_GEOMETRY | The minimum bounding polygon of all items belonging to the corresponding cell size level |
This table stores errors, warnings, and messages that are generated by various operations performed on a mosaic dataset.
Field name |
Field type |
Description |
Null? |
---|---|---|---|
OBJECTID |
INTEGER |
The unique identifier of each row in this table |
NOT NULL |
MSGCODE |
INTEGER |
Error or warning code that uniquely identifies the message |
NOT NULL |
MSGSRC |
VARCHAR(100) |
The source; usually the name of the operation that generated this message |
|
MSGTEXT |
VARCHAR(250) |
The text description of the message |
|
MSGELAPSED | DECIMAL(31) | The elapsed time for processes associated with the message to complete | |
MSGTYPE |
INTEGER |
Differentiates between error, warning, and information messages: 1 = Error, 2 = Warning, 3 = Info1, 4 = Info2, 5= Info3, 100 = Debug |
|
RASTERID |
INTEGER |
ObjectID of the record in the AMD_<NAME>_CAT table that corresponds to this message |
|
MSGTIME |
VARCHAR(30) |
The date and time the error or warning message occurred |
By default, the overview rasters that are created for mosaic datasets are stored in this table. If you change the storage location for the overviews, which can be done using the Define Overviews tool, this table will not be populated. Instead, a pointer to the overview location will be stored in the urihash field of the AMD_<NAME>_CAT table.
Field name | Field type | Description | Null? |
---|---|---|---|
OBJECTID | INTEGER | The unique identifier of the overview record | NOT NULL |
NAME | VARCHAR(50) | System-generated name of the raster dataset value that identifies the row and column position of the overview record | |
RASTER | INTEGER | The raster dataset |
This table defines the seamline shapes that are used for mosaicking when the MosaicMethod used is seamline.
Field name |
Field type |
Description |
Null? |
---|---|---|---|
OBJECTID |
INTEGER |
The unique identifier of the seamline |
NOT NULL |
RASTERID |
INTEGER |
The ObjectID of the record in the amd_cat table that corresponds to this seamline shape |
|
BLENDWIDTH | INTEGER | The width of pixel blending along the seamline | |
BLENDTYPE | INTEGER | The type of pixel blending: 1 = Both (Pixel blending happens on both sides of the seamline.), 2 = Inside (Pixel blending is towards the center of the image from the seamline.), 3 = Outside (Pixel blending is outwards from the seamline.) | |
SHAPE |
ST_GEOMETRY |
The shape of the seamline |
This table stores stereo IDs of the pairs that participate in a stereo image.
Field name |
Field type |
Description |
Null? |
---|---|---|---|
OBJECTID |
INTEGER |
The unique identifier for each record in this table |
NOT NULL |
STEREOID1 |
VARCHAR(50) |
ID of one of the participating stereo pairs |
|
STEREOID2 |
VARCHAR(50) |
ID of the other of the participating stereo pair |
This table maintains a one-to-many relationship between each analyzed mosaic dataset item and the set of corresponding analysis results.
Field name | Field type | Description | Null? |
---|---|---|---|
OBJECTID | INTEGER | The row ID | NOT NULL |
RASTERID | INTEGER | Corresponds to the ObjectID field in the amd_cat table | |
RESULTID | INTEGER | The identifier of the analysis result message |
Dashed lines indicate implicit relationships between columns.
Mosaic datasets in an XML document
Mosaic datasets are not currently supported in XML documents.