LuciadCPillar C# 2023.1.04
Luciad.Models.Features.IFeatureQueryCallback Interface Reference

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

Public Member Functions

bool HandleFeature (Luciad.Models.Features.Feature feature)
 Implement this method to handle a feature that is returned by the IFeatureModel::query method. More...
 

Detailed Description

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

See IFeatureModel::query.

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

Member Function Documentation

◆ HandleFeature()

bool Luciad.Models.Features.IFeatureQueryCallback.HandleFeature ( Luciad.Models.Features.Feature  feature)

Implement this method to handle a feature that is returned by the IFeatureModel::query method.

feature

the feature to handle.

false to indicate that the query can stop.

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