Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayerBase
ForceRefresh
GetClassDefinition
GetDisplayInLegend
GetExpandInLegend
GetFeatureClassName
GetFeatureGeometryName
GetFeatureSourceId
GetGroup
GetLayerDefinition
GetLayerType
GetLegendLabel
GetName
GetObjectId
GetSelectable
GetVisible
IsVisible
MgLayerBase
NeedsRefresh
SelectAggregate
SelectFeatures
SetDisplayInLegend
SetGroup
SetLayerDefinition
SetLegendLabel
SetName
SetSelectable
SetVisible
UpdateFeatures
virtual
STRING
MgLayerBase::GetFeatureSourceId
(
)
[virtual]
Gets the feature source associated with this layer.
.NET Syntax
string
GetFeatureSourceId()
;
Java Syntax
String
GetFeatureSourceId()
;
PHP Syntax
string
GetFeatureSourceId()
;
Returns:
Returns the feature source or an empty string if this layer is not a feature layer false otherwise.
Comments or suggestions? Send us
feedback
.