Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgSpatialContextReader
Close
GetCoordinateSystem
GetCoordinateSystemWkt
GetDescription
GetExtent
GetExtentType
GetName
GetXYTolerance
GetZTolerance
IsActive
ReadNext
Reset
bool MgSpatialContextReader::IsActive
(
)
Determines whether the spatial context currently being read is the active spatial context.
Remarks:
This method is obsolete and will be deprecated.
.NET Syntax
bool
IsActive()
;
Java Syntax
boolean
IsActive()
;
PHP Syntax
bool
IsActive()
;
Returns:
Returns true if the current spatial context is the active one; otherwise returns false.
Comments or suggestions? Send us
feedback
.