Tests whether the given coordinate lies in or on this envelope.
.NET Syntax
|
bool Contains(MgCoordinate coordinate);
|
Java Syntax
|
boolean Contains(MgCoordinate coordinate);
|
PHP Syntax
|
bool Contains(MgCoordinate coordinate);
|
- Parameters:
-
- Returns:
- True if the coordinate is contained in this envelope, false otherwise.