Interface IFeatureSourceInfo
Represents Feature Source information for a layer
Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFeatureSourceInfo
Properties
| Improve this Doc View SourceClassName
Gets the name of the feature class that the layer is rendered from
Declaration
string ClassName { get; }
Property Value
Type | Description |
---|---|
System.String |
Geometry
Gets the name of the geometry property of the feature class that the layer is rendered from
Declaration
string Geometry { get; }
Property Value
Type | Description |
---|---|
System.String |
ResourceID
Gets the resource id of the Feature Source
Declaration
string ResourceID { get; }
Property Value
Type | Description |
---|---|
System.String |