LuciadCPillar C# 2023.1.04
Luciad.Maps.MapQueryFeaturesResult Struct Reference

Contains information about (parts of) features hit by a Query, returned by Map::queryFeatures. More...

Public Member Functions

 MapQueryFeaturesResult (LayerFeatureId featureId, Coordinate? mapTouchPoint, bool overlay)
 Create a MapQueryFeaturesResult containing information about (part of) a touched feature. More...
 
override bool Equals (object other)
 
override int GetHashCode ()
 

Properties

LayerFeatureId FeatureId [get]
 
CoordinateMapTouchPoint [get]
 
bool Overlay [get]
 

Detailed Description

Contains information about (parts of) features hit by a Query, returned by Map::queryFeatures.

2020.1

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

Constructor & Destructor Documentation

◆ MapQueryFeaturesResult()

Luciad.Maps.MapQueryFeaturesResult.MapQueryFeaturesResult ( LayerFeatureId  featureId,
Coordinate mapTouchPoint,
bool  overlay 
)
inline

Create a MapQueryFeaturesResult containing information about (part of) a touched feature.

featureId

layer/feature that was touched.

mapTouchPoint

location where the feature was touched. This parameter is optional: if absent, a screen space component (e.g. a label) has been hit.

overlay

flag if the hit is drawn as an overlay and hence on top of other features.

2020.2

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

Member Function Documentation

◆ Equals()

override bool Luciad.Maps.MapQueryFeaturesResult.Equals ( object  other)
inline

◆ GetHashCode()

override int Luciad.Maps.MapQueryFeaturesResult.GetHashCode ( )
inline

Property Documentation

◆ FeatureId

LayerFeatureId Luciad.Maps.MapQueryFeaturesResult.FeatureId
get

◆ MapTouchPoint

Coordinate? Luciad.Maps.MapQueryFeaturesResult.MapTouchPoint
get

◆ Overlay

bool Luciad.Maps.MapQueryFeaturesResult.Overlay
get