LuciadCPillar C# 2025.0.09
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.

See also
Map.QueryFeatures

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.

Parameters
featuresthe features to handle.