This document is archived and information here might be outdated.  Recommended version.


RasterCatalogItem Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > R > RasterCatalogItem Class
ArcGIS Developer Help

RasterCatalogItemClass Class

Raster Catalog Feature Class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The RasterCatalogItem has a Raster type field as well as a Geometry type field. The value in the Raster field is a RasterValue. It behaves the same as a Feature in a FeatureClass and it also supports the interface IRasterCatalogItem.

Supported Platforms

Windows, Solaris, Linux

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
IFeature Provides access to members that return and set properties of a feature.
IFeatureBuffer Provides access to setting and returning the default shape in the feature buffer.
IFeatureChanges Provides access to members that provide information about changes in the feature's shape.
IFeatureDraw Provides access to members that control custom drawing by a feature.
IFeatureEdit Provides access to members implemented to customize feature editing.
IFeatureEvents Provides access to events that happen when a feature is split or merged.
IFeatureProject Provides access to project a feature's geometry.
IFeatureSimplify Provides access to simplifying a feature's geometry.
IFeatureSimplify2 Provides access to methods that extend IFeatureSimplify.
IRasterCatalogItem Provides access to members that control a raster catalog item.
IRasterCatalogItem2 Provides access to members that control a raster catalog item.
IRelatedObjectEvents Provides access to events that occur when related objects change, move or rotate.
IRowChanges Provides access to members that return information about changed values and the original value in a row.
IRowCompare Provides access to a member that compares two rows.
IRowEdit Provides access to members implemented to customize object editing.
IRowEvents Provides access to events that occur when an object is modified, created or deleted.
IRowSubtypes Provides access to members to return and modify the subtype code and to initialize the default values.
ISupportErrorInfo (esriSystem)
IValidate Provides access to members to validate individual features.

See Also

RasterCatalog Class | IRasterCatalogItem Interface | RasterValue Class | RasterCatalogItem Class | IRasterCatalogItem Interface