LuciadCPillar C# 2024.0.05
|
A query specifies which features you are interested in. More...
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.LayerFeatureId > | Features [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... | |
A query specifies which features you are interested in.
|
inline |
|
inline |
|
inlinestatic |
Creates the builder class for creation of the FeatureQuery
.
FeatureQuery
.
|
get |
The (optionally) features to select for this query.
Returns the (optionally) features to select for this query.
|
get |
Whether the controller layers are taken into account in the query.
Returns whether the controller layers are taken into account in the query.
|
get |
The rectangle the features must interact with, defined in device independent pixels.
Returns the rectangle the features must interact with, defined in device independent pixels.