LuciadCPillar C# 2023.1.04
Luciad.Maps.Map.FeatureQuery Class Reference

A query specifies which features you are interested in. More...

Inheritance diagram for Luciad.Maps.Map.FeatureQuery:

Classes

class  Builder
 Builder for a Map::FeatureQuery. More...
 

Public Member Functions

 FeatureQuery (Luciad.Maps.Map.FeatureQuery other)
 
void Dispose ()
 

Static Public Member Functions

static Luciad.Maps.Map.FeatureQuery.Builder NewBuilder ()
 Creates the builder class for creation of the FeatureQuery. More...
 

Properties

System.Collections.Generic.IList< Luciad.Layers.Features.LayerFeatureIdFeatures [get]
 
bool IsIncludeControllerLayers [get]
 
Luciad.Cartesian.Rectangle Rectangle [get]
 

Detailed Description

A query specifies which features you are interested in.

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

Constructor & Destructor Documentation

◆ FeatureQuery()

Luciad.Maps.Map.FeatureQuery.FeatureQuery ( Luciad.Maps.Map.FeatureQuery  other)
inline

Member Function Documentation

◆ Dispose()

void Luciad.Maps.Map.FeatureQuery.Dispose ( )
inline

◆ NewBuilder()

Luciad.Maps.Map.FeatureQuery.Builder Luciad.Maps.Map.FeatureQuery.NewBuilder ( )
inlinestatic

Creates the builder class for creation of the FeatureQuery.

the builder class for creation of the FeatureQuery.

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

Property Documentation

◆ Features

System.Collections.Generic.IList<Luciad.Layers.Features.LayerFeatureId> Luciad.Maps.Map.FeatureQuery.Features
get

◆ IsIncludeControllerLayers

bool Luciad.Maps.Map.FeatureQuery.IsIncludeControllerLayers
get

◆ Rectangle

Luciad.Cartesian.Rectangle Luciad.Maps.Map.FeatureQuery.Rectangle
get