Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgGeometricPropertyDefinition
GetGeometryTypes
GetHasElevation
GetHasMeasure
GetReadOnly
GetSpatialContextAssociation
GetSpecificGeometryTypes
MgGeometricPropertyDefinition
SetGeometryTypes
SetHasElevation
SetHasMeasure
SetReadOnly
SetSpatialContextAssociation
SetSpecificGeometryTypes
STRING
MgGeometricPropertyDefinition::GetSpatialContextAssociation
(
)
Gets the Spatial Context name associated with this geometric property.
.NET Syntax
string
GetSpatialContextAssociation()
;
Java Syntax
String
GetSpatialContextAssociation()
;
PHP Syntax
string
GetSpatialContextAssociation()
;
Returns:
Returns a String value representing the Spatial Context name. If the value is empty then the geometric property is associated with all the spatial contexts in the datastore.
See also:
MgFeatureService::GetSpatialContexts
.
Comments or suggestions? Send us
feedback
.