Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgGeometricEntity
Copy
Envelope
GetArea
GetCentroid
GetDimension
GetLength
IsClosed
IsEmpty
IsSimple
IsValid
Transform
virtual
MgEnvelope
* MgGeometricEntity::Envelope
(
)
[virtual]
Gets this geometric entity's bounding box.
.NET Syntax
virtual
MgEnvelope
Envelope()
;
Java Syntax
virtual
MgEnvelope
Envelope()
;
PHP Syntax
virtual
MgEnvelope
Envelope()
;
Returns:
Returns an
MgEnvelope
object representing the bounding box.
Comments or suggestions? Send us
feedback
.