FeaturesSequence.WhereLinq
FeaturesSequence.WhereLinq method
Combining selection criteria into a single query using linq.
public virtual FeaturesSequence WhereLinq(Func<Feature, bool> filteringPredicate)
Parameter | Type | Description |
---|---|---|
filteringPredicate | Func`2 | Lambda function for filtering. |
Return Value
Features with attribute value satisfying the selection conditions.
Exceptions
exception | condition |
---|---|
NullReferenceException | If the base sequence is null or the predicate is null. |
See Also
- class Feature
- class FeaturesSequence
- namespace Aspose.Gis
- assembly Aspose.GIS