This document is archived and information here might be outdated. Recommended version. |
Provides access to members that provide information about an attribute blob.
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.
Name | Description | |
---|---|---|
GetDataType | Returns the data type of the blob. | |
GetItemCount | Returns the number of attribute values contained in the blob. | |
GetValue | Returns the value of the attribute specified by the index. | |
IsKnownBlob | Indicates if Terrain can recognize the blob. | |
SetBlob | Assigns a blob to the reader. | |
SetEmpty | Uninitialize the object. |
Classes | Description |
---|---|
TerrainBlobReader | Esri Terrain blob reader. |