GM_LidarQuery_t Methods |
The GM_LidarQuery_t type exposes the following members.
Name | Description | |
---|---|---|
AddLidarQuery |
Adds a Lidar query to another Lidar query
| |
AddLidarQueryToQuery |
Adds a Lidar query to another Lidar query
| |
AddRemovePoint |
Adds or removes a Lidar point feature at the given index from the layer
| |
AddRemovePointToLidarQuery |
Adds or removes a Lidar point feature at the given index from the layer
| |
CreateEmptyLidarQuery |
Creates an empty Lidar query that you can add points to later
| |
CreateLidarQuery |
Creates a query of all Lidar points in a particular bounding box from some layers
| |
Dispose |
Does the Same thing as Close
| |
FreeLidarQuery |
Frees the resourses used be the specified Lidar query
| |
GetLidarQueryInfo(GM_LidarQueryInfo_t) |
Gets information about Lidar query
| |
GetLidarQueryInfo(IntPtr, GM_LidarQueryInfo_t) |
Gets information about Lidar query
| |
GetNextLidarQueryPoints |
Retrieves the next chunk of points from a Lidar query
(Length of returned list may be smaller than the list size specified)
| |
InitLidarQueryFilter |
Initializes a Lidar query filter to return all points. Call this before setting specific query members.
| |
UpdateLidarQueryPoints |
Changes the data for the specified fields for the points in the query.
| |
UpdatePoints |
Changes the data for the specified fields for the points in the query.
|