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
MgEnvelope::MgEnvelope
(
MgCoordinate
*
coord
)
Constructs and initializes an envelope for a region defined by one coordinate.
.NET Syntax
MgEnvelope(MgCoordinate coord);
Java Syntax
MgEnvelope(MgCoordinate coord);
PHP Syntax
MgEnvelope(MgCoordinate coord);
Parameters:
coord
(
MgCoordinate
) The
MgCoordinate
to use in defining the region.
Comments or suggestions? Send us
feedback
.