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::GetFeatureGeometryName
(
)
[virtual]
Gets the geometry name associated with this layer which is part of class definition
.NET Syntax
string
GetFeatureGeometryName()
;
Java Syntax
String
GetFeatureGeometryName()
;
PHP Syntax
string
GetFeatureGeometryName()
;
Returns:
Returns the feature geometry name or an empty string if this layer is not a feature layer
Comments or suggestions? Send us
feedback
.