LuciadCPillar C# 2024.0.05
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]
 The (optionally) features to select for this query. More...
 
bool IsIncludeControllerLayers [get]
 Whether the controller layers are taken into account in the query. More...
 
Luciad.Cartesian.Rectangle Rectangle [get]
 The rectangle the features must interact with, defined in device independent pixels. More...
 

Detailed Description

A query specifies which features you are interested in.

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()

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

Creates the builder class for creation of the FeatureQuery.

Returns
the builder class for creation of the FeatureQuery.

Property Documentation

◆ Features

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

The (optionally) features to select for this query.

[get]

Returns the (optionally) features to select for this query.

See also
Map.FeatureQuery.Builder.Features

◆ IsIncludeControllerLayers

bool Luciad.Maps.Map.FeatureQuery.IsIncludeControllerLayers
get

Whether the controller layers are taken into account in the query.

[get]

Returns whether the controller layers are taken into account in the query.

◆ Rectangle

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

The rectangle the features must interact with, defined in device independent pixels.

[get]

Returns the rectangle the features must interact with, defined in device independent pixels.