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 | ||
---|---|---|
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. |
CoClasses that implement ITerrainBlobReader
CoClasses and Classes | Description |
---|---|
TerrainBlobReader | ESRI Terrain blob reader. |