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 SourceFeatureSet
The selection set
Declaration
public FeatureSet FeatureSet { get; set; }
Property Value
Type | Description |
---|---|
FeatureSet |
Hyperlink
The evaluated hyperlink (if requested)
Declaration
public string Hyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InlineSelectionImage
The evaluated inline selection image (if requested)
Declaration
public string InlineSelectionImage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedFeatures
Selected feature attributes
Declaration
public SelectedFeatures SelectedFeatures { get; set; }
Property Value
Type | Description |
---|---|
SelectedFeatures |
Tooltip
The evaluated tooltip (if requested)
Declaration
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceParseFromXml(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 |