ESRI Terrain blob writer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
TerrainBlobWriter is an object used to create terrain point attributes packed into binary large objects (BLOBs). These BLOBs are used to store attribution for points clustered into multipoint shapes. For each point in a multipoint you should have a corresponding value in a BLOB. Point vertex IDs are used to map from points to their corresponding values in the BLOB. Use the TerrainBlobReader to retrieve values from BLOBs made by this object.
Interfaces
Interfaces | Description |
---|---|
ITerrainBlobWriter | Provides access to members that construct an attribute blob. |