Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgEnvelope
Contains
Contains
ExpandToInclude
ExpandToInclude
GetDepth
GetHeight
GetLowerLeftCoordinate
GetUpperRightCoordinate
GetWidth
Intersects
IsNull
MakeNull
MgEnvelope
MgEnvelope
MgEnvelope
MgEnvelope
MgEnvelope
Transform
bool MgEnvelope::Intersects
(
MgEnvelope
*
envelope
)
Tests if the region defined by another envelope overlaps (intersects) the region of this envelope.
.NET Syntax
bool Intersects(MgEnvelope envelope);
Java Syntax
boolean Intersects(MgEnvelope envelope);
PHP Syntax
bool Intersects(MgEnvelope envelope);
Parameters:
envelope
(
MgEnvelope
) The
MgEnvelope
to test for intersection.
Returns:
True if the envelopes intersect, false otherwise.
Comments or suggestions? Send us
feedback
.