Class QueryMapOptions
Additional options for a QueryMapFeatures operation
Inheritance
System.Object
QueryMapOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Services
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class QueryMapOptions
Properties
| Improve this Doc View SourceFeatureFilter
XML filter describing a set of previously selected features. This paramter is useful for obtaining the attribute values of a previously selected feature.
Declaration
public string FeatureFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LayerAttributeFilter
Bitmask specifying the attributes a layer must have to be considered in the selection process. The following attributes are supported: 1 - Layer is visible 2 - Layer is selectable 4 - Layer has a tooltip defined Combinations of one or more attributes are allowed.
Declaration
public QueryMapFeaturesLayerAttributes LayerAttributeFilter { get; set; }
Property Value
Type | Description |
---|---|
QueryMapFeaturesLayerAttributes |
LayerNames
An array of layer names to restrict the selection to
Declaration
public string[] LayerNames { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |