Search Results for

    Show / Hide Table of Contents

    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 Source

    FeatureFilter

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    LayerNames

    An array of layer names to restrict the selection to

    Declaration
    public string[] LayerNames { get; set; }
    Property Value
    Type Description
    System.String[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng