MapGuide API Reference
|
virtual MgSpatialContextReader* MgFeatureService::GetSpatialContexts | ( | MgResourceIdentifier * | resource, |
bool | bActiveOnly | ||
) | [pure virtual] |
Gets all of the spatial contexts available in the feature source or just the active one.
virtual MgSpatialContextReader GetSpatialContexts(MgResourceIdentifier resource, bool bActiveOnly); |
virtual MgSpatialContextReader GetSpatialContexts(MgResourceIdentifier resource, boolean bActiveOnly); |
virtual MgSpatialContextReader GetSpatialContexts(MgResourceIdentifier resource, bool bActiveOnly); |
resource | (MgResourceIdentifier) A resource identifier identifying a feature source in the repository. |
bActiveOnly | (boolean/bool) This flag is obsolete and no longer used. |