Interface IRuntimeLayerInfo
Represents a layer of the runtime map
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IRuntimeLayerInfo : IRuntimeMapLegendElement
Properties
| Improve this Doc View SourceFeatureSource
Gets feature source information of the layer
Declaration
IFeatureSourceInfo FeatureSource { get; }
Property Value
Type | Description |
---|---|
IFeatureSourceInfo |
LayerDefinition
Gets the Layer Definition ID
Declaration
string LayerDefinition { get; }
Property Value
Type | Description |
---|---|
System.String |
LayerType
Gets the type of layer
Declaration
int LayerType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaleRanges
Gets information about the scale ranges in the layer
Declaration
IScaleRangeInfoCollection ScaleRanges { get; }
Property Value
Type | Description |
---|---|
IScaleRangeInfoCollection |