GM_LidarQuery_t Class
A wrapper for a Lidar Query handle
Inheritance Hierarchy
System . Object
GlobalMapper . GM_LidarQuery_t

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    class
                                    GM_LidarQuery_t
                                     : 
                                    IDisposable
                                

The GM_LidarQuery_t type exposes the following members.

Methods
NameDescription
Public methodAddLidarQuery
Adds a Lidar query to another Lidar query
Public methodStatic memberAddLidarQueryToQuery
Adds a Lidar query to another Lidar query
Public methodAddRemovePoint
Adds or removes a Lidar point feature at the given index from the layer
Public methodStatic memberAddRemovePointToLidarQuery
Adds or removes a Lidar point feature at the given index from the layer
Public methodStatic memberCreateEmptyLidarQuery
Creates an empty Lidar query that you can add points to later
Public methodStatic memberCreateLidarQuery
Creates a query of all Lidar points in a particular bounding box from some layers
Public methodDispose
Does the Same thing as Close
Public methodEquals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected methodFinalize
Finalizer
(Overrides Object Finalize .)
Public methodFreeLidarQuery
Frees the resourses used be the specified Lidar query
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetLidarQueryInfo(GM_LidarQueryInfo_t )
Gets information about Lidar query
Public methodStatic member GetLidarQueryInfo(IntPtr, GM_LidarQueryInfo_t )
Gets information about Lidar query
Public methodGetNextLidarQueryPoints
Retrieves the next chunk of points from a Lidar query (Length of returned list may be smaller than the list size specified)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodStatic memberInitLidarQueryFilter
Initializes a Lidar query filter to return all points. Call this before setting specific query members.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
Public methodStatic memberUpdateLidarQueryPoints
Changes the data for the specified fields for the points in the query.
Public methodUpdatePoints
Changes the data for the specified fields for the points in the query.
Top
See Also