Search Results for

    Show / Hide Table of Contents

    Class FeatureInformation

    Root element of a QUERYMAPFEATURES response

    Inheritance
    System.Object
    FeatureInformation
    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.ObjectModels.SelectionModel
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class FeatureInformation

    Properties

    | Improve this Doc View Source

    FeatureSet

    The selection set

    Declaration
    public FeatureSet FeatureSet { get; set; }
    Property Value
    Type Description
    FeatureSet
    | Improve this Doc View Source

    Hyperlink

    The evaluated hyperlink (if requested)

    Declaration
    public string Hyperlink { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InlineSelectionImage

    The evaluated inline selection image (if requested)

    Declaration
    public string InlineSelectionImage { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SelectedFeatures

    Selected feature attributes

    Declaration
    public SelectedFeatures SelectedFeatures { get; set; }
    Property Value
    Type Description
    SelectedFeatures
    | Improve this Doc View Source

    Tooltip

    The evaluated tooltip (if requested)

    Declaration
    public string Tooltip { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ParseFromXml(String)

    Parses the given XML to a FeatureInformation

    Declaration
    public static FeatureInformation ParseFromXml(string xml)
    Parameters
    Type Name Description
    System.String xml
    Returns
    Type Description
    FeatureInformation
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng