Returns true if the collection contains the specified linear ring, false otherwise.
.NET Syntax
virtual bool Contains(const MgLinearRing value) const;
|
Java Syntax
virtual boolean Contains(const MgLinearRing value) const;
|
PHP Syntax
virtual bool Contains(const MgLinearRing value) const;
|
- Parameters:
-
| value | (MgLinearRing) linear ring reference to check containment of. |
- Returns:
- True if the collection contains the specified linear ring, false otherwise.