LuciadCPillar C# 2023.1.04
Luciad.Maps.IMapQueryFeaturesCallback Interface Reference

A callback class that is called with the results of a queryFeatures. More...

Public Member Functions

void HandleFeatures (System.Collections.Generic.IList< Luciad.Maps.MapQueryFeaturesResult > features)
 Implement this method to handle a feature that is returned by the Map::queryFeatures method. More...
 

Detailed Description

A callback class that is called with the results of a queryFeatures.

Map::queryFeatures

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IMapQueryFeaturesCallback.

Member Function Documentation

◆ HandleFeatures()

void Luciad.Maps.IMapQueryFeaturesCallback.HandleFeatures ( System.Collections.Generic.IList< Luciad.Maps.MapQueryFeaturesResult features)

Implement this method to handle a feature that is returned by the Map::queryFeatures method.

features

the features to handle.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IMapQueryFeaturesCallback::handleFeatures.