ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainBlobReader Interface

Provides access to members that provide information about an attribute blob.

Product Availability

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

Description

ITerrainBlobReader provides methods to access terrain related attributes (e.g., lidar intensity) packed into binary large objects (BLOBs). The BLOBs are used as a means of storing per vertex attribution for points clustered into multipoint shapes.

Members

Description
Method GetDataType Returns the data type of the blob.
Method GetItemCount Returns the number of attribute values contained in the blob.
Method GetValue Returns the value of the attribute specified by the index.
Method IsKnownBlob Indicates if Terrain can recognize the blob.
Method SetBlob Assigns a blob to the reader.
Method SetEmpty Uninitialize the object.

CoClasses that implement ITerrainBlobReader

CoClasses and Classes Description
TerrainBlobReader Esri Terrain blob reader.