Global Mapper SDK
| GM_LidarQuery_t Class |
A wrapper for a Lidar Query handle
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public class GM_LidarQuery_t : IDisposable
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
|
|
| Equals | (Inherited from Object .) | |
| Finalize |
Finalizer
(Overrides
Object
Finalize
.)
|
|
| FreeLidarQuery |
Frees the resourses used be the specified Lidar query
|
|
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from
Object
.)
|
|
| 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)
|
|
| GetType |
Gets the type of the current instance.
(Inherited from
Object
.)
|
|
|
|
InitLidarQueryFilter |
Initializes a Lidar query filter to return all points. Call this before setting specific query members.
|
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
| ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
|
|
|
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.
|
Comments
0 comments
Please sign in to leave a comment.